Skip to content

Commit dffae70

Browse files
committed
docs(nav): prioritize onboarding paths
1 parent fe1b045 commit dffae70

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

astro.config.mjs

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)