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> = [
6
6
items : [{name : "Overview" , href : "/docs/manual/latest/api" }],
7
7
},
8
8
{
9
- name : "Core Stdlib " ,
10
- items : [{name : "Core Stdlib " , href : "/docs/manual/latest/api/core" }],
9
+ name : "Standard Library " ,
10
+ items : [{name : "ReScript Core " , href : "/docs/manual/latest/api/core" }],
11
11
},
12
12
{
13
- name : "Other Modules " ,
13
+ name : "Additional Libraries " ,
14
14
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" },
18
17
],
19
18
},
19
+ {
20
+ name : "Legacy Modules" ,
21
+ items : [{name : "Js" , href : "/docs/manual/latest/api/js" }],
22
+ },
20
23
]
21
24
22
25
/* Used for API docs (structured data) */
You can’t perform that action at this time.
0 commit comments