summaryrefslogtreecommitdiffhomepage
path: root/packages/docs/essentials/settings.mdx
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-05 21:42:15 +0000
committerGitHub Action <[email protected]>2025-12-05 21:42:15 +0000
commitcc35e6a0191c6f9c22c0573f1ea5f96775fc32bd (patch)
tree2c4121941c2a979df56339677db815d4bf77036f /packages/docs/essentials/settings.mdx
parent328188816008fde10165597f432dac4c5d1016cd (diff)
downloadopencode-cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd.tar.gz
opencode-cc35e6a0191c6f9c22c0573f1ea5f96775fc32bd.zip
chore: format code
Diffstat (limited to 'packages/docs/essentials/settings.mdx')
-rw-r--r--packages/docs/essentials/settings.mdx25
1 files changed, 12 insertions, 13 deletions
diff --git a/packages/docs/essentials/settings.mdx b/packages/docs/essentials/settings.mdx
index 884de13a4..7aa44ce1e 100644
--- a/packages/docs/essentials/settings.mdx
+++ b/packages/docs/essentials/settings.mdx
@@ -1,7 +1,7 @@
---
-title: 'Global Settings'
-description: 'Mintlify gives you complete control over the look and feel of your documentation using the docs.json file'
-icon: 'gear'
+title: "Global Settings"
+description: "Mintlify gives you complete control over the look and feel of your documentation using the docs.json file"
+icon: "gear"
---
Every Mintlify site needs a `docs.json` file with the core configuration settings. Learn more about the [properties](#properties) below.
@@ -57,12 +57,11 @@ Example: `mintlify`
Hex color codes for your global theme
<Expandable title="Colors">
<ResponseField name="primary" type="string" required>
- The primary color. Used for most often for highlighted content, section
- headers, accents, in light mode
+ The primary color. Used for most often for highlighted content, section headers, accents, in light mode
</ResponseField>
<ResponseField name="light" type="string">
- The primary color for dark mode. Used for most often for highlighted
- content, section headers, accents, in dark mode
+ The primary color for dark mode. Used for most often for highlighted content, section headers, accents, in dark
+ mode
</ResponseField>
<ResponseField name="dark" type="string">
The primary color for important buttons
@@ -114,8 +113,8 @@ Example: `mintlify`
</ResponseField>
<ResponseField name="versions" type="string[]">
- Array of version names. Only use this if you want to show different versions
- of docs with a dropdown in the navigation bar.
+ Array of version names. Only use this if you want to show different versions of docs with a dropdown in the navigation
+ bar.
</ResponseField>
<ResponseField name="anchors" type="Anchor[]">
@@ -172,8 +171,8 @@ Example: `mintlify`
The name of the tab label.
</ResponseField>
<ResponseField name="url" type="string">
- The start of the URL that marks what pages go in the tab. Generally, this
- is the name of the folder you put your pages in.
+ The start of the URL that marks what pages go in the tab. Generally, this is the name of the folder you put your
+ pages in.
</ResponseField>
</Expandable>
</ResponseField>
@@ -313,6 +312,6 @@ Example: `mintlify`
</ResponseField>
<ResponseField name="backgroundImage" type="string">
- A background image to be displayed behind every page. See example with
- [Infisical](https://infisical.com/docs) and [FRPC](https://frpc.io).
+ A background image to be displayed behind every page. See example with [Infisical](https://infisical.com/docs) and
+ [FRPC](https://frpc.io).
</ResponseField>