kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: switch to mintlify

Andrej df4feef8 485b3630

+143 -157
+143 -157
apps/docs/docs.json
··· 1 1 { 2 - "$schema": "https://mintlify.com/docs.json", 3 - "theme": "mint", 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": [ 49 - "index", 50 - "core/index" 51 - ] 52 - }, 53 - { 54 - "group": "Functional Guides", 55 - "pages": [ 56 - "core/functional/index", 57 - "core/functional/create-workspace-and-project", 58 - "core/functional/plan-and-execute-tasks", 59 - "core/functional/backlog-planning", 60 - "core/functional/collaborate-with-team", 61 - "core/functional/configure-workflows", 62 - "core/functional/personalize-your-workspace" 63 - ] 64 - }, 65 - { 66 - "group": "Installation", 67 - "pages": [ 68 - "core/installation/index", 69 - "core/installation/drim", 70 - "core/installation/docker-compose", 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": "Authentication Providers", 85 - "pages": [ 86 - "core/social-providers/github", 87 - "core/social-providers/google", 88 - "core/social-providers/discord", 89 - "core/social-providers/custom-oauth" 90 - ] 91 - }, 92 - { 93 - "group": "Deployment & Operations", 94 - "pages": [ 95 - "core/reverse-proxy/nginx", 96 - "core/deployments/railway" 97 - ] 98 - }, 99 - { 100 - "group": "Migration", 101 - "pages": [ 102 - "core/guide/migrating-from-v1" 103 - ] 104 - } 105 - ] 106 - }, 107 - { 108 - "tab": "API Reference", 109 - "openapi": "openapi.json" 110 - } 111 - ], 112 - "global": { 113 - "anchors": [ 114 - { 115 - "anchor": "Website", 116 - "href": "https://kaneo.app", 117 - "icon": "globe" 118 - }, 119 - { 120 - "anchor": "GitHub", 121 - "href": "https://github.com/usekaneo/kaneo", 122 - "icon": "github" 123 - } 124 - ] 125 - } 126 - }, 127 - "navbar": { 128 - "links": [ 129 - { 130 - "label": "GitHub", 131 - "href": "https://github.com/usekaneo/kaneo" 132 - } 133 - ], 134 - "primary": { 135 - "type": "button", 136 - "label": "Open Kaneo", 137 - "href": "https://kaneo.app" 138 - } 139 - }, 140 - "contextual": { 141 - "options": [ 142 - "copy", 143 - "view", 144 - "chatgpt", 145 - "claude", 146 - "cursor" 147 - ] 148 - }, 149 - "footer": { 150 - "socials": { 151 - "website": "https://kaneo.app", 152 - "github": "https://github.com/usekaneo/kaneo", 153 - "x": "https://x.com/usekaneo" 154 - } 155 - }, 156 - "seo": { 157 - "indexing": "all" 158 - } 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/environment-variables", 69 + "core/installation/start-services" 70 + ] 71 + }, 72 + { 73 + "group": "GitHub Integration", 74 + "pages": [ 75 + "core/integrations/github/setup", 76 + "core/integrations/github/configuration", 77 + "core/integrations/github/troubleshooting" 78 + ] 79 + }, 80 + { 81 + "group": "Authentication Providers", 82 + "pages": [ 83 + "core/social-providers/github", 84 + "core/social-providers/google", 85 + "core/social-providers/discord", 86 + "core/social-providers/custom-oauth" 87 + ] 88 + }, 89 + { 90 + "group": "Deployment & Operations", 91 + "pages": ["core/reverse-proxy/nginx", "core/deployments/railway"] 92 + }, 93 + { 94 + "group": "Migration", 95 + "pages": ["core/guide/migrating-from-v1"] 96 + } 97 + ] 98 + }, 99 + { 100 + "tab": "API Reference", 101 + "openapi": "openapi.json" 102 + } 103 + ], 104 + "global": { 105 + "anchors": [ 106 + { 107 + "anchor": "Website", 108 + "href": "https://kaneo.app", 109 + "icon": "globe" 110 + }, 111 + { 112 + "anchor": "GitHub", 113 + "href": "https://github.com/usekaneo/kaneo", 114 + "icon": "github" 115 + } 116 + ] 117 + } 118 + }, 119 + "navbar": { 120 + "links": [ 121 + { 122 + "label": "GitHub", 123 + "href": "https://github.com/usekaneo/kaneo" 124 + } 125 + ], 126 + "primary": { 127 + "type": "button", 128 + "label": "Open Kaneo", 129 + "href": "https://kaneo.app" 130 + } 131 + }, 132 + "contextual": { 133 + "options": ["copy", "view", "chatgpt", "claude", "cursor"] 134 + }, 135 + "footer": { 136 + "socials": { 137 + "website": "https://kaneo.app", 138 + "github": "https://github.com/usekaneo/kaneo", 139 + "x": "https://x.com/usekaneo" 140 + } 141 + }, 142 + "seo": { 143 + "indexing": "all" 144 + } 159 145 }