TechDocsIndexPage to fall back to DefaultTechDocsHome as LegacyTechDocsHome is deprecated

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-25 14:23:49 +01:00
parent d0c90c4f64
commit 8049538eb1
5 changed files with 9 additions and 10 deletions
+1 -3
View File
@@ -169,9 +169,7 @@ const routes = (
/>
}
/>
<Route path="/docs" element={<TechDocsIndexPage />}>
<DefaultTechDocsHome />
</Route>
<Route path="/docs" element={<TechDocsIndexPage />} />
<Route
path="/docs/:namespace/:kind/:name/*"
element={<TechDocsReaderPage />}