kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
1{
2 "$schema": "https://mintlify.com/docs.json",
3 "theme": "almond",
4 "name": "Kaneo",
5 "colors": {
6 "primary": "#111111",
7 "light": "#fafafa",
8 "dark": "#1f1f1f"
9 },
10 "appearance": {
11 "default": "dark"
12 },
13 "icons": {
14 "library": "lucide"
15 },
16 "styling": {
17 "codeblocks": {
18 "theme": {
19 "light": "min-light",
20 "dark": "min-dark"
21 }
22 }
23 },
24 "fonts": {
25 "heading": {
26 "family": "Cal Sans Heading",
27 "source": "/fonts/cal-sans-heading.woff2",
28 "format": "woff2"
29 },
30 "body": {
31 "family": "Cal Sans UI",
32 "source": "/fonts/cal-sans-body.woff2",
33 "format": "woff2"
34 }
35 },
36 "favicon": "/favicon.svg",
37 "logo": {
38 "light": "/logo/dark.svg",
39 "dark": "/logo/light.svg"
40 },
41 "navigation": {
42 "tabs": [
43 {
44 "tab": "Guides",
45 "groups": [
46 {
47 "group": "Overview",
48 "pages": ["index", "core/index"]
49 },
50 {
51 "group": "Functional Guides",
52 "pages": [
53 "core/functional/index",
54 "core/functional/create-workspace-and-project",
55 "core/functional/plan-and-execute-tasks",
56 "core/functional/backlog-planning",
57 "core/functional/collaborate-with-team",
58 "core/functional/configure-workflows",
59 "core/functional/personalize-your-workspace"
60 ]
61 },
62 {
63 "group": "Installation",
64 "pages": [
65 "core/installation/index",
66 "core/installation/drim",
67 "core/installation/docker-compose",
68 "core/installation/object-storage-and-image-uploads",
69 "core/installation/storage-backends",
70 "core/installation/environment-variables",
71 "core/installation/start-services"
72 ]
73 },
74 {
75 "group": "GitHub Integration",
76 "pages": [
77 "core/integrations/github/setup",
78 "core/integrations/github/configuration",
79 "core/integrations/github/troubleshooting"
80 ]
81 },
82 {
83 "group": "Authentication Providers",
84 "pages": [
85 "core/social-providers/github",
86 "core/social-providers/google",
87 "core/social-providers/discord",
88 "core/social-providers/custom-oauth"
89 ]
90 },
91 {
92 "group": "Deployment & Operations",
93 "pages": ["core/reverse-proxy/nginx", "core/deployments/railway"]
94 },
95 {
96 "group": "Migration",
97 "pages": ["core/guide/migrating-from-v1"]
98 }
99 ]
100 },
101 {
102 "tab": "API Reference",
103 "openapi": "https://cloud.kaneo.app/api/openapi"
104 }
105 ],
106 "global": {
107 "anchors": [
108 {
109 "anchor": "Website",
110 "href": "https://kaneo.app",
111 "icon": "globe"
112 },
113 {
114 "anchor": "GitHub",
115 "href": "https://github.com/usekaneo/kaneo",
116 "icon": "github"
117 }
118 ]
119 }
120 },
121 "navbar": {
122 "links": [
123 {
124 "label": "GitHub",
125 "href": "https://github.com/usekaneo/kaneo"
126 }
127 ],
128 "primary": {
129 "type": "button",
130 "label": "Open Kaneo",
131 "href": "https://kaneo.app"
132 }
133 },
134 "contextual": {
135 "options": ["copy", "view", "chatgpt", "claude", "cursor"]
136 },
137 "footer": {
138 "socials": {
139 "website": "https://kaneo.app",
140 "github": "https://github.com/usekaneo/kaneo",
141 "x": "https://x.com/usekaneo"
142 }
143 },
144 "seo": {
145 "indexing": "all"
146 },
147 "integrations": {
148 "plausible": {
149 "domain": "kaneo.app/docs",
150 "server": "plausible.kaneo.app"
151 }
152 }
153}