refactor(techdocs): change entity docs path to be more specific

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2022-05-17 12:39:24 +02:00
parent 96323f280b
commit 449d6527e4
+1 -1
View File
@@ -69,7 +69,7 @@ export const EmbeddedDocsRouter = (props: PropsWithChildren<{}>) => {
return (
<Routes>
<Route path="*" element={<EntityPageDocs entity={entity} />}>
<Route path="/*" element={<EntityPageDocs entity={entity} />}>
{children}
</Route>
</Routes>