File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 33/** @type {import("@docusaurus/plugin-content-docs").SidebarsConfig } */
44const sidebars = {
55 build : [
6+ {
7+ type : "link" ,
8+ label : "Home" ,
9+ href : "/" ,
10+ } ,
611 {
712 type : "category" ,
813 label : "JavaScript SDK" ,
@@ -37,6 +42,11 @@ const sidebars = {
3742 } ,
3843 ] ,
3944 runNode : [
45+ {
46+ type : "link" ,
47+ label : "Home" ,
48+ href : "/" ,
49+ } ,
4050 {
4151 type : "category" ,
4252 label : "Run a Nwaku Node" ,
@@ -65,6 +75,11 @@ const sidebars = {
6575 } ,
6676 ] ,
6777 learn : [
78+ {
79+ type : "link" ,
80+ label : "Home" ,
81+ href : "/" ,
82+ } ,
6883 "learn/waku-network" ,
6984 {
7085 type : "category" ,
@@ -98,12 +113,22 @@ const sidebars = {
98113 "learn/faq" ,
99114 ] ,
100115 research : [
116+ {
117+ type : "link" ,
118+ label : "Home" ,
119+ href : "/" ,
120+ } ,
101121 {
102122 type : "autogenerated" ,
103123 dirName : "research" ,
104124 } ,
105125 ] ,
106126 guides : [
127+ {
128+ type : "link" ,
129+ label : "Home" ,
130+ href : "/" ,
131+ } ,
107132 "guides/getting-started" ,
108133 ] ,
109134} ;
You can’t perform that action at this time.
0 commit comments