initial vitepress site with basic nav
This commit is contained in:
parent
a7df2e049d
commit
2029f16583
1900 changed files with 1014692 additions and 0 deletions
7
node_modules/vitepress/dist/client/theme-default/components/VPPage.vue
generated
vendored
Normal file
7
node_modules/vitepress/dist/client/theme-default/components/VPPage.vue
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<div class="VPPage">
|
||||
<slot name="page-top" />
|
||||
<Content />
|
||||
<slot name="page-bottom" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue