-
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
Conversation
WalkthroughThis pull request addresses navigation issues in the official documentation by updating the slugs for various sections. The changes aim to improve the user experience by ensuring that links direct users to the correct pages. Changes
|
@@ -62,14 +62,14 @@ export default defineConfig({ | |||
}, | |||
navs: [ | |||
{ | |||
slug: 'docs/guide', | |||
slug: 'docs/guide/getting-started', |
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.
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 comment
The 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.
@@ -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 comment
The 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.
🤔 This is a ...
🔗 Related issue link
#1901
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge