Skip to content
Closed
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ We offer pre-built themes so you can differentiate the look and feel of your doc

## Configuration

You can configure the theme in the `docs.json` file.
You can configure the theme in the `docs.json` file by referencing the theme name.

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

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

```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 component placements and styles.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel like this could be misleading because we typically use the word "component" for the components listed here and they are shared across all themes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe the word "layout" is better?


<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