Skip to content

Commit 1b5ea57

Browse files
TC-MOclaude
andauthored
docs(fix): restore correct submenu Docs link to docs/overview (#826)
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) <noreply@anthropic.com>
1 parent 6555c5c commit 1b5ea57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
title: 'SDK for Python',
6767
items: [
6868
{
69-
to: 'docs/introduction',
69+
to: 'docs/overview',
7070
label: 'Docs',
7171
position: 'left',
7272
activeBaseRegex: '/docs(?!/changelog)',

0 commit comments

Comments
 (0)