Skip to content

Commit 9bbb34f

Browse files
committed
docs: theme colors and basic links
1 parent a8f1df5 commit 9bbb34f

File tree

13 files changed

+13
-207
lines changed

13 files changed

+13
-207
lines changed

apps/docs/docs.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"theme": "mint",
4-
"name": "Mint Starter Kit",
4+
"name": "Krono",
55
"colors": {
6-
"primary": "#16A34A",
7-
"light": "#07C983",
8-
"dark": "#15803D"
6+
"primary": "#171717",
7+
"light": "#ffffff",
8+
"dark": "#0a0a0a"
99
},
1010
"favicon": "/favicon.svg",
1111
"navigation": {
@@ -82,13 +82,17 @@
8282
"links": [
8383
{
8484
"label": "Support",
85-
"href": "mailto:hi@mintlify.com"
85+
"href": "mailto:hello@fabianpiper.com"
86+
},
87+
{
88+
"label": "Taikai Project",
89+
"href": "https://taikai.network/kraken/hackathons/kraken-forge/projects/cmit01auz00d9jk8jju0g0vtc"
8690
}
8791
],
8892
"primary": {
8993
"type": "button",
90-
"label": "Dashboard",
91-
"href": "https://dashboard.mintlify.com"
94+
"label": "Demo",
95+
"href": "https://krono.fabianpiper.com/"
9296
}
9397
},
9498
"contextual": {
@@ -105,9 +109,8 @@
105109
},
106110
"footer": {
107111
"socials": {
108-
"x": "https://x.com/mintlify",
109-
"github": "https://github.com/mintlify",
110-
"linkedin": "https://linkedin.com/company/mintlify"
112+
"github": "https://github.com/fapiper/krono",
113+
"linkedin": "https://linkedin.com/in/fabian-piper"
111114
}
112115
}
113116
}

apps/docsold/next.config.mjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/docsold/package.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

apps/docsold/postcss.config.mjs

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/docsold/src/fonts.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/docsold/src/globals.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/docsold/src/pages/_app.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/docsold/src/pages/_document.tsx

Lines changed: 0 additions & 20 deletions
This file was deleted.

apps/docsold/src/pages/_meta.tsx

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/docsold/src/pages/index.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)