Skip to content

Commit

Permalink
docs: official document navigation exception (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 authored Feb 7, 2025
1 parent d87d50d commit 95bbcf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
title: {
zh: 'API',
en: 'API',
Expand All @@ -83,7 +83,7 @@ export default defineConfig({
},
},
{
slug: 'docs/plugins',
slug: 'docs/plugins/intro',
title: {
zh: '插件',
en: 'Plugins',
Expand Down

0 comments on commit 95bbcf7

Please sign in to comment.