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({
171
171
172
172
function nav ( ) {
173
173
return [
174
- { text : "Learn" , link : "/learn/intro " } ,
174
+ { text : "Learn" , link : "/learn/about " } ,
175
175
{ text : "Tutorials" , link : "/tutorials/quick-start" } ,
176
176
{ text : "How To Guides" , link : "/guides/overview" } ,
177
177
{ text : "Blog" , link : "/blog/overview" } ,
@@ -185,11 +185,8 @@ function sidebarHome() {
185
185
collapsed : true ,
186
186
items : [
187
187
{
188
- text : "Overview" ,
189
- collapsed : true ,
190
- items : [
191
- { text : "About Rollkit" , link : "/learn/about" } ,
192
- ] ,
188
+ text : "About Rollkit" ,
189
+ link : "/learn/about" ,
193
190
} ,
194
191
{
195
192
text : "Technical details" ,
Original file line number Diff line number Diff line change 16
16
link : /tutorials/quick-start
17
17
- theme : alt
18
18
text : Introduction
19
- link : /learn/intro
19
+ link : /learn/about
20
20
21
21
features :
22
22
- title : Build with the Best
@@ -29,6 +29,6 @@ features:
29
29
icon : ⚙️
30
30
- title : Take Control
31
31
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
33
33
icon : 🎮
34
34
---
You can’t perform that action at this time.
0 commit comments