File tree Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Expand file tree Collapse file tree 9 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -73,4 +73,5 @@ export const sidebarDe: SidebarConfig = {
7373 children : [ '/de/book/plugins' , '/de/book/metadata.md' ] ,
7474 } ,
7575 ] ,
76+ '/blog/' : false ,
7677} ;
Original file line number Diff line number Diff line change @@ -267,4 +267,5 @@ export const sidebarEn: SidebarConfig = {
267267 ] ,
268268 } ,
269269 ] ,
270+ '/blog/' : false ,
270271} ;
Original file line number Diff line number Diff line change @@ -29,4 +29,5 @@ export const sidebarEs: SidebarConfig = {
2929 ] ,
3030 } ,
3131 ] ,
32+ '/blog/' : false ,
3233} ;
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ export const sidebarFr: SidebarConfig = {
2626 ] ,
2727 } ,
2828 ] ,
29+ '/blog/' : false ,
2930} ;
Original file line number Diff line number Diff line change @@ -104,4 +104,5 @@ export const sidebarJa: SidebarConfig = {
104104 ] ,
105105 } ,
106106 ] ,
107+ '/blog/' : false ,
107108} ;
Original file line number Diff line number Diff line change @@ -120,4 +120,5 @@ export const sidebarKo: SidebarConfig = {
120120 ] ,
121121 } ,
122122 ] ,
123+ '/blog/' : false ,
123124} ;
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ export const sidebarPtBR: SidebarConfig = {
2121 ] ,
2222 } ,
2323 ] ,
24+ '/blog/' : false ,
2425} ;
Original file line number Diff line number Diff line change @@ -113,4 +113,5 @@ export const sidebarRU: SidebarConfig = {
113113 // ],
114114 // },
115115 ] ,
116+ '/blog/' : false ,
116117} ;
Original file line number Diff line number Diff line change @@ -170,4 +170,5 @@ export const sidebarZhCN: SidebarConfig = {
170170 ] ,
171171 } ,
172172 ] ,
173+ '/blog/' : false ,
173174} ;
You can’t perform that action at this time.
0 commit comments