Skip to content

Commit

Permalink
* docs: change doc nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 7, 2024
1 parent bc70ebb commit b906848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_/.vitepress/theme-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const extLibs = [...zuiLib.reduce((set, lib) => {

function createNav() {
return [
{text: '指引', link: '/guide/start/', activeMatch: '/guide/'},
{text: '文档', link: '/guide/start/', activeMatch: '/guide/'},
{text: 'CSS 工具类', link: '/utilities/skin/utilities/solid', activeMatch: '/utilities/'},
{text: '组件', link: '/lib/components/button/', activeMatch: '/lib/'},
{text: 'ZUI1', link: 'https://openzui.com/1/'},
Expand Down

0 comments on commit b906848

Please sign in to comment.