We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8f0a commit 1e26ef9Copy full SHA for 1e26ef9
src/layouts/ApiOverviewLayout.res
@@ -9,17 +9,17 @@ let makeCategories: string => array<Sidebar.Category.t> = version => [
9
name: "Standard Library",
10
items: [{name: "Core", href: `/docs/manual/${version}/api/core`}],
11
},
12
+ {
13
+ name: "Syntax Lookup",
14
+ items: [{name: "Core", href: "/syntax-lookup"}],
15
+ },
16
{
17
name: "Additional Libraries",
18
items: [
19
{name: "Belt", href: `/docs/manual/${version}/api/belt`},
20
{name: "Dom", href: `/docs/manual/${version}/api/dom`},
21
],
22
- {
- name: "Legacy Modules",
- items: [{name: "Js", href: `/docs/manual/${version}/api/js`}],
- },
23
]
24
25
/* Used for API docs (structured data) */
0 commit comments