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