feat(TechDocs): add default pagination to default Docs page
Signed-off-by: Yingbai He <yingbai.he@mycase.com>
This commit is contained in:
@@ -164,7 +164,10 @@ const routes = (
|
||||
/>
|
||||
}
|
||||
/>
|
||||
<Route path="/docs" element={<TechDocsIndexPage />} />
|
||||
<Route
|
||||
path="/docs"
|
||||
element={<TechDocsIndexPage pagination={{ mode: 'offset', limit: 20 }} />}
|
||||
/>
|
||||
<Route
|
||||
path="/docs/:namespace/:kind/:name/*"
|
||||
element={<TechDocsReaderPage />}
|
||||
|
||||
Reference in New Issue
Block a user