The specification bundled here is Mintlify’s Plant Store demo. It exists
so you can exercise the interactive API playground and MDX
openapi
frontmatter. It does not represent a production All Things Linux API
unless we publish a separate product spec.Two ways to document APIs
Mintlify supports:- OpenAPI-driven pages — Endpoints are generated from
api-reference/openapi.json, which is registered indocs.jsonunderapi.openapi. The playground uses this spec for try-it-out requests. - MDX with
openapifrontmatter — Manual pages (like the endpoint examples in this tab) bind to operations in the same spec.
This repo’s spec
The OpenAPI file lives atapi-reference/openapi.json in the monorepo. docs.json enables the playground and allows downloading the spec from API pages.