Skip to content

fix(docs): repair broken root .md links breaking Deploy Docs#10

Merged
Bartok9 merged 1 commit into
mainfrom
fix/docs-broken-links-grok
Jul 11, 2026
Merged

fix(docs): repair broken root .md links breaking Deploy Docs#10
Bartok9 merged 1 commit into
mainfrom
fix/docs-broken-links-grok

Conversation

@Bartok9

@Bartok9 Bartok9 commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Problem

Deploy Docs workflow failing on main: Docusaurus onBrokenLinks: throw caught broken links in docs/features/grok-stt.md and grok-tts.md pointing to ../../VISION.md, ../../ARCHITECTURE.md, ../../SECURITY.md. Docs root is ../docs, so those resolved to nonexistent site-absolute paths.

Fix

Point the three links to canonical GitHub blob URLs (the files live at repo root, outside the docs tree).

Verification

npm run build passes locally — no broken links, static files generated.


Note

Low Risk
Documentation-only link target changes with no effect on application code, auth, or data handling.

Overview
Fixes Deploy Docs failures from Docusaurus onBrokenLinks: throw by updating the “Higher-level” cross-links in docs/features/grok-stt.md and docs/features/grok-tts.md.

Those pages previously used ../../VISION.md, ../../ARCHITECTURE.md, and ../../SECURITY.md, which don’t resolve correctly from the docs site (repo-root markdown lives outside the docs tree). Each link now points at the canonical GitHub blob URL on main for the same three files.

No runtime or provider code changes—docs-only.

Reviewed by Cursor Bugbot for commit 347ffc9. Bugbot is set up for automated code reviews on this repo. Configure here.

Docusaurus docs root is ../docs, so ../../VISION.md etc. resolved to
site-absolute paths that don't exist, breaking Deploy Docs (onBrokenLinks=throw).
Point to canonical GitHub blob URLs. Verified npm run build passes.
@Bartok9
Bartok9 merged commit 44917e3 into main Jul 11, 2026
3 checks passed
@Bartok9
Bartok9 deleted the fix/docs-broken-links-grok branch July 11, 2026 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant