Skip to content

Commit 3015186

Browse files
committed
warning table
1 parent 45b99f2 commit 3015186

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/routes/MdxRoute.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ let components = {
4646
"Video": Markdown.Video.make,
4747
"Warn": Markdown.Warn.make,
4848
"CommunityContent": CommunityContent.make,
49+
"WarningTable": WarningTable.make,
4950
}
5051

5152
let convertToNavItems = (items, rootPath) =>

docs/manual/warning-numbers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can configure which warnings the ReScript compiler generates
1212
[in the build configuration](/docs/manual/next/build-configuration#warnings) or
1313
using the [`@warning()`](/syntax-lookup#expression-warning-decorator) or the [`@@warning()`](/syntax-lookup#module-warning-decorator) decorator.
1414

15-
{/* TODO RR7 <WarningTable /> */}
15+
<WarningTable />

0 commit comments

Comments
 (0)