Skip to content

Commit 5d3cf24

Browse files
authoredJan 7, 2025··
Update nav experience
1 parent 2c508b8 commit 5d3cf24

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎mint.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
},
4949

5050
"navigation": [
51-
{ "group": "launchweek.dev", "pages": ["home", "lw/new"] },
51+
{ "group": "launchweek.dev", "pages": ["home", "lw/new", "lw/faq"] },
5252
{
5353
"group": "launch weeks",
54-
"pages": ["lw/2024/mega", "lw/2025", "lw/2024", "lw/2023", "lw/2022", "lw/2021"]
54+
"pages": ["lw/2025", "lw/2024", "lw/2023", "lw/2022", "lw/2021"]
5555
},
5656
{ "group": "best practices", "pages": ["n/supabase", "n/resend"] },
5757
{
@@ -92,6 +92,10 @@
9292
{
9393
"label": "CONTRIBUTING.md",
9494
"url": "https://launchweek.dev/lw/new"
95+
},
96+
{
97+
"label": "FAQ.md",
98+
"url": "https://launchweek.dev/lw/faq"
9599
}
96100
]
97101
},

0 commit comments

Comments
 (0)
Please sign in to comment.