This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export default withMermaid({
171171
172172function nav ( ) {
173173 return [
174- { text : "Learn" , link : "/learn/intro " } ,
174+ { text : "Learn" , link : "/learn/about " } ,
175175 { text : "Tutorials" , link : "/tutorials/quick-start" } ,
176176 { text : "How To Guides" , link : "/guides/overview" } ,
177177 { text : "Blog" , link : "/blog/overview" } ,
@@ -185,11 +185,8 @@ function sidebarHome() {
185185 collapsed : true ,
186186 items : [
187187 {
188- text : "Overview" ,
189- collapsed : true ,
190- items : [
191- { text : "About Rollkit" , link : "/learn/about" } ,
192- ] ,
188+ text : "About Rollkit" ,
189+ link : "/learn/about" ,
193190 } ,
194191 {
195192 text : "Technical details" ,
Original file line number Diff line number Diff line change 1616 link : /tutorials/quick-start
1717 - theme : alt
1818 text : Introduction
19- link : /learn/intro
19+ link : /learn/about
2020
2121features :
2222 - title : Build with the Best
@@ -29,6 +29,6 @@ features:
2929 icon : ⚙️
3030 - title : Take Control
3131 details : Retain the ability to upgrade via hard forks. Break free of offchain councils holding upgrade keys. Allow your community to be sovereign.
32- link : /learn/intro
32+ link : /learn/about
3333 icon : 🎮
3434---
You can’t perform that action at this time.
0 commit comments