Skip to content

Commit 1e26ef9

Browse files
committed
update api sidebar
1 parent f1f8f0a commit 1e26ef9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/layouts/ApiOverviewLayout.res

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ let makeCategories: string => array<Sidebar.Category.t> = version => [
99
name: "Standard Library",
1010
items: [{name: "Core", href: `/docs/manual/${version}/api/core`}],
1111
},
12+
{
13+
name: "Syntax Lookup",
14+
items: [{name: "Core", href: "/syntax-lookup"}],
15+
},
1216
{
1317
name: "Additional Libraries",
1418
items: [
1519
{name: "Belt", href: `/docs/manual/${version}/api/belt`},
1620
{name: "Dom", href: `/docs/manual/${version}/api/dom`},
1721
],
1822
},
19-
{
20-
name: "Legacy Modules",
21-
items: [{name: "Js", href: `/docs/manual/${version}/api/js`}],
22-
},
2323
]
2424

2525
/* Used for API docs (structured data) */

0 commit comments

Comments
 (0)