File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,17 +248,17 @@ export default defineConfig({
248248 } ,
249249 sidebar : [
250250 {
251- label : "Home" ,
252- link : "/" ,
253- } ,
254- {
255- label : "Common Use Cases" ,
256- link : "/common-use-cases" ,
251+ label : "Getting Started" ,
252+ link : "/getting-started" ,
257253 } ,
258254 {
259255 label : "Feed Directory" ,
260256 link : "/feed-directory/" ,
261257 } ,
258+ {
259+ label : "Create Custom Feeds" ,
260+ link : "/creating-custom-feeds" ,
261+ } ,
262262 {
263263 label : "Web Application" ,
264264 collapsed : true ,
@@ -299,10 +299,6 @@ export default defineConfig({
299299 } ,
300300 ] ,
301301 } ,
302- {
303- label : "Write Your Own Feed Configs" ,
304- link : "/creating-custom-feeds" ,
305- } ,
306302 {
307303 label : "About" ,
308304 link : "/about" ,
@@ -312,11 +308,6 @@ export default defineConfig({
312308 collapsed : false ,
313309 autogenerate : { directory : "get-involved" } ,
314310 } ,
315- {
316- label : "Troubleshooting" ,
317- collapsed : true ,
318- autogenerate : { directory : "troubleshooting" } ,
319- } ,
320311 ] ,
321312 defaultLocale : "root" ,
322313 locales : {
You can’t perform that action at this time.
0 commit comments