completionId: cgen-97ef14b54b5e438ba23baef0444338b2
cgen-97ef14b54b5e438ba23baef0444338b2
This commit is contained in:
parent
aac0a29e73
commit
5a94d09d60
1 changed files with 8 additions and 1 deletions
|
|
@ -305,7 +305,14 @@ const App = () => (
|
||||||
<Route path="/nexus" element={<Nexus />} />
|
<Route path="/nexus" element={<Nexus />} />
|
||||||
|
|
||||||
{/* Resource routes */}
|
{/* Resource routes */}
|
||||||
<Route path="/docs" element={<DocsLayout />}>
|
<Route
|
||||||
|
path="/docs"
|
||||||
|
element={
|
||||||
|
<DocsThemeProvider>
|
||||||
|
<DocsLayout />
|
||||||
|
</DocsThemeProvider>
|
||||||
|
}
|
||||||
|
>
|
||||||
<Route index element={<DocsOverview />} />
|
<Route index element={<DocsOverview />} />
|
||||||
<Route path="tutorials" element={<DocsTutorials />} />
|
<Route path="tutorials" element={<DocsTutorials />} />
|
||||||
<Route path="curriculum" element={<DocsCurriculum />} />
|
<Route path="curriculum" element={<DocsCurriculum />} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue