-
Notifications
You must be signed in to change notification settings - Fork 207
updated themes page #635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated themes page #635
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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. | ||
|
||
|
||
<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" /> | ||
|
Uh oh!
There was an error while loading. Please reload this page.