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 c2d8178 commit 1bc5605Copy full SHA for 1bc5605
1 file changed
app/routes/CommunityRoute.resi
@@ -0,0 +1,12 @@
1
+type loaderData = {
2
+ compiledMdx: CompiledMdx.t,
3
+ entries: array<TableOfContents.entry>,
4
+ title: string,
5
+ description: string,
6
+ filePath: string,
7
+ categories: array<SidebarLayout.Sidebar.Category.t>,
8
+}
9
+
10
+let loader: ReactRouter.Loader.t<loaderData>
11
12
+let default: unit => React.element
0 commit comments