* Done! Created [creating-task-tags.mdx](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/configuration-customisation/creating-task-tags.mdx) and updated [docs.json](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/docs.json). ## Required Image Updates The old template screenshots need to be replaced with new task tag screenshots: **Replace:** 1. `screenshot-global-task-templates.png` → `screenshot-task-tags-manager.png` (Settings → General → Task Tags table view) 2. `screenshot-project-task-templates.png` → Delete (project-specific tags no longer exist) 3. `screenshot-create-task-template-dropdown.png` → Split into: - `screenshot-create-task-tag.png` (tag creation dialogue) - `screenshot-task-tag-autocomplete.png` (@mention dropdown in task description) * Updated! The documentation now mentions that task tags work in both task descriptions and follow-up messages. * Copied to [screenshot-task-tags-manager.png](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/images/screenshot-task-tags-manager.png)! Still need: - `screenshot-create-task-tag.png` (tag creation dialogue) - `screenshot-task-tag-autocomplete.png` (@mention dropdown) * Perfect! All three screenshots are now in place: - [screenshot-task-tags-manager.png](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/images/screenshot-task-tags-manager.png) - [screenshot-create-task-tag.png](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/images/screenshot-create-task-tag.png) - [screenshot-task-tag-autocomplete.png](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/images/screenshot-task-tag-autocomplete.png) The old template images can now be deleted if desired. * All done! Updated all references: - [creating-tasks.mdx](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/core-features/creating-tasks.mdx) - Changed "Using Templates" to "Using Task Tags" with updated workflow - [global-settings.mdx](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/configuration-customisation/global-settings.mdx) - Updated section to "Task Tags" with new link - [creating-projects.mdx](file:///private/var/folders/5q/5vgq75y92dz0k7n62z93299r0000gn/T/vibe-kanban/worktrees/ced3-docs-task-tags/docs/core-features/creating-projects.mdx) - Removed project-specific template reference - Deleted old template documentation and images can stay for now until you verify the new screenshots work * Done! Deleted all old template screenshots. The documentation migration from task templates to task tags is now complete.
127 lines
3.0 KiB
JSON
127 lines
3.0 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Vibe Kanban",
|
|
"description": "A kanban board for developers to track coding tasks with AI coding agents",
|
|
"appearance": {
|
|
"default": "light"
|
|
},
|
|
"colors": {
|
|
"primary": "#000000",
|
|
"light": "#fefefe",
|
|
"dark": "#121212"
|
|
},
|
|
"background": {
|
|
"color": {
|
|
"light": "#FAF9F5",
|
|
"dark": "#2F2F2D"
|
|
}
|
|
},
|
|
"favicon": "/logo/v-192.png",
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
"index",
|
|
"getting-started",
|
|
{
|
|
"group": "Supported Coding Agents",
|
|
"expanded": true,
|
|
"pages": [
|
|
"supported-coding-agents",
|
|
"agents/claude-code",
|
|
"agents/openai-codex",
|
|
"agents/github-copilot",
|
|
"agents/gemini-cli",
|
|
"agents/amp",
|
|
"agents/cursor-cli",
|
|
"agents/opencode",
|
|
"agents/ccr",
|
|
"agents/qwen-code"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Core Features",
|
|
"pages": [
|
|
"core-features/creating-projects",
|
|
"core-features/creating-tasks",
|
|
"core-features/monitoring-task-execution",
|
|
"core-features/testing-your-application",
|
|
"core-features/reviewing-code-changes",
|
|
"core-features/completing-a-task"
|
|
]
|
|
},
|
|
{
|
|
"group": "Advanced Features",
|
|
"pages": [
|
|
"core-features/subtasks",
|
|
"core-features/new-task-attempts",
|
|
"core-features/resolving-rebase-conflicts"
|
|
]
|
|
},
|
|
{
|
|
"group": "Configuration & Customisation",
|
|
"pages": [
|
|
"configuration-customisation/global-settings",
|
|
"configuration-customisation/agent-configurations",
|
|
"configuration-customisation/creating-task-tags",
|
|
"configuration-customisation/keyboard-shortcuts"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"integrations/github-integration",
|
|
"integrations/vscode-extension",
|
|
"integrations/mcp-server-configuration",
|
|
"integrations/vibe-kanban-mcp-server"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/BloopAI/vibe-kanban"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Get Started",
|
|
"href": "https://vibekanban.com/docs"
|
|
}
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"integrations": {
|
|
"posthog": {
|
|
"apiKey": "phc_V5XpxUvgOfEWk38iGHr0Kve2oZTmWFjDe3mIwTCXzx0",
|
|
"apiHost": "https://eu.i.posthog.com"
|
|
}
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/BloopAI/vibe-kanban",
|
|
"x": "https://x.com/vibekanban"
|
|
}
|
|
}
|
|
}
|