Skip to content

Commit 91b02b7

Browse files
Add aspen to themes (#867)
* add aspen to themes * added images * added images to the repo --------- Co-authored-by: Ruhan <[email protected]>
1 parent 2993081 commit 91b02b7

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

images/themes/aspen-dark.png

3.35 MB
Loading

images/themes/aspen-light.png

2.34 MB
Loading

settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section contains the full reference for the `docs.json` file.
3939
<ResponseField name="theme" required>
4040
The layout theme of your site.
4141

42-
One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`.
42+
One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`.
4343

4444
See [Themes](themes) for more information.
4545

themes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ export const ThemeCard = ({ title, value, description, href }) => {
5252

5353
<ThemeCard title="Almond" value="almond" description="Card-based organization meets minimalist design for intuitive navigation." href="https://almond.mintlify.app" />
5454

55+
<ThemeCard title="Aspen" value="aspen" description="Modern documentation crafted for complex navigation and custom components." href="https://aspen.mintlify.app" />
56+
5557
</div>
5658

5759
</div>

0 commit comments

Comments
 (0)