Commit 858dd22
bgagent
docs: fix broken site images + in-body links + Slack app-install wording (#90)
Three docs-site fixes:
1. Missing Slack setup images (the #90 report). The sync script rewrites
`../imgs/foo.png` to an absolute `/<base>/imgs/foo.png` URL served from
`docs/public/`, but never copied `docs/imgs/` → `docs/public/imgs/` — so
the four Slack screenshots 404'd on the published site. Add a
`copyAssetDir` step that mirrors source `imgs/` and `diagrams/` into
`public/`, and commit the copied assets. Prevents recurrence for any
future image.
2. Broken in-body design-doc links site-wide. `rewriteDocsLinkTarget`
emitted bare root-relative routes (`/architecture/foo`) with no base
prefix, so they resolved to the domain root and 404'd under the project
base path. Starlight prefixes its own nav links automatically but not
our rewritten markdown-body links. Prepend `docsBase` to every rewritten
target (same prefix the image rewrite already uses). Re-synced all
mirrors — the large diff is purely the base-path prefix on existing links.
3. Reword the Slack prerequisite away from "use a personal free workspace
if your corporate Slack restricts app installs" — we don't want to
suggest bypassing org controls. Now points users to request admin
approval through their Slack administrator.1 parent af33bc0 commit 858dd22
51 files changed
Lines changed: 4311 additions & 177 deletions
File tree
- docs
- guides
- public
- diagrams
- imgs
- scripts
- src/content/docs
- architecture
- customizing
- decisions
- developer-guide
- getting-started
- roadmap
- using
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
| |||
156 | 166 | | |
157 | 167 | | |
158 | 168 | | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
159 | 188 | | |
160 | 189 | | |
161 | 190 | | |
| |||
279 | 308 | | |
280 | 309 | | |
281 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
282 | 319 | | |
283 | 320 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments