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 /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
View File
@@ -1 +0,0 @@
../public