Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
laizuan committed Oct 30, 2023
1 parent b6533d2 commit 3a3842d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vitepress/configs/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ import { createArticleNav } from './menus/aritcle'
import { createGitNav } from './menus/git'
import { createLinkNav } from './menus/link'

module.exports = [createJavaNav(), createWebNav(), createArticleNav(), createGitNav(), ...createLinkNav()]
module.exports = [
createJavaNav(),
createWebNav(),
createArticleNav(),
createGitNav(),
...createLinkNav()
]

0 comments on commit 3a3842d

Please sign in to comment.