Skip to content

Commit c952d21

Browse files
Merge pull request #798 from cknitt/api-docs-menu
Update API docs sidebar
2 parents c37a2ff + 92d1ca5 commit c952d21

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/layouts/ApiOverviewLayout.res

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ let categories: array<Sidebar.Category.t> = [
66
items: [{name: "Overview", href: "/docs/manual/latest/api"}],
77
},
88
{
9-
name: "Core Stdlib",
10-
items: [{name: "Core Stdlib", href: "/docs/manual/latest/api/core"}],
9+
name: "Standard Library",
10+
items: [{name: "Core", href: "/docs/manual/latest/api/core"}],
1111
},
1212
{
13-
name: "Other Modules",
13+
name: "Additional Libraries",
1414
items: [
15-
{name: "Js Module", href: "/docs/manual/latest/api/js"},
16-
{name: "Belt Stdlib", href: "/docs/manual/latest/api/belt"},
17-
{name: "Dom Module", href: "/docs/manual/latest/api/dom"},
15+
{name: "Belt", href: "/docs/manual/latest/api/belt"},
16+
{name: "Dom", href: "/docs/manual/latest/api/dom"},
1817
],
1918
},
19+
{
20+
name: "Legacy Modules",
21+
items: [{name: "Js", href: "/docs/manual/latest/api/js"}],
22+
},
2023
]
2124

2225
/* Used for API docs (structured data) */

0 commit comments

Comments
 (0)