From e3e4c75bde5444b11743c44deff9ff323ba3cde0 Mon Sep 17 00:00:00 2001 From: pthmas <9058370+pthmas@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:03:19 +0200 Subject: [PATCH] fix links --- .vitepress/config.ts | 9 +++------ index.md | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 1fedad7af..0ca148e59 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -171,7 +171,7 @@ export default withMermaid({ function nav() { return [ - { text: "Learn", link: "/learn/intro" }, + { text: "Learn", link: "/learn/about" }, { text: "Tutorials", link: "/tutorials/quick-start" }, { text: "How To Guides", link: "/guides/overview" }, { text: "Blog", link: "/blog/overview" }, @@ -185,11 +185,8 @@ function sidebarHome() { collapsed: true, items: [ { - text: "Overview", - collapsed: true, - items: [ - { text: "About Rollkit", link: "/learn/about" }, - ], + text: "About Rollkit", + link: "/learn/about", }, { text: "Technical details", diff --git a/index.md b/index.md index 583cb0619..bdd14c444 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ hero: link: /tutorials/quick-start - theme: alt text: Introduction - link: /learn/intro + link: /learn/about features: - title: Build with the Best @@ -29,6 +29,6 @@ features: icon: ⚙️ - title: Take Control details: Retain the ability to upgrade via hard forks. Break free of offchain councils holding upgrade keys. Allow your community to be sovereign. - link: /learn/intro + link: /learn/about icon: 🎮 ---