Skip to content

Commit 5ccc2c5

Browse files
committed
updated themes page
1 parent c04cc65 commit 5ccc2c5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

themes.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ We offer pre-built themes so you can differentiate the look and feel of your doc
1010

1111
## Configuration
1212

13-
You can configure the theme in the `docs.json` file.
13+
You can configure the theme in the `docs.json` file by referencing the theme name.
1414

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

17+
<Note>
18+
The `maple` theme is currently used for our documentation.
19+
</Note>
20+
1721
```json
1822
{
1923
"theme": "maple"
@@ -24,6 +28,8 @@ For example, to use the `maple` theme, you can add the following to your `docs.j
2428

2529
There are a variety of themes to choose from.
2630

31+
Each theme has its own unique set of component placements and styles.
32+
2733
<br />
2834

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

0 commit comments

Comments
 (0)