Skip to content

Commit

Permalink
change to vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
vipzhicheng committed Mar 24, 2024
1 parent 9897e18 commit 96c01e1
Show file tree
Hide file tree
Showing 60 changed files with 33,723 additions and 11,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: public # The folder the action should deploy.
folder: .vitepress/dist # The folder the action should deploy.
269 changes: 269 additions & 0 deletions .vitepress/cache/deps/@theme_index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .vitepress/cache/deps/@theme_index.js.map

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions .vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"hash": "2644dcf9",
"configHash": "d43673d4",
"lockfileHash": "cc447526",
"browserHash": "ca459e22",
"optimized": {
"vue": {
"src": "../../../node_modules/.pnpm/vue@3.4.21/node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "4a20469c",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/.pnpm/@vue+devtools-api@7.0.20_vue@3.4.21/node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "9b8ebea5",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../node_modules/.pnpm/@vueuse+core@10.9.0_vue@3.4.21/node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "9d6f795b",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../node_modules/.pnpm/@vueuse+integrations@10.9.0_focus-trap@7.5.4_vue@3.4.21/node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "304e2eb6",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../node_modules/.pnpm/mark.js@8.11.1/node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "45ba5fd9",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../node_modules/.pnpm/minisearch@6.3.0/node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "ecc8d1c3",
"needsInterop": false
},
"@theme/index": {
"src": "../../../node_modules/.pnpm/vitepress@1.0.1_@algolia+client-search@4.22.1_search-insights@2.13.0_stylus@0.54.8/node_modules/vitepress/dist/client/theme-default/index.js",
"file": "@theme_index.js",
"fileHash": "894539be",
"needsInterop": false
}
},
"chunks": {
"chunk-E4OZJX46": {
"file": "chunk-E4OZJX46.js"
},
"chunk-OOO2W3XR": {
"file": "chunk-OOO2W3XR.js"
}
}
}
Loading

0 comments on commit 96c01e1

Please sign in to comment.