Skip to content

Commit 776c69c

Browse files
committed
Merge branch 'main' into hb/docs.json-nav
2 parents 26ad716 + a76aab9 commit 776c69c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "maple",
3+
"theme": "palm",
44
"name": "Mintlify",
55
"colors": {
66
"primary": "#0D9373",
@@ -70,6 +70,7 @@
7070
"settings/broken-links",
7171
"settings/versioning",
7272
"settings/add-members",
73+
"settings/authentication",
7374
"settings/github",
7475
"settings/gitlab",
7576
"settings/ci",

settings/global.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ Every documentation site requires a `docs.json` file that contains the core conf
2525

2626
### Customization
2727

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

3234
<ResponseField name="name" type="string" required>

0 commit comments

Comments
 (0)