Docs: Fix broken internal links and add sidebar ordering#480
Merged
Conversation
- Fix walkthrough.md relative links (./ → ../) for cross-directory refs - Replace links to non-existent README.md files with actual first pages - Remove publishing.md link from testing.md (file removed) - Add sidebar order frontmatter to all doc pages for Starlight navigation - Remove obsolete pages: getting-started.md (replaced by getting-started/walkthrough.md), publishing.md, registry.md, and section README.md files - Remove Key features section from concept.md (duplicated navigation) - Fix guide frontmatter: order → sidebar.order for Starlight compatibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
sidebar: orderfrontmatter to all doc pages for Starlight navigationorder→sidebar.order) for Starlight compatibilityLink fixes
getting-started/walkthrough.md: 12 links using./corrected to../for cross-directory referencesrapid-prototyping.md,experts.md: links to non-existentREADME.mdreplaced with actual pagestesting.md: removed link to deletedpublishing.mdREADME.md: fixed links togetting-started.md, removed refs to non-existent pagesRemoved pages
docs/getting-started.md(superseded bygetting-started/walkthrough.md)docs/making-experts/publishing.md,docs/understanding-perstack/registry.md(features not yet shipped)README.mdfiles (replaced by Starlight autogenerate sidebar)Sidebar ordering
Added
sidebar: orderto all 27 doc pages for correct navigation order in Starlight.Test plan
bun run buildin www app succeeds with no broken link warnings🤖 Generated with Claude Code