Skip to content

Commit

Permalink
docs: correct highlight for navigation items (#11810)
Browse files Browse the repository at this point in the history
  • Loading branch information
hualigushi authored Nov 2, 2023
1 parent 352b0a8 commit 9ce9266
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,27 @@ export default defineConfig({
{
title: '介绍',
link: '/docs/introduce/introduce',
activePath: '/docs/introduce',
},
{
title: '指南',
link: '/docs/guides/getting-started',
activePath: '/docs/guides',
},
{
title: 'API',
link: '/docs/api/api',
activePath: '/docs/api',
},
{
title: 'Umi Max',
link: '/docs/max/introduce',
activePath: '/docs/max',
},
{
title: '博客',
link: '/blog/umi-4-rc',
activePath: '/blog',
},
],
},
Expand Down

1 comment on commit 9ce9266

@vercel
Copy link

@vercel vercel bot commented on 9ce9266 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.