This repository is a collection of ready-to-use page layouts for Mintlify documentation sites. Each template is self-contained: you can copy the pieces you need into your own project and adapt the copy, links, and styling to match your brand.
Templates are meant to be mixed and matched. Treat them as starting points for custom pages, hero sections, card grids, and supporting assets rather than a single app you install end-to-end.
There are two ways to start a new Mintlify project from one of these templates:
-
Select it during onboarding. When you create a new docs site through Mintlify onboarding, pick the template you want and Mintlify will scaffold a project from it.
-
Use the Mintlify CLI. Install and set up the CLI by following the CLI documentation, then create a new project using the
--templateflag with the template's directory name:mint new --template <template-name>
For example, to start from the
help-centertemplate:mint new --template help-center
Always check the Mintlify documentation for the latest on components, themes, docs.json configuration, and the rest of the Mintlify platform.
-
A help-center style landing page: centered hero, search entry, and card grids for category pages and articles. Includes
style.cssfor card layout,search.jsfor opening Mintlify search from a custom trigger, example section pages, anddocs.jsonplus logo and favicon assets. -
Knowledge Base (source, preview)
An internal knowledge base including a landing page with department cards, plus example content sections for onboarding, different departments, and policies. Includes
style.cssfor table-of-contents styling, a full multi-section navigation indocs.json, and logo and favicon assets. -
Product Guide (source, preview)
A product guide site designed for multi-product documentation. Includes a landing page and product selector to switch between different product guides.