File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,20 @@ const sidebars: SidebarsConfig = {
17
17
{
18
18
type : "category" ,
19
19
label : "Palisadoes" ,
20
+ link : {
21
+ type : "doc" ,
22
+ id : "introduction/introduction" ,
23
+ } ,
20
24
collapsed : false ,
21
25
items : [ { type : "autogenerated" , dirName : "introduction" } ] ,
22
26
} ,
23
27
{
24
28
type : "category" ,
25
29
label : "Git Guide" ,
30
+ link : {
31
+ type : "doc" ,
32
+ id : "git-guide/introduction/quickstart" ,
33
+ } ,
26
34
collapsed : true ,
27
35
items : [
28
36
{ type : "autogenerated" , dirName : "git-guide/introduction" } ,
@@ -78,6 +86,10 @@ const sidebars: SidebarsConfig = {
78
86
{
79
87
type : "category" ,
80
88
label : "Introduction" ,
89
+ link : {
90
+ type : "doc" ,
91
+ id : "internships/introduction/faq" ,
92
+ } ,
81
93
items : [
82
94
{
83
95
type : "autogenerated" ,
@@ -141,6 +153,10 @@ const sidebars: SidebarsConfig = {
141
153
{
142
154
type : "category" ,
143
155
label : "Other" ,
156
+ link : {
157
+ type : "doc" ,
158
+ id : "internships/palisadoes/palisadoes-introduction" ,
159
+ } ,
144
160
collapsed : true ,
145
161
items : [
146
162
{
You can’t perform that action at this time.
0 commit comments