diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index eb265cdf..9c2040c4 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -23,7 +23,7 @@ interface DocsConfig { export const docsConfig: DocsConfig = { mainNav: [ { - title: 'Documentation', + title: 'Docs', href: '/docs/introduction', }, { diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index a8838c81..acfb1f43 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -120,7 +120,7 @@ watch(() => $route.path, (n) => { >