Swastika/docs chore/cleanup and fix links#2832
Conversation
Map /docs/<page>.md links to their rendered pages, and /dimos, /examples, /bin, /docker, /misc, /.github and /AGENTS.md source paths to GitHub blobs, so repo-style links resolve on the published site instead of 404ing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Greptile SummaryThis PR fixes docs link rot by adding a comprehensive redirect layer in
Confidence Score: 5/5Safe to merge — all changes are documentation and redirect configuration with no impact on runtime code. The PR is limited to docs config, markdown content, and redirect rules. The redirect ordering is correct (specific rules before the /docs/:slug* catch-all), the fixed image path resolves to a confirmed existing asset, the broken link corrections are straightforward, and no runtime behaviour is touched. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "theme change" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2832 +/- ##
========================================
Coverage 71.91% 71.92%
========================================
Files 979 979
Lines 87346 87346
Branches 7982 8116 +134
========================================
+ Hits 62819 62820 +1
Misses 22387 22387
+ Partials 2140 2139 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Problem
Docs use relative links which render on GitHub but 404 on Mintlify. A full link sweep also found a few broken links and image on the transports page.
Solution
docs.json:/docs/<page>.md→ rendered page for every nav page, and/dimos,/examples,/bin,/docker,/misc,/.github,/AGENTS.md→ GitHub blobs. No change to how we write links.dimos-lcmdirs).