Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ description: "Customize the appearance of your documentation"

import { ThemeCard } from "/snippets/theme-card.mdx";

We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand.
We offer pre-built themes so you can differentiate the look and feel of your documentation based on your brand and product motives.

## Configuration

You can configure the theme in the `docs.json` file.
You can configure the theme in the `docs.json` file by setting the `theme` property.

For example, to use the `maple` theme, you can add the following to your `docs.json` file:

<Info>
The `maple` theme is currently used for our documentation.
</Info>

```json
{
"theme": "maple"
Expand All @@ -24,6 +28,8 @@ For example, to use the `maple` theme, you can add the following to your `docs.j

There are a variety of themes to choose from.

Each theme has its own unique set of layouts and styles.

<br />

<ThemeCard title="Mint" description="Classic documentation theme with time-tested layouts and familiar navigation." image="/images/themes/mint.png" href="https://mint.mintlify.app" />
Expand Down