docs: fix internal links, ecosystem route, and MDX badges#1437
Open
JuanmaBM wants to merge 2 commits intoambient-code:mainfrom
Open
docs: fix internal links, ecosystem route, and MDX badges#1437JuanmaBM wants to merge 2 commits intoambient-code:mainfrom
JuanmaBM wants to merge 2 commits intoambient-code:mainfrom
Conversation
Signed-off-by: JuanmaBM <juanmabareamartinez@gmail.com>
Signed-off-by: JuanmaBM <juanmabareamartinez@gmail.com>
✅ Deploy Preview for cheerful-kitten-f556a0 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughDocumentation updates correcting relative path references in internal navigation links across two files. Changes adjust directory traversal levels to point to the correct documentation pages. Changes
🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improves the Starlight documentation site by correcting relative URLs that resolved incorrectly for nested pages, fixing an ecosystem page link, and ensuring Starlight Badge components render by using MDX where needed.
Changes
Workflow and ecosystem links
Updated links from concepts/workflows.md to the top-level Workflows section (/workflows/...) to use ../../workflows/... instead of ../workflows/.... Browsers resolve relative URLs from the current page path (/concepts/workflows/), so a single ../ targeted the wrong segment and produced paths like /concepts/workflows/custom/ instead of /workflows/custom/.
Fixed the “Workflows” link on the Amber ecosystem page: from ecosystem/amber/, one ../ is not enough to reach the docs root; changed to ../../concepts/workflows/ and normalized the trailing slash.
Starlight Badge components (AgentReady, GitHub Action, MCP Server)
Restored the Badge + import pattern for status labels (Stable / Beta). These only work when the file is processed as MDX; in plain .md the import can appear as literal text.
Renamed ecosystem/agentready.md → ecosystem/agentready.mdx, and extensions/github-action.md / extensions/mcp-server.md → .mdx. Public URLs (slugs) are unchanged.
Summary by CodeRabbit
Release Notes