File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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) */
You can’t perform that action at this time.
0 commit comments