Skip to content

fix: learn links #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
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: 🎮
---