Skip to content
Merged
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
4 changes: 3 additions & 1 deletion settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
### Customization

<ResponseField name="theme" type='"mint" | "maple" | "palm"' required>
The layout theme of the project
The layout theme of the project. Examples:
[Maple](https://maple.mintlify.app/),
[Palm](https://palm.mintlify.app/),
</ResponseField>

<ResponseField name="name" type="string" required>
Expand Down Expand Up @@ -106,7 +108,7 @@
<Expandable title="Styling">
<ResponseField name="eyebrows" type="&quot;section&quot; | &quot;breadcrumbs&quot;">
The eyebrows style of the content. Defaults to `section`.
</ResponseField>

Check warning on line 111 in settings/global.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/global.mdx#L111

Did you really mean 'codeblock'?
<ResponseField name="codeblocks" type="&quot;system&quot; | &quot;dark&quot;">
The codeblock theme. Defaults to `system`.
</ResponseField>
Expand All @@ -125,7 +127,7 @@

<ResponseField name="fonts" type="object">

<Expandable title="Fonts">

Check warning on line 130 in settings/global.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/global.mdx#L130

Did you really mean 'Playfair'?
<ResponseField name="family" type="string" required>
The font family, such as "Open Sans", "Playfair Display"
</ResponseField>
Expand All @@ -134,7 +136,7 @@
</ResponseField>
<ResponseField name="source" type="string (uri)">
The font source, such as https://mintlify-assets.b-cdn.net/fonts/Hubot-Sans.woff2
</ResponseField>

Check warning on line 139 in settings/global.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/global.mdx#L139

Did you really mean 'woff'?
<ResponseField name="format" type="&quot;woff&quot; | &quot;woff2&quot;">
The font format, can be one of woff, woff2
</ResponseField>
Expand Down Expand Up @@ -1476,14 +1478,14 @@
{
"group": "Analytics",
"pages": ["analytics/posthog"]
}

Check warning on line 1481 in settings/global.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/global.mdx#L1481

Did you really mean 'footerSocials'?
],
"footerSocials": {
"github": "https://github.com/mintlify",
"slack": "https://mintlify.com/community",
"x": "https://x.com/mintlify"
},
"integrations": {

Check warning on line 1488 in settings/global.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/global.mdx#L1488

Did you really mean 'frontchat'?
"intercom": "APP_ID",
"frontchat": "CHAT_ID"
}
Expand Down