Skip to content

Commit 8e2e0f1

Browse files
Merge pull request #13 from codinit-dev/mintlify/seo-keywords-trending-topics-72121
Add short sidebar labels to docs.json
2 parents ac0a2a7 + 140a427 commit 8e2e0f1

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

docs.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
3-
"theme": "aspen",
3+
"theme": "mint",
44
"name": "Docs",
55
"colors": {
66
"primary": "#3B82F6",
77
"light": "#F8FAFC",
8-
"dark": "#1D4ED8"
8+
"dark": "#2c62f7"
99
},
1010
"favicon": "/favicon.ico",
1111
"navigation": {
@@ -425,13 +425,18 @@
425425
"redirects": [],
426426
"logo": {
427427
"light": "/logo/logo.svg",
428-
"dark": "/logo/logo.png"
428+
"dark": "/logo/logo.png",
429+
"href": "https://codinit.dev"
429430
},
430431
"navbar": {
431432
"links": [
432433
{
433434
"label": "Issues",
434-
"href": "https://github.com/codinit-dev/codinit-dev"
435+
"href": "https://github.com/codinit-dev/codinit-dev/issues"
436+
},
437+
{
438+
"label": "Changelog",
439+
"href": "https://codinit.dev/docs/changelog"
435440
}
436441
],
437442
"primary": {
@@ -550,5 +555,10 @@
550555
"light": "#ffffff",
551556
"dark": "#0a0a0a"
552557
}
558+
},
559+
"api": {
560+
"playground": {
561+
"display": "simple"
562+
}
553563
}
554564
}

0 commit comments

Comments
 (0)