Files
oneuptime/App/FeatureSet/APIReference/CodeExamples/Pagination/Response.md
Nawaz Dhandala acaab0fb1a Add documentation views and partials for error handling and content display
- Created NotFound.ejs for 404 error page with user-friendly messaging and navigation.
- Added ServerError.ejs for 500 error handling with retry and documentation links.
- Introduced Content.ejs partial for structured article content display.
- Developed Head.ejs partial for consistent head elements across pages.
- Implemented Header.ejs partial for navigation and branding.
- Created Nav.ejs partial for sidebar navigation with dynamic links.
- Added OpenSourceCommitment.ejs partial to highlight open-source contributions.
- Implemented Pagination.ejs partial for navigation between documentation sections.
2026-03-03 19:45:46 +00:00

367 B

{ "count": 10, "limit": 3, "skip": 0, "data": [ { "_id": "p39d997a-026c-44b2-8b02-7b2814d886d2", // ... }, { "_id": "l34e743e-1af5-4b0a-998f-1d421c22f7a1", // ... }, { "_id": "6a5aa129-0b3e-45b7-a7f6-b4b6df338a19", // ... } ] }