chore: refactor vitepress docs location

This commit is contained in:
Aarnav Tale
2025-10-12 22:03:13 -04:00
parent 4ccc73d7e4
commit eaffcd7b62
5 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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
View File
@@ -1 +0,0 @@
../public