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/account-notifications",
60 "core/functional/personalize-your-workspace"
61 ]
62 },
63 {
64 "group": "Installation",
65 "pages": [
66 "core/installation/index",
67 "core/installation/drim",
68 "core/installation/docker-compose",
69 "core/installation/object-storage-and-image-uploads",
70 "core/installation/storage-backends",
71 "core/installation/environment-variables",
72 "core/installation/start-services"
73 ]
74 },
75 {
76 "group": "GitHub Integration",
77 "pages": [
78 "core/integrations/github/setup",
79 "core/integrations/github/configuration",
80 "core/integrations/github/troubleshooting"
81 ]
82 },
83 {
84 "group": "Gitea Integration",
85 "pages": ["core/integrations/gitea/setup"]
86 },
87 {
88 "group": "Integrations",
89 "pages": [
90 "core/integrations/discord",
91 "core/integrations/slack",
92 "core/integrations/telegram",
93 "core/integrations/outgoing-webhooks"
94 ]
95 },
96 {
97 "group": "Authentication Providers",
98 "pages": [
99 "core/social-providers/github",
100 "core/social-providers/google",
101 "core/social-providers/discord",
102 "core/social-providers/custom-oauth"
103 ]
104 },
105 {
106 "group": "Deployment & Operations",
107 "pages": ["core/reverse-proxy/nginx", "core/deployments/railway"]
108 },
109 {
110 "group": "Migration",
111 "pages": ["core/guide/migrating-from-v1"]
112 }
113 ]
114 },
115 {
116 "tab": "API Reference",
117 "openapi": "https://cloud.kaneo.app/api/openapi"
118 }
119 ],
120 "global": {
121 "anchors": [
122 {
123 "anchor": "Website",
124 "href": "https://kaneo.app",
125 "icon": "globe"
126 },
127 {
128 "anchor": "GitHub",
129 "href": "https://github.com/usekaneo/kaneo",
130 "icon": "github"
131 }
132 ]
133 }
134 },
135 "navbar": {
136 "links": [
137 {
138 "label": "GitHub",
139 "href": "https://github.com/usekaneo/kaneo"
140 }
141 ],
142 "primary": {
143 "type": "button",
144 "label": "Open Kaneo",
145 "href": "https://kaneo.app"
146 }
147 },
148 "contextual": {
149 "options": ["copy", "view", "chatgpt", "claude", "cursor"]
150 },
151 "footer": {
152 "socials": {
153 "website": "https://kaneo.app",
154 "github": "https://github.com/usekaneo/kaneo",
155 "x": "https://x.com/usekaneo"
156 }
157 },
158 "seo": {
159 "indexing": "all"
160 },
161 "integrations": {
162 "plausible": {
163 "domain": "kaneo.app/docs",
164 "server": "plausible.kaneo.app"
165 }
166 }
167}