Merge pull request #27694 from hyb175/feature/add-pagination-to-tech-docs-table

[Feature] Add Pagination to Tech Docs Table
This commit is contained in:
John Philip
2024-12-10 14:02:38 -05:00
committed by GitHub
15 changed files with 577 additions and 43 deletions
+4 -1
View File
@@ -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 />}