scientific-skills/markdown-mermaid-writing/references/diagrams/mindmap.md
Back to Style Guide — Read the style guide first for emoji, color, and accessibility rules.
Syntax keyword: mindmap
Best for: Brainstorming, concept organization, knowledge hierarchies, topic breakdown
When NOT to use: Sequential processes (use Flowchart), timelines (use Timeline)
⚠️ Accessibility: Mindmaps do not support
accTitle/accDescr. Always place a descriptive italic Markdown paragraph directly above the code block.
Mindmap showing a platform engineering team's key responsibility areas organized into infrastructure, developer experience, security, and observability domains:
mindmap
root((🏗️ Platform Engineering))
☁️ Infrastructure
Kubernetes clusters
Service mesh
Load balancing
Auto-scaling
🔧 Developer Experience
CI/CD pipelines
Local dev environments
Internal CLI tools
Documentation
🔐 Security
Secret management
Network policies
Vulnerability scanning
Access control
📊 Observability
Metrics collection
Log aggregation
Distributed tracing
Alerting rules
(( )) for circle shapeDescription of what this mindmap shows and the key categories it covers:
mindmap
root((🎯 Central Concept))
📋 Branch One
Sub-item A
Sub-item B
Sub-item C
🔧 Branch Two
Sub-item D
Sub-item E
📊 Branch Three
Sub-item F
Sub-item G
Sub-item H