Commit 979ab69
* 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.
* docs: redact app/client IDs, verification token, and API Gateway ID in Slack setup screenshots
* docs: remove unreachable anchor guard in link rewrite (review nit)
---------
Co-authored-by: bgagent <bgagent@noreply.github.com>
Co-authored-by: Alain Krok <alkrok@amazon.com>
1 parent ab27dc8 commit 979ab69
56 files changed
Lines changed: 229 additions & 191 deletions
File tree
- docs
- guides
- imgs
- public/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 | | |
| |||
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
104 | 116 | | |
105 | 117 | | |
106 | 118 | | |
| |||
158 | 170 | | |
159 | 171 | | |
160 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
161 | 192 | | |
162 | 193 | | |
163 | 194 | | |
| |||
287 | 318 | | |
288 | 319 | | |
289 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
290 | 328 | | |
291 | 329 | | |
0 commit comments