Skip to content

Commit

Permalink
fix: migrate to latest vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
D3SOX committed Oct 27, 2023
1 parent 1f2a40e commit 01d789e
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 334 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ export default defineConfig({
footer: {
message: 'Made by D3SOX with ❤️',
},

search: {
provider: 'local'
}
},
});
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
"main": "index.js",
"repository": "https://github.com/D3SOX/cryb-guide",
"license": "GPL-3.0-or-later",
"type": "module",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"devDependencies": {
"vitepress": "^1.0.0-beta.7",
"vue": "^3.3.4"
"vitepress": "^1.0.0-rc.24",
"vue": "^3.3.7"
}
}
Loading

0 comments on commit 01d789e

Please sign in to comment.