-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: official document navigation exception #1902
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,14 +62,14 @@ export default defineConfig({ | |
}, | ||
navs: [ | ||
{ | ||
slug: 'docs/guide', | ||
slug: 'docs/guide/getting-started', | ||
title: { | ||
zh: '教程', | ||
en: 'Tutorials', | ||
}, | ||
}, | ||
{ | ||
slug: 'docs/api', | ||
slug: 'docs/api/canvas/intro', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated the slug from 'docs/api' to 'docs/api/canvas/intro' to ensure correct navigation. |
||
title: { | ||
zh: 'API', | ||
en: 'API', | ||
|
@@ -83,7 +83,7 @@ export default defineConfig({ | |
}, | ||
}, | ||
{ | ||
slug: 'docs/plugins', | ||
slug: 'docs/plugins/intro', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated the slug from 'docs/plugins' to 'docs/plugins/intro' to ensure correct navigation. |
||
title: { | ||
zh: '插件', | ||
en: 'Plugins', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the slug from 'docs/guide' to 'docs/guide/getting-started' to ensure correct navigation.