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.
- Open the folder for the template you want (see below).
- Copy the MDX (and any CSS or JavaScript files) into your Mintlify content or static paths, following your project’s structure.
- Merge configuration carefully: colors, logo paths, favicon, and navigation in
docs.jsonshould align with your existing site. Do not overwrite your wholedocs.jsonunless you intend to replace it. Thedocs.jsonfiles bundled with these templates are intentionally minimal so the example stays easy to read; they are not a full production navigation or settings setup. - If the template ships a
style.css, add it to your documentation repository (alongside your MDX). Mintlify loads CSS files from your repo, so those rules and class names apply in your project instantly once loaded. See Custom scripts in the Mintlify docs for details, including howstyle.cssworks and which UI selectors are safe to target. - Replace placeholder logo, favicon, and copy with your own.
Always check the Mintlify documentation for the latest options for custom pages, components, and theming.
| Folder | Description |
|---|---|
empty/ |
A minimal blank-slate site with a single placeholder page. Use this as a starting point when you want to build from scratch without any pre-existing copy or structure. |
help-center/ |
A help-center style landing page: centered hero, search entry, and card grids for category pages and articles. Includes style.css for card layout, search.js for opening Mintlify search from a custom trigger, example section pages, and docs.json plus logo and favicon assets. |
knowledge-base/ |
An internal knowledge base including a landing page with department cards, plus example content sections for onboarding, different departments, and policies. Includes style.css for table-of-contents styling, a full multi-section navigation in docs.json, and logo and favicon assets. |
product-guide/ |
A product guide site designed for multi-product documentation. Includes a landing page and product selector to switch between different product guides. |
If you open a pull request to add a new template, it should live in its own folder under the root directory of this repository. Keep filenames predictable (index.mdx, style.css, etc. when needed), and include it in the table above so others can discover it quickly.