Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions customize/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</div>
</div>
</a>
);

Check warning on line 31 in customize/themes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

customize/themes.mdx#L31

Use semicolons judiciously.
};

Check warning on line 32 in customize/themes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

customize/themes.mdx#L32

Use semicolons judiciously.

<div className="pt-10 pb-24 px-4 px-4 max-w-3xl mx-auto prose prose-gray">
<label className="eyebrow h-5 text-primary dark:text-primary-light text-sm font-semibold">Core Concepts</label>
Expand All @@ -54,6 +54,8 @@

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

<ThemeCard title="Sequoia" value="sequoia" description="Modern, clean theme with AI assistant integration and contextual options." href="https://sequoia.mintlify.app" />

</div>

</div>
2 changes: 1 addition & 1 deletion organize/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This section contains the full reference for the `docs.json` file.
<ResponseField name="theme" required>
The layout theme of your site.

One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`.
One of the following: `mint`, `maple`, `palm`, `willow`, `linden`, `almond`, `aspen`, `sequoia`.

See [Themes](/customize/themes) for more information.
</ResponseField>
Expand Down