We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ryyppy
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1e26ef9 commit 27c7dcbCopy full SHA for 27c7dcb
src/layouts/ApiOverviewLayout.res
@@ -2,17 +2,16 @@ module Sidebar = SidebarLayout.Sidebar
2
3
let makeCategories: string => array<Sidebar.Category.t> = version => [
4
{
5
- name: "Introduction",
6
- items: [{name: "Overview", href: `/docs/manual/${version}/api`}],
+ name: "",
+ items: [
7
+ {name: "Overview", href: `/docs/manual/${version}/api`},
8
+ {name: "Syntax Lookup", href: "/syntax-lookup"},
9
+ ],
10
},
11
12
name: "Standard Library",
13
items: [{name: "Core", href: `/docs/manual/${version}/api/core`}],
14
- {
- name: "Syntax Lookup",
- items: [{name: "Core", href: "/syntax-lookup"}],
15
- },
16
17
name: "Additional Libraries",
18
items: [
0 commit comments