File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { HomeLayout } from "fumadocs-ui/layouts/home";
77const 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
You can’t perform that action at this time.
0 commit comments