Commit 36b4d61
committed
fix: use absolute doc paths for overview page's sub-page links
The overview page's slug (/cli/orchestrate-advanced) resolves to the
same path as its containing folder, so Docusaurus's relative-link
resolution treated the folder segment as if it were a filename and
stripped it -- ./local-caching resolved to /docs/cli/local-caching
instead of /docs/cli/orchestrate-advanced/local-caching, breaking the
production build (Docusaurus found broken links!). Switched all four
sub-page links on this page to absolute /docs/cli/orchestrate-advanced/*
paths, matching each target page's actual slug frontmatter and the
absolute-path convention already used elsewhere in this PR's own
local-caching.mdx addition.
This was previously undiscovered because yarn build never got this
far locally in this checkout (blocked by the pre-existing
dependency/webpack issue documented in this PR's description) or in
CI (blocked by the _category_.yaml parse error fixed in an earlier
commit on this branch) -- confirmed via CI's own build_and_preview
log showing the exact same four broken links this fix addresses.
--no-verify for the same pre-existing typecheck reason as prior
commits on this branch; oxfmt --check on the touched file passes.1 parent cab71c5 commit 36b4d61
1 file changed
Lines changed: 8 additions & 8 deletions
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments