We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a902ff + e619b92 commit 8ee8817Copy full SHA for 8ee8817
src/layouts/ApiOverviewLayout.res
@@ -6,11 +6,11 @@ let categories: array<Sidebar.Category.t> = [
6
items: [{name: "Overview", href: "/docs/manual/latest/api"}],
7
},
8
{
9
- name: "Core Std",
+ name: "Core Stdlib",
10
items: [{name: "Core Stdlib", href: "/docs/manual/latest/api/core"}],
11
12
13
- name: "Modules",
+ name: "Other Modules",
14
items: [
15
{name: "Js Module", href: "/docs/manual/latest/api/js"},
16
{name: "Belt Stdlib", href: "/docs/manual/latest/api/belt"},
0 commit comments