Skip to content

Commit 7202a8c

Browse files
committed
remove reanalyze and gentype from dropdown
1 parent 4e7f809 commit 7202a8c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

src/components/Navigation.res

-21
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,6 @@ module DocsSection = {
177177
}
178178
},
179179
},
180-
{
181-
imgSrc: "/static/[email protected]",
182-
title: "GenType",
183-
description: "Seamless TypeScript integration",
184-
href: `/docs/manual/${version}/typescript-integration`,
185-
isActive: url => {
186-
switch url.fullpath {
187-
| ["docs", "manual", _, "typescript-integration"] => true
188-
| _ => false
189-
}
190-
},
191-
},
192-
{
193-
imgSrc: "/static/[email protected]",
194-
title: "Reanalyze",
195-
description: "Dead Code & Termination analysis",
196-
href: "https://github.com/rescript-lang/reanalyze",
197-
isActive: _ => {
198-
false
199-
},
200-
},
201180
]
202181

203182
let languageManualColumn =

0 commit comments

Comments
 (0)