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 1168408 commit 2789720
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -3,4 +3,10 @@ import { createJavaNav } from './menus/java'
import { createArticleNav } from './menus/aritcle'
import { createGitNav } from './menus/git'

module.exports = [createJavaNav(), createWebNav(), createArticleNav(), createGitNav()]
module.exports = [
createJavaNav(),
createWebNav(),
createArticleNav(),
createGitNav(),
{ text: '在线工具', link: '//tools.seedltd.cn' }
]
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ hero:
- theme: alt
text: Java组件 →
link: /java/dependencys/basic-core
- theme: alt
text: 在线工具 →
link: //tools.seedltd.cn/

features:
- title: 💡 VUE 组件
Expand Down

0 comments on commit 2789720

Please sign in to comment.