docs: repair the published navigation (FR-26112) - #123
Merged
Conversation
The sidebar linked an API Reference page that does not exist in this repo and is not covered by a docsify alias, so the entry 404s on the published site. sidenav.md is a second, stale table of contents using anchor links that no longer match the pages. Nothing references it and docsify loads _sidebar.md, so it only serves to contradict the real navigation. Removes the dead entry and the unused file. Every remaining sidebar target resolves to a file that exists. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Aug 18, 2026
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.
The published sidebar had a dead link
docs/_sidebar.mdlinks API Reference →api.md, but that page does not exist in this repo and no docsifyaliascovers it, so the entry 404s on the published docs site today. Every other mobile SDK ships an API reference; React Native does not, and the sidebar promised one anyway.This removes the dead entry. Writing an actual
api.mdfor React Native is worth doing, but it is content work rather than a broken-link fix, so it is not bundled here.And a second, contradictory table of contents
docs/sidenav.mdis a stale anchor-based TOC (- [Getting started](#getting-started)) that does not match the current pages. Docsify loads_sidebar.md, nothing referencessidenav.md, and I confirmed no other doc links to it — so it exists only to disagree with the real navigation. Removed.Verified: every remaining sidebar target resolves to a file that exists.
🤖 Generated with Claude Code