Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Examples

Mintlify uses RequestExample and ResponseExample to create a right-hand code surface. In Holocron, the clearest way to demonstrate that layout is to place them inside an Aside full block.
The main page content stays readable while the examples remain visually grouped in the side rail on larger screens.

Holocron differences

  • Mintlify documents additional dropdown-oriented example flows. Holocron currently focuses on the core request/response pair.
  • Sidebar placement in Holocron is tied to its editorial layout primitives, so Aside placement matters more than in Mintlify's hosted renderer.
Request example
curl -X POST https://example.com/docs \ -H "content-type: application/json" \ -d '{"slug":"components/examples"}'
Response example
{ "ok": true, "page": "components/examples" }