Skip to content

Commit

Permalink
chore(deps): upgrade vitepress for docs
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <[email protected]>
  • Loading branch information
qwqcode committed Jan 23, 2023
1 parent 958d390 commit 2eaf3e8
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 391 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ node_modules

# docs
/docs/.vitepress/dist/
/docs/.vitepress/cache/

# backend
/artalk.yml
Expand Down
4 changes: 1 addition & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ export default defineConfig({
},

editLink: {
repo: 'ArtalkJS/Docs',
branch: 'master',
dir: 'docs',
pattern: 'https://github.com/ArtalkJS/Artalk/edit/master/docs/:path',
text: '完善文档'
},
}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"markdown-it-for-inline": "^0.1.1",
"sass": "^1.52.3",
"vitepress": "1.0.0-alpha.1"
"vitepress": "1.0.0-alpha.40"
}
}
Loading

0 comments on commit 2eaf3e8

Please sign in to comment.