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 300f955 commit 2360096
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 225 deletions.
11 changes: 7 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,13 @@ export default defineConfig({
message: 'Made by D3SOX with ❤️',
},

algolia: {
appId: '0E44DZDX9K',
apiKey: '05f13b57950ef1918e20d7bb444ba444',
indexName: 'arch-d3sox'
search: {
provider: 'algolia',
options: {
appId: '0E44DZDX9K',
apiKey: '05f13b57950ef1918e20d7bb444ba444',
indexName: 'arch-d3sox'
}
},
},
});
3 changes: 2 additions & 1 deletion 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/arch-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-rc.4",
"vitepress": "^1.0.0-rc.24",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit 2360096

Please sign in to comment.