Skip to content

Commit 9264e68

Browse files
Documentation edits made through Mintlify web editor
1 parent d548cc7 commit 9264e68

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": {
@@ -282,13 +282,18 @@
282282
"redirects": [],
283283
"logo": {
284284
"light": "/logo/logo.svg",
285-
"dark": "/logo/logo.png"
285+
"dark": "/logo/logo.png",
286+
"href": "https://codinit.dev"
286287
},
287288
"navbar": {
288289
"links": [
289290
{
290291
"label": "Issues",
291-
"href": "https://github.com/codinit-dev/codinit-dev"
292+
"href": "https://github.com/codinit-dev/codinit-dev/issues"
293+
},
294+
{
295+
"label": "Changelog",
296+
"href": "https://codinit.dev/docs/changelog"
292297
}
293298
],
294299
"primary": {
@@ -407,5 +412,10 @@
407412
"light": "#ffffff",
408413
"dark": "#0a0a0a"
409414
}
415+
},
416+
"api": {
417+
"playground": {
418+
"display": "simple"
419+
}
410420
}
411421
}

0 commit comments

Comments
 (0)