🎨 Add Visual Docs Bot integration

- Automated visual documentation generation
- Canva integration for architecture diagrams
- PR comments with visual updates
- Artifact uploads for review

Deployed by: claude-pegasus-1766972309
This commit is contained in:
Alexa Louise
2025-12-28 19:52:54 -06:00
parent c40b0d7fc5
commit ca8c67ea3f
2 changed files with 171 additions and 0 deletions

30
.canva/config.json Normal file
View File

@@ -0,0 +1,30 @@
{
"version": "1.0",
"automation": {
"enabled": true,
"triggers": ["push", "pull_request", "workflow_dispatch"],
"templates": {
"architecture": "blackroad-architecture-template",
"workflow": "blackroad-workflow-template",
"dashboard": "blackroad-dashboard-template"
}
},
"branding": {
"colors": {
"primary": "#FF9D00",
"secondary": "#FF6B00",
"accent": "#FF0066",
"purple": "#7700FF",
"blue": "#0066FF"
},
"fonts": {
"heading": "Inter",
"body": "SF Pro"
}
},
"export": {
"formats": ["png", "svg", "pdf"],
"quality": "high",
"destination": "docs/visual"
}
}