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 4e7f809 commit 7202a8cCopy full SHA for 7202a8c
src/components/Navigation.res
@@ -177,27 +177,6 @@ module DocsSection = {
177
}
178
},
179
180
- {
181
- imgSrc: "/static/ic_gentype@2x.png",
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/ic_reanalyze@2x.png",
194
- title: "Reanalyze",
195
- description: "Dead Code & Termination analysis",
196
- href: "https://github.com/rescript-lang/reanalyze",
197
- isActive: _ => {
198
- false
199
200
201
]
202
203
let languageManualColumn =
0 commit comments