Skip to content

docs: repair the published navigation (FR-26112) - #123

Merged
dianaKhortiuk-frontegg merged 1 commit into
masterfrom
docs/fix-broken-nav
Aug 19, 2026
Merged

docs: repair the published navigation (FR-26112)#123
dianaKhortiuk-frontegg merged 1 commit into
masterfrom
docs/fix-broken-nav

Conversation

@dianaKhortiuk-frontegg

Copy link
Copy Markdown
Collaborator

The published sidebar had a dead link

docs/_sidebar.md links API Reference → api.md, but that page does not exist in this repo and no docsify alias covers 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.md for 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.md is a stale anchor-based TOC (- [Getting started](#getting-started)) that does not match the current pages. Docsify loads _sidebar.md, nothing references sidenav.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

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>
@dianaKhortiuk-frontegg
dianaKhortiuk-frontegg merged commit 67f677e into master Aug 19, 2026
6 checks passed
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