Skip to content

docs(fix): restore correct submenu Docs link to docs/overview#826

Merged
TC-MO merged 1 commit intomasterfrom
fix/docs-submenu-broken-link
Mar 10, 2026
Merged

docs(fix): restore correct submenu Docs link to docs/overview#826
TC-MO merged 1 commit intomasterfrom
fix/docs-submenu-broken-link

Conversation

@TC-MO
Copy link
Contributor

@TC-MO TC-MO commented Mar 10, 2026

The restructuring in #771 updated the navbar link target to docs/introduction, but the introduction page has slug: /overview in its frontmatter, so Docusaurus still serves it at /docs/overview. This caused the submenu Docs link to 404.

Reverts the one-line config change to restore the working URL.

Fixes #825

The restructuring in #771 updated the navbar link target to
`docs/introduction`, but the introduction page has `slug: /overview`
in its frontmatter, so Docusaurus still serves it at `/docs/overview`.
This caused the submenu Docs link to 404.

Reverts the one-line config change to restore the working URL.

Fixes #825

Co-Authored-By: Claude Sonnet 4.6 (1M context) <[email protected]>
@TC-MO TC-MO requested a review from patrikbraborec March 10, 2026 14:46
@TC-MO TC-MO self-assigned this Mar 10, 2026
@TC-MO TC-MO added bug Something isn't working. t-docs Issues owned by technical writing team. labels Mar 10, 2026
@vdusek vdusek changed the title fix: restore correct submenu Docs link to docs/overview docs(fix): restore correct submenu Docs link to docs/overview Mar 10, 2026
@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.94%. Comparing base (c6ff75c) to head (6197b88).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #826      +/-   ##
==========================================
+ Coverage   85.90%   85.94%   +0.03%     
==========================================
  Files          46       46              
  Lines        2796     2796              
==========================================
+ Hits         2402     2403       +1     
+ Misses        394      393       -1     
Flag Coverage Δ
e2e 38.05% <ø> (ø)
integration 59.40% <ø> (+0.03%) ⬆️
unit 73.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek
Copy link
Contributor

vdusek commented Mar 10, 2026

@TC-MO Please use "docs:" commit type for anything docs-related. We generate changelogs from them.

@patrikbraborec
Copy link
Contributor

LGTM, thanks for the fix.

@TC-MO
Copy link
Contributor Author

TC-MO commented Mar 10, 2026

Ah my bad @vdusek sorry about that!

@TC-MO TC-MO merged commit 1b5ea57 into master Mar 10, 2026
31 checks passed
@TC-MO TC-MO deleted the fix/docs-submenu-broken-link branch March 10, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working. t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate why Python SDK submenu link returns 404

3 participants