@@ -697,6 +697,7 @@ The `docs.json` file is validated against a JSON schema to ensure proper configu
697697### Styling
698698
699699{ " " }
700+
700701<ResponseField name = " name" type = " string" required >
701702 Name of your company or project. Used for the global title.
702703</ResponseField >
@@ -724,6 +725,7 @@ The `docs.json` file is validated against a JSON schema to ensure proper configu
724725 </ResponseField >
725726
726727{ " " }
728+
727729<ResponseField name = " favicon" type = " string" >
728730 Path to the favicon image. For example: ` /path/to/favicon.svg `
729731</ResponseField >
@@ -765,6 +767,7 @@ The `docs.json` file is validated against a JSON schema to ensure proper configu
765767 </ResponseField >
766768
767769{ " " }
770+
768771<ResponseField name = " theme" type = { ' "venus" | "quill" | "prism"' } >
769772 A preset theme configuration that changes the look and feel of the project. A
770773 theme is a set of default styling configurations. Examples:
@@ -774,6 +777,7 @@ The `docs.json` file is validated against a JSON schema to ensure proper configu
774777</ResponseField >
775778
776779{ " " }
780+
777781<ResponseField
778782 name = " layout"
779783 type = { ' "topnav" | "sidenav" | "solidSidenav"' }
@@ -794,6 +798,7 @@ The `docs.json` file is validated against a JSON schema to ensure proper configu
794798 </ResponseField >
795799
796800{ " " }
801+
797802<ResponseField name = " backgroundImage" type = " string" >
798803 Set a custom background image to be displayed behind every page.
799804</ResponseField >
@@ -913,6 +918,7 @@ Example:
913918 </ResponseField >
914919
915920{ " " }
921+
916922<ResponseField name = " rounded" type = { ' "default" | "sharp"' } >
917923 The style of the rounded edges.
918924</ResponseField >
@@ -1010,13 +1016,14 @@ locale. We currently support localization in English, Chinese, Spanish, French,
10101016Japanese, and Portuguese.
10111017
10121018{ " " }
1019+
10131020<Info >
10141021 Localization auto-translates the UI and fixed assets in the docs, such as "Was
10151022 this page helpful?". You must translate the content of the pages yourself.
10161023</Info >
10171024
10181025For more information, please refer to our
1019- [ versioning & localization documentation] ( /settings/versioning ) .
1026+ [ versioning & localization documentation] ( /navigation/versions ) .
10201027
10211028Example:
10221029
@@ -1063,6 +1070,7 @@ Example:
10631070{ " " }
10641071
10651072{ " " }
1073+
10661074<img
10671075 className = " block h-32 dark:hidden"
10681076 src = " https://mintlify-assets.b-cdn.net/anchors-light.png"
@@ -1071,6 +1079,7 @@ Example:
10711079{ " " }
10721080
10731081{ " " }
1082+
10741083<img
10751084 className = " hidden h-32 dark:block"
10761085 src = " https://mintlify-assets.b-cdn.net/anchors-dark.png"
@@ -1388,6 +1397,7 @@ Examples:
13881397 </ResponseField >
13891398
13901399{ " " }
1400+
13911401<ResponseField name = " analytics" type = " Analytics" >
13921402 Configurations to add third-party analytics integrations. See full list of
13931403 supported analytics [ here] ( /integrations/analytics/overview ) .
0 commit comments