You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings/global.mdx
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Global Settings"
3
3
description: "Customize your documentation using the mint.json file"
4
-
icon: 'wrench'
4
+
icon: "wrench"
5
5
---
6
6
7
7
Every Mintlify site needs a `mint.json` file with the core configuration
@@ -17,7 +17,9 @@ settings. Learn more about the [properties](#properties) or from an
17
17
</ResponseField>
18
18
19
19
<ResponseFieldname="logo"type="string or object">
20
-
Path to logo image or object with path to "light" and "dark" mode logo images, and where the logo links to. SVG format is recommended. It does not pixelate and the file size is generally smaller.
20
+
Path to logo image or object with path to "light" and "dark" mode logo images,
21
+
and where the logo links to. SVG format is recommended. It does not pixelate
22
+
and the file size is generally smaller.
21
23
<Expandabletitle="Logo">
22
24
<ResponseFieldname="light"type="string">
23
25
Path to the logo in light mode. For example: `/path/to/logo.svg`
@@ -335,6 +337,11 @@ Example:
335
337
336
338
Learn more at the [playground guides](/api-playground)
0 commit comments