From 8a7ef5db4a6bc948a6e6854c90309a0eab314d80 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Thu, 7 Mar 2024 16:46:01 +0330 Subject: [PATCH] chore: update --- apps/www/.vitepress/theme/config/docs.ts | 2 +- apps/www/.vitepress/theme/layout/MainLayout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) => { >
- Search for anything... + Search documentation...
K