mirror of
https://github.com/tale/headplane.git
synced 2026-08-17 16:47:51 +00:00
chore: refactor vitepress docs location
This commit is contained in:
+4
-4
@@ -4,9 +4,9 @@ node_modules
|
|||||||
/build
|
/build
|
||||||
/test
|
/test
|
||||||
.env
|
.env
|
||||||
app/hp_ssh.wasm
|
/app/hp_ssh.wasm
|
||||||
app/wasm_exec.js
|
/app/wasm_exec.js
|
||||||
/docs/.vitepress/dist/
|
/.vitepress/dist/
|
||||||
/docs/.vitepress/cache/
|
/.vitepress/cache/
|
||||||
|
|
||||||
/.direnv
|
/.direnv
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ export default defineConfig({
|
|||||||
ignoreDeadLinks: ['/docs/Integrated-Mode', '/docs/Simple-Mode'],
|
ignoreDeadLinks: ['/docs/Integrated-Mode', '/docs/Simple-Mode'],
|
||||||
cleanUrls: true,
|
cleanUrls: true,
|
||||||
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
|
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
|
||||||
|
srcDir: 'docs',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: '/logo-dark-bg.svg',
|
logo: '/logo-dark-bg.svg',
|
||||||
nav: [{ text: 'Home', link: '/' }],
|
nav: [{ text: 'Home', link: '/' }],
|
||||||
@@ -1 +0,0 @@
|
|||||||
../public
|
|
||||||
Reference in New Issue
Block a user