Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed Apr 13, 2024
1 parent c83e959 commit 9754976
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 487 deletions.
8 changes: 2 additions & 6 deletions .vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ import type { DefaultTheme } from 'vitepress'
export const nav: DefaultTheme.NavItem[] = [
{ text: '首页', link: '/' },
{
text: '语言',
items: [
{ text: 'JavaScript', link: '/javascript' },
{ text: 'ECMAScript', link: '/ecmascript' },
{ text: 'TypeScript', link: '/typescript' },
],
text: '前端基础',
link: '/basic',
},
{ text: 'Vue 实现原理', link: '/vue' },
// {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"vue-mermaid-render": "^0.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"typescript": "^5.4.4",
"vitepress": "^1.0.2"
"@antfu/eslint-config": "^2.13.3",
"@types/node": "^20.12.7",
"eslint": "^9.0.0",
"typescript": "^5.4.5",
"vitepress": "^1.1.0"
}
}
Loading

0 comments on commit 9754976

Please sign in to comment.