No one wants their documentation to look like everyone else's. Themes enables you to transform the styling and layout of your documentation to fit your branding.
Ever wanted your documentation to look like that of your favorite companies? With Themes, you can achieve this with just one line of code.
This repository includes a set of three themes: Quill, Prism, and Venus, with many more coming in the following months.
Quill is built for simple and modern brands.
With its clean lines, sharp edges, and an uncluttered look, Quill allows your content to take center stage, ensuring that your audience is focused on what's most important.
Prism brings vibrant colors to your documentation with a gradient touch.
It's perfect for companies that want to make a bold statement and stand out from the crowd.
Venus is designed for API and SDK heavy products with extensive functionality and content.
Its design is focused on usability, making it easy for your audience to navigate through content.
Themes can be enabled with a simple mint.json
configuration.
To try out any of the above themes for yourself, just add the following line into your mint.json
file with any of the following values.
"theme": "quill" | "prism" | "venus"
For instance, if you would like to try out the quill theme, you can by adding the following configuration.
"theme": "quill"
Themes are just a set of pre-configured customization configurations. You can further fine-tune these customizations for your needs.
Check out global configurations or browse the source code in this repo to learn more.
If you're new to Mintlify, you can get started here to try it for your docs.
To stay updated with the latest, follow us on 𝕏 or join the community!