Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hojas committed May 8, 2024
1 parent 771964a commit 09ec33e
Show file tree
Hide file tree
Showing 9 changed files with 3,391 additions and 2,640 deletions.
7 changes: 4 additions & 3 deletions .vitepress/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import type { DefaultTheme } from 'vitepress'
export const nav: DefaultTheme.NavItem[] = [
{ text: '首页', link: '/' },
{ text: '前端基础', link: '/basic' },
{ text: '前端工程化', link: '/engineering' },
{ text: '前端基础建设', link: '/infrastructure' },
// { text: '前端工程化', link: '/engineering' },
{ text: 'Vue 实现原理', link: '/vue' },
{ text: '浏览器原理', link: '/browser' },
{ text: 'Node.js', link: '/nodejs' },
{ text: '网络', link: '/network' },
{ text: '编程思想', link: '/thinking' },
// { text: '网络', link: '/network' },
// { text: '编程思想', link: '/thinking' },
{ text: '手搓代码', link: '/source-code' },
// {
// text: '算法',
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "frontend-guide",
"type": "module",
"packageManager": "pnpm@8.15.6",
"author": "hojas <[email protected]>",
"packageManager": "pnpm@9.1.0",
"author": "hojas",
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
Expand All @@ -12,13 +12,14 @@
"dependencies": {
"@giscus/vue": "^3.0.0",
"markdown-it-mathjax3": "^4.3.2",
"vue-mermaid-render": "^0.1.3"
"vue": "^3.4.27",
"vue-mermaid-render": "^0.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.3",
"@types/node": "^20.12.7",
"eslint": "^9.0.0",
"@antfu/eslint-config": "^2.16.3",
"@types/node": "^20.12.10",
"eslint": "^9.2.0",
"typescript": "^5.4.5",
"vitepress": "^1.1.0"
"vitepress": "^1.1.4"
}
}
Loading

0 comments on commit 09ec33e

Please sign in to comment.