From 86bc0eebbe1dd3cc7302fc812c6b43f96196bb92 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:27:40 +0300 Subject: [PATCH] Set custom link to the nav (#10) --- .vitepress/config.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index fa2ab85..d36c299 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -68,6 +68,8 @@ export default defineConfig({ siteTitle: 'Codex • Docs', + logoLink: '/learn/what-is-codex', + sidebar: [ { text: 'Introduction',