From 2c8078719f77217e4ba8a5034807f30a9c2294b5 Mon Sep 17 00:00:00 2001 From: jcstein <46639943+jcstein@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:48:58 +0700 Subject: [PATCH] style: fix config --- .vitepress/config.ts | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 93fe831e3f0..14b7ad36853 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -110,8 +110,8 @@ export default { ], ], - // https://vitepress.dev/concepts/default-theme-config themeConfig: { + // https://vitepress.dev/concepts/default-theme-config nav: nav(), outline: { level: "deep", @@ -226,35 +226,6 @@ export default { }, }; -function nav() { - return [ - { - text: "Join the network", - items: [ - { text: "Learn", link: "/learn/how-celestia-works/overview" }, - { text: "Quick start", link: "/how-to-guides/quick-start" }, - { text: "Build whatever", link: "/how-to-guides/build-whatever" }, - { - text: "Resources", - items: [ - { - text: "Celestia Improvement Proposals (CIPs)", - link: "https://cips.celestia.org/", - }, - { - text: "celestia-app specs", - link: "https://celestiaorg.github.io/celestia-app/", - }, - { - text: "celestia-node API docs", - link: "https://node-rpc-docs.celestia.org/", - }, - ], - }, - ], - }, - ]; -} function nav() { return [ {