Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: 🎮
---