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.

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 168 lines 3.7 kB view raw
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/mcp", 91 "core/integrations/discord", 92 "core/integrations/slack", 93 "core/integrations/telegram", 94 "core/integrations/outgoing-webhooks" 95 ] 96 }, 97 { 98 "group": "Authentication Providers", 99 "pages": [ 100 "core/social-providers/github", 101 "core/social-providers/google", 102 "core/social-providers/discord", 103 "core/social-providers/custom-oauth" 104 ] 105 }, 106 { 107 "group": "Deployment & Operations", 108 "pages": ["core/reverse-proxy/nginx", "core/deployments/railway"] 109 }, 110 { 111 "group": "Migration", 112 "pages": ["core/guide/migrating-from-v1"] 113 } 114 ] 115 }, 116 { 117 "tab": "API Reference", 118 "openapi": "https://cloud.kaneo.app/api/openapi" 119 } 120 ], 121 "global": { 122 "anchors": [ 123 { 124 "anchor": "Website", 125 "href": "https://kaneo.app", 126 "icon": "globe" 127 }, 128 { 129 "anchor": "GitHub", 130 "href": "https://github.com/usekaneo/kaneo", 131 "icon": "github" 132 } 133 ] 134 } 135 }, 136 "navbar": { 137 "links": [ 138 { 139 "label": "GitHub", 140 "href": "https://github.com/usekaneo/kaneo" 141 } 142 ], 143 "primary": { 144 "type": "button", 145 "label": "Open Kaneo", 146 "href": "https://kaneo.app" 147 } 148 }, 149 "contextual": { 150 "options": ["copy", "view", "chatgpt", "claude", "cursor"] 151 }, 152 "footer": { 153 "socials": { 154 "website": "https://kaneo.app", 155 "github": "https://github.com/usekaneo/kaneo", 156 "x": "https://x.com/usekaneo" 157 } 158 }, 159 "seo": { 160 "indexing": "all" 161 }, 162 "integrations": { 163 "plausible": { 164 "domain": "kaneo.app/docs", 165 "server": "plausible.kaneo.app" 166 } 167 } 168}