Skip to content

Commit f7d965b

Browse files
committed
docs: update navigation menu links and order
1 parent 309889f commit f7d965b

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

apps/website/app/(home)/layout.tsx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import { HomeLayout } from "fumadocs-ui/layouts/home";
77
const links = [
88
{
99
active: "nested-url",
10-
text: "Getting Started",
11-
url: "/docs/getting-started",
10+
text: "Docs",
11+
url: "/docs/getting-started/typescript",
1212
},
1313
{
1414
active: "nested-url",
@@ -22,13 +22,8 @@ const links = [
2222
},
2323
{
2424
active: "nested-url",
25-
text: "Contributing",
26-
url: "/docs/contributing",
27-
},
28-
{
29-
active: "nested-url",
30-
text: "Community",
31-
url: "/docs/community",
25+
text: "Roadmap",
26+
url: "/docs/roadmap",
3227
},
3328
{
3429
active: "nested-url",
@@ -37,13 +32,8 @@ const links = [
3732
},
3833
{
3934
active: "nested-url",
40-
text: "Roadmap",
41-
url: "/docs/roadmap",
42-
},
43-
{
44-
active: "nested-url",
45-
text: "FAQ",
46-
url: "/FAQ",
35+
text: "Community",
36+
url: "/docs/community",
4737
},
4838
] as const satisfies LinkItemType[];
4939

0 commit comments

Comments
 (0)