diff --git a/client/App.tsx b/client/App.tsx
index 7033eae3..721468d9 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -381,6 +381,17 @@ const App = () => (
} />
} />
+ {/* Docs routes */}
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+
{/* Explicit 404 route for static hosting fallbacks */}
} />
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}