Skip to content

Add missing Connectors and Use cases links to docs page navigation#581

Merged
babltiga merged 1 commit into
mainfrom
fix/website-docs-nav-drift
Jul 3, 2026
Merged

Add missing Connectors and Use cases links to docs page navigation#581
babltiga merged 1 commit into
mainfrom
fix/website-docs-nav-drift

Conversation

@babltiga

@babltiga babltiga commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

What changed

The docs page (website/docs/index.html) header navigation had drifted behind the main marketing page: the Connectors (#connectors) and Use cases (#use-cases) sections added to website/index.html were missing from the docs page nav. This adds the two links (as ../index.html#anchor, matching the existing sibling links) in:

  • the desktop header nav (nav.nav-links)
  • the mobile menu panel (nav.nav-mobile-panel)
  • the footer Product column — same drift there: the main footer lists Use cases but the docs footer omitted it (the main footer intentionally has no Connectors entry, so only Use cases is added there)

Link order matches the main page: Features, Connectors, How it works, Use cases, Install, Roadmap, Docs.

Why

Keeps website/docs/index.html in parity with website/index.html per the website-drift rule in CLAUDE.md.

Notes for the reviewer

  • Static HTML only, no build step; the diff is exactly 5 inserted <a> lines.
  • Verified both target anchors exist on the main page and that the edited file still parses tag-balanced.

The main page gained Connectors and Use cases nav sections, but the
docs page header (desktop + mobile) and footer Product column were
never updated to match.
@babltiga babltiga merged commit 39a5e47 into main Jul 3, 2026
11 checks passed
@babltiga babltiga deleted the fix/website-docs-nav-drift branch July 3, 2026 12:35
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