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.
1 parent deb399f commit 1b5f026Copy full SHA for 1b5f026
src/layouts/ApiOverviewLayout.res
@@ -5,13 +5,10 @@ let makeCategories: string => array<Sidebar.Category.t> = version => [
5
name: "",
6
items: [
7
{name: "Overview", href: `/docs/manual/${version}/api`},
8
+ {name: "Core", href: `/docs/manual/${version}/api/core`},
9
{name: "Syntax Lookup", href: "/syntax-lookup"},
10
],
11
},
- {
12
- name: "Standard Library",
13
- items: [{name: "Core", href: `/docs/manual/${version}/api/core`}],
14
- },
15
{
16
name: "Additional Libraries",
17
0 commit comments