Home > Docs > Visual Standards
π¨ Visual Design Standards¶
Last Updated: 2025-01-22 | Version: 1.0
Status: β Final | Maintainer: Documentation Team
Quick Reference Guide for Visual Consistency
This document defines the visual design system for all documentation. Use this as your go-to reference when creating or updating docs to ensure visual consistency across the repository.
π Table of Contents¶
- Color Palette
- Icon & Emoji Standards
- Badge Standards
- Callout Box Styles
- Table Formatting
- Mermaid Diagram Styles
- Progress Tracker Templates
- Quick Reference Card
π¨ Color Palette¶
Medallion Colors¶
Use these for achievement, ranking, or tier systems:
| Color | Hex Code | RGB | Usage | Example |
|---|---|---|---|---|
| π₯ Bronze | #CD7F32 | rgb(205,127,50) | Entry-level, basic tier, third place | Beginner tutorials |
| π₯ Silver | #C0C0C0 | rgb(192,192,192) | Intermediate, standard tier, second | Intermediate guides |
| π₯ Gold | #FFD700 | rgb(255,215,0) | Advanced, premium tier, first place | Advanced topics, best practice |
Usage Example:
### π₯ Bronze Level: Getting Started
### π₯ Silver Level: Core Concepts
### π₯ Gold Level: Advanced Patterns
In Mermaid Diagrams:
graph LR
A[π₯ Bronze] --> B[π₯ Silver] --> C[π₯ Gold]
style A fill:#CD7F32,stroke:#8B5A2B,color:#000
style B fill:#C0C0C0,stroke:#808080,color:#000
style C fill:#FFD700,stroke:#DAA520,color:#000 Status Colors¶
Use these for system states, notifications, and feedback:
| Status | Hex Code | RGB | Usage | Icon | When to Use |
|---|---|---|---|---|---|
| β Success | #4CAF50 | rgb(76,175,80) | Completed, passed, confirmed | β β | Success messages, done items |
| βΉοΈ Info | #2196F3 | rgb(33,150,243) | Informational, neutral | βΉοΈ π | General notes, documentation |
| β οΈ Warning | #FF9800 | rgb(255,152,0) | Caution, important notice | β οΈ β‘ | Warnings, important callouts |
| β Error | #F44336 | rgb(244,67,54) | Failed, blocked, critical | β π« | Errors, critical issues |
| π§ In Progress | #FFC107 | rgb(255,193,7) | Work in progress, pending | π§ β³ | Ongoing work, development |
Usage in Callouts:
> β
**Success**: Your deployment completed successfully!
> βΉοΈ **Info**: This feature requires version 2.0 or higher.
> β οΈ **Warning**: This action cannot be undone.
> β **Error**: Authentication failed. Check your credentials.
> π§ **In Progress**: This feature is currently being developed.
In Mermaid Diagrams:
flowchart TD
A[Start] --> B{Check}
B -->|Pass| C[β
Success]
B -->|Warn| D[β οΈ Warning]
B -->|Fail| E[β Error]
style C fill:#4CAF50,stroke:#2E7D32,color:#fff
style D fill:#FF9800,stroke:#E65100,color:#fff
style E fill:#F44336,stroke:#C62828,color:#fff Neutral Colors¶
Use these for backgrounds, borders, and subtle elements:
| Color | Hex Code | RGB | Usage |
|---|---|---|---|
| Background | #F5F5F5 | rgb(245,245,245) | Light backgrounds |
| Border | #E0E0E0 | rgb(224,224,224) | Subtle borders, dividers |
| Text Primary | #212121 | rgb(33,33,33) | Primary text content |
| Text Secondary | #757575 | rgb(117,117,117) | Secondary text, metadata |
Semantic Colors (Additional)¶
| Purpose | Hex Code | RGB | Usage |
|---|---|---|---|
| π Primary | #1976D2 | rgb(25,118,210) | Primary actions, links |
| π Secondary | #7E57C2 | rgb(126,87,194) | Secondary actions |
| π Positive | #43A047 | rgb(67,160,71) | Positive trends, growth |
| β€οΈ Negative | #E53935 | rgb(229,57,53) | Negative trends, issues |
π·οΈ Icon & Emoji Standards¶
Category Icons¶
Use these to indicate document or section categories:
| Icon | Category | Usage |
|---|---|---|
| π° | Casino/Gaming | Casino-related features, game logic |
| π | Analytics | Data analysis, reporting, metrics |
| π | Security | Authentication, authorization, encryption |
| βοΈ | Configuration | Settings, setup, configuration |
| ποΈ | Database | Data storage, schemas, queries |
| π | API/Network | APIs, endpoints, networking |
| π | Getting Started | Introduction, quickstart guides |
| π | Documentation | Docs, references, guides |
| π§ͺ | Testing | Unit tests, integration tests, QA |
| π³ | Docker/Containers | Containerization, orchestration |
| βοΈ | Cloud | Cloud services, deployment |
| π§ | Tools/Utilities | CLI tools, scripts, utilities |
| π¦ | Packages | Dependencies, modules, libraries |
| π― | Goals/Objectives | Targets, milestones, objectives |
| π‘ | Tips/Ideas | Best practices, recommendations |
| π | Performance | Optimization, speed, efficiency |
| ποΈ | Architecture | System design, structure |
Status & Action Icons¶
Use these to indicate state or required actions:
| Icon | Status/Action | Usage |
|---|---|---|
| β | Complete/Success | Finished items, passed tests |
| β | Error/Failed | Failed items, errors, blocked |
| β οΈ | Warning/Caution | Important notices, cautions |
| π§ | In Progress/WIP | Work in progress, under construction |
| β³ | Pending/Waiting | Queued items, waiting for action |
| βΈοΈ | Paused | Temporarily stopped |
| π | Refresh/Sync | Update operations, synchronization |
| π | Search/Review | Investigation, review needed |
| β‘οΈ | Next/Forward | Next steps, progression |
| β¬ οΈ | Back/Previous | Previous steps, return |
| β¬οΈ | Up/Increase | Scroll up, increase, upgrade |
| β¬οΈ | Down/Decrease | Scroll down, decrease, downgrade |
| π | Link/Reference | Cross-references, links |
| π | Pin/Important | Pinned items, highlights |
| π | Celebration | Achievements, completions |
| π¬ | Comment/Discussion | Comments, discussions, feedback |
Navigation Icons¶
Use these for navigation and wayfinding:
| Icon | Purpose | Usage |
|---|---|---|
| π | Home | Main page, root navigation |
| π | Docs/Library | Documentation index |
| π | Read/Book | Reading material, guides |
| π | Write/Edit | Editing, note-taking |
| π | Top | Back to top links |
| π | Back | Previous page, go back |
| β‘οΈ | Next | Next page, continue |
| π | Folder/Section | Section navigation |
| π | Bookmark | Saved items, bookmarks |
Technical Component Icons¶
Use these to represent technical components:
| Icon | Component | Usage |
|---|---|---|
| π» | Client/Frontend | User interfaces, client apps |
| βοΈ | Server/Backend | Server-side, backend services |
| ποΈ | Database | Data storage systems |
| π | API Gateway | API management, gateways |
| π | Auth Service | Authentication services |
| π¨ | Message Queue | Message brokers, queues |
| πΎ | Cache/Storage | Caching layers, storage |
| π€ | Bot/Automation | Automated processes, bots |
| π | Plugin/Extension | Extensions, plugins |
| π‘ | Webhook/Event | Webhooks, event triggers |
User & Team Icons¶
| Icon | Role/Entity | Usage |
|---|---|---|
| π€ | User | Single user, user entity |
| π₯ | Team/Group | Multiple users, teams |
| π¨βπΌ | Admin | Administrator, admin role |
| π©βπ» | Developer | Developer, engineer |
| π¨βπ§ | Operator | Operator, DevOps |
| π | Role | Role-based access, personas |
Icon Usage Rules¶
- One icon per header - Don't overuse
- Consistency - Use the same icon for the same concept
- Placement - Always before the text:
π Getting Started - Spacing - One space between icon and text
- Accessibility - Icons enhance, don't replace text
β Good:
β Bad:
# ππβ¨ Getting Started β¨ππ
## π¦π»π§ Installation π§π»π¦
### βοΈπ© Prerequisites βοΈπ©
ποΈ Badge Standards¶
Shields.io Badge Templates¶
Use shields.io for consistent badge styling.
Status Badges¶




Rendered:
Difficulty Badges¶




Rendered:
Technology Badges¶




Rendered:
Build & Test Badges¶




Rendered:
Version & License Badges¶



Rendered:
Simple Text Badges¶
For inline status indicators without shields.io:
Rendered:
β
Complete π§ In Progress β³ Pending β Blocked βΈοΈ Paused
Badge Color Reference¶
| Color | Hex Code | Shields.io Name | Usage |
|---|---|---|---|
| Bright Green | #4C1 | brightgreen | Success, passing, active |
| Green | #97CA00 | green | Positive, stable |
| Yellow Green | #A4A61D | yellowgreen | Good, acceptable |
| Yellow | #DFB317 | yellow | Warning, moderate |
| Orange | #FE7D37 | orange | Caution, experimental |
| Red | #E05D44 | red | Error, critical, failing |
| Blue | #007EC6 | blue | Info, neutral, version |
| Light Grey | #9F9F9F | lightgrey | Inactive, disabled |
π¬ Callout Box Styles¶
Callout Types & Templates¶
π‘ Pro Tips¶
For helpful advice, best practices, and optimizations:
> π‘ **Pro Tip**: Use environment variables to manage configuration across different environments.
>
> This keeps sensitive data out of your codebase and makes deployment easier.
Rendered:
π‘ Pro Tip: Use environment variables to manage configuration across different environments.
This keeps sensitive data out of your codebase and makes deployment easier.
β οΈ Warnings¶
For important cautions and things to avoid:
> β οΈ **Warning**: Deleting this resource is irreversible!
>
> Make sure you have backups before proceeding. Consider using soft deletes instead.
Rendered:
β οΈ Warning: Deleting this resource is irreversible!
Make sure you have backups before proceeding. Consider using soft deletes instead.
π Notes¶
For supplementary information and context:
> π **Note**: This feature requires version 2.0 or higher.
>
> Check your current version with `npm list <package-name>`.
Rendered:
π Note: This feature requires version 2.0 or higher.
Check your current version with
npm list <package-name>.
π Prerequisites¶
For required steps or knowledge before starting:
> π **Prerequisites**: Before starting, ensure you have:
>
> - Node.js 18+ installed
> - Docker Desktop running
> - Git configured with SSH keys
> - Basic knowledge of TypeScript
Rendered:
π Prerequisites: Before starting, ensure you have:
- Node.js 18+ installed
- Docker Desktop running
- Git configured with SSH keys
- Basic knowledge of TypeScript
β Errors & Troubleshooting¶
For error messages and solutions:
> β **Error**: `ECONNREFUSED: Connection refused`
>
> **Cause**: The database server is not running.
>
> **Solution**: Start the database with `docker-compose up -d db`
Rendered:
β Error:
ECONNREFUSED: Connection refusedCause: The database server is not running.
Solution: Start the database with
docker-compose up -d db
β Success Messages¶
For confirmations and positive outcomes:
> β
**Success**: Your application is now running!
>
> Visit http://localhost:3000 to see it in action.
Rendered:
β Success: Your application is now running!
Visit http://localhost:3000 to see it in action.
βΉοΈ Information¶
For general information and neutral notices:
> βΉοΈ **Info**: Azure Fabric supports multiple authentication methods.
>
> Choose the one that best fits your security requirements.
Rendered:
βΉοΈ Info: Azure Fabric supports multiple authentication methods.
Choose the one that best fits your security requirements.
π§ Work in Progress¶
For features under development:
> π§ **Work in Progress**: Real-time analytics dashboard
>
> Expected completion: Q2 2025. Feedback welcome via GitHub Discussions.
Rendered:
π§ Work in Progress: Real-time analytics dashboard
Expected completion: Q2 2025. Feedback welcome via GitHub Discussions.
π Security Notices¶
For security-related information:
> π **Security**: Never commit secrets to version control!
>
> Use environment variables, Azure Key Vault, or secrets management tools.
Rendered:
π Security: Never commit secrets to version control!
Use environment variables, Azure Key Vault, or secrets management tools.
Callout Usage Rules¶
- One type per box - Don't mix multiple callout types
- Bold the heading - Always bold the first word/phrase
- Keep it short - 2-3 sentences maximum
- Provide context - Explain why it matters
- Link to details - Reference deeper docs when needed
π Table Formatting¶
Standard Table Styles¶
Feature Comparison Tables¶
| Feature | Free | Pro | Enterprise |
| ------------------- | :--: | :-: | :--------: |
| Basic API Access | β
| β
| β
|
| Advanced Analytics | β | β
| β
|
| 24/7 Support | β | β | β
|
| Custom Integrations | β | β | β
|
| SLA Guarantee | β | β | β
|
Rendered:
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Basic API Access | β | β | β |
| Advanced Analytics | β | β | β |
| 24/7 Support | β | β | β |
| Custom Integrations | β | β | β |
| SLA Guarantee | β | β | β |
Status Tables¶
| Component | Status | Last Updated | Notes |
| -------------- | -------------- | ------------ | ------------------ |
| Frontend | β
Complete | 2025-01-22 | All tests passing |
| Backend API | π§ In Progress | 2025-01-20 | 75% complete |
| Database | β
Complete | 2025-01-18 | Migrated to v2 |
| Documentation | β³ Pending | - | Awaiting approval |
Rendered:
| Component | Status | Last Updated | Notes |
|---|---|---|---|
| Frontend | β Complete | 2025-01-22 | All tests passing |
| Backend API | π§ In Progress | 2025-01-20 | 75% complete |
| Database | β Complete | 2025-01-18 | Migrated to v2 |
| Documentation | β³ Pending | - | Awaiting approval |
API Reference Tables¶
| Parameter | Type | Required | Default | Description |
| --------- | -------- | :------: | ------- | ------------------------------ |
| `userId` | `string` | β
| - | Unique user identifier |
| `limit` | `number` | β | `10` | Maximum items to return (1-100)|
| `offset` | `number` | β | `0` | Number of items to skip |
| `sortBy` | `string` | β | `date` | Field to sort by |
Rendered:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId | string | β | - | Unique user identifier |
limit | number | β | 10 | Maximum items to return (1-100) |
offset | number | β | 0 | Number of items to skip |
sortBy | string | β | date | Field to sort by |
Configuration Tables¶
| Option | Type | Default | Description |
| ------------------- | --------- | --------- | ---------------------------------- |
| `debug` | `boolean` | `false` | Enable debug logging |
| `timeout` | `number` | `30000` | Request timeout in milliseconds |
| `retryAttempts` | `number` | `3` | Number of retry attempts |
| `enableCache` | `boolean` | `true` | Enable response caching |
Rendered:
| Option | Type | Default | Description |
|---|---|---|---|
debug | boolean | false | Enable debug logging |
timeout | number | 30000 | Request timeout in milliseconds |
retryAttempts | number | 3 | Number of retry attempts |
enableCache | boolean | true | Enable response caching |
Performance Metrics Tables¶
| Metric | Before | After | Improvement |
| ------------------- | --------: | --------: | :---------: |
| Page Load Time | 3.2s | 1.1s | π 66% |
| First Contentful | 1.8s | 0.6s | π 67% |
| Time to Interactive | 4.1s | 1.5s | π 63% |
| Bundle Size | 450 KB | 180 KB | π 60% |
Rendered:
| Metric | Before | After | Improvement |
|---|---|---|---|
| Page Load Time | 3.2s | 1.1s | π 66% |
| First Contentful | 1.8s | 0.6s | π 67% |
| Time to Interactive | 4.1s | 1.5s | π 63% |
| Bundle Size | 450 KB | 180 KB | π 60% |
Table Alignment Rules¶
| Left Aligned | Center Aligned | Right Aligned |
| :----------- | :------------: | ------------: |
| Text | Text | Text |
| Use for text | Use for icons | Use for numbers |
Guidelines:
- Left align: Text content, descriptions
- Center align: Icons, status indicators, boolean values
- Right align: Numbers, metrics, dates
πΌοΈ Mermaid Diagram Styles¶
Color Schemes for Different Diagram Types¶
Flowchart Colors¶
Soft Pastels (recommended for most flows):
flowchart LR
A[Input] --> B[Process] --> C[Output]
B --> D{Decision}
D -->|Yes| E[Success]
D -->|No| F[Error]
style A fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
style B fill:#fff3e0,stroke:#f57c00,stroke-width:2px
style C fill:#e8f5e9,stroke:#388e3c,stroke-width:2px
style D fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px
style E fill:#e8f5e9,stroke:#4caf50,stroke-width:2px
style F fill:#ffebee,stroke:#d32f2f,stroke-width:2px Template:
style NodeA fill:#e3f2fd,stroke:#1976d2,stroke-width:2px
style NodeB fill:#fff3e0,stroke:#f57c00,stroke-width:2px
style NodeC fill:#e8f5e9,stroke:#388e3c,stroke-width:2px
Process Flow Colors¶
| Node Type | Fill Color | Stroke Color | Usage |
|---|---|---|---|
| Input/Start | #e3f2fd | #1976d2 | Entry points |
| Process | #fff3e0 | #f57c00 | Processing steps |
| Decision | #f3e5f5 | #7b1fa2 | Conditional logic |
| Success/Done | #e8f5e9 | #4caf50 | Successful outcome |
| Error/Fail | #ffebee | #d32f2f | Error states |
| Output/End | #e0f7fa | #0097a7 | Exit points |
Architecture Diagram Colors¶
By Layer:
graph TB
subgraph Frontend["π₯οΈ Frontend Layer"]
A[React App]
B[Next.js]
style A fill:#e1f5fe
style B fill:#e1f5fe
end
subgraph Backend["βοΈ Backend Layer"]
C[API Gateway]
D[Services]
style C fill:#fff3e0
style D fill:#fff3e0
end
subgraph Data["ποΈ Data Layer"]
E[(Database)]
F[(Cache)]
style E fill:#f3e5f5
style F fill:#f3e5f5
end Template:
Sequence Diagram Participant Colors¶
sequenceDiagram
participant U as π€ User
participant F as π₯οΈ Frontend
participant A as π Auth API
participant D as ποΈ Database
U->>F: Login
F->>A: Authenticate
A->>D: Verify
D-->>A: Valid
A-->>F: Token
F-->>U: Success Color Guidelines:
- Use emojis for visual differentiation
- Keep participant names short (3-8 chars)
- Use consistent icons across diagrams
State Diagram Colors¶
stateDiagram-v2
[*] --> Draft
Draft --> Review : Submit
Review --> Approved : Accept
Review --> Rejected : Reject
Approved --> Published : Publish
Rejected --> Draft : Revise
Published --> [*]
Draft: π Draft
Review: π Review
Approved: β
Approved
Rejected: β Rejected
Published: π Published Diagram Style Templates¶
Minimal Clean Style¶
Bold Highlight Style¶
Subtle Style¶
Mermaid Best Practices¶
- Use icons - Add emojis to participant names and nodes
- Color code - Use consistent colors for similar elements
- Keep it simple - Max 10-15 nodes per diagram
- Label clearly - Short, descriptive labels
- Group related - Use subgraphs for organization
- Direction matters - Choose LR (left-right) or TD (top-down) based on content
π Progress Tracker Templates¶
Tutorial Progress Bar¶
Simple Text Progress¶
**Tutorial Progress:** 3 of 7 steps complete
`β
Setup` β `β
Configuration` β `β
First App` β `β³ Testing` β `β³ Deployment` β `β³ Monitoring` β `β³ Optimization`
Rendered:
Tutorial Progress: 3 of 7 steps complete
β
Setup β β
Configuration β β
First App β β³ Testing β β³ Deployment β β³ Monitoring β β³ Optimization
Table-Based Progress¶
| Step | Title | Status | Duration |
| :--: | ------------------ | -------------- | -------: |
| 1 | π Setup | β
Complete | 5 min |
| 2 | βοΈ Configuration | β
Complete | 10 min |
| 3 | π» First App | β
Complete | 15 min |
| 4 | π§ͺ Testing | π§ Current | 20 min |
| 5 | π Deployment | β³ Not Started | 15 min |
| 6 | π Monitoring | β³ Not Started | 10 min |
| 7 | β‘ Optimization | β³ Not Started | 25 min |
Rendered:
| Step | Title | Status | Duration |
|---|---|---|---|
| 1 | π Setup | β Complete | 5 min |
| 2 | βοΈ Configuration | β Complete | 10 min |
| 3 | π» First App | β Complete | 15 min |
| 4 | π§ͺ Testing | π§ Current | 20 min |
| 5 | π Deployment | β³ Not Started | 15 min |
| 6 | π Monitoring | β³ Not Started | 10 min |
| 7 | β‘ Optimization | β³ Not Started | 25 min |
Visual Progress Bar¶
[ββββββββββββββββββββββββββββββββ] 45%or using HTML:
```html
<div style="background: #e0e0e0; border-radius: 10px; padding: 3px;">
<div style="background: linear-gradient(90deg, #4caf50, #8bc34a); width: 45%; padding: 8px; border-radius: 8px; text-align: center; color: white; font-weight: bold;">
45%
</div>
</div>
#### Checklist Progress
```markdown
### π Setup Checklist
- [x] Install Node.js 18+
- [x] Install Docker Desktop
- [x] Clone repository
- [x] Configure environment variables
- [ ] Run database migrations
- [ ] Start development server
- [ ] Verify installation
**Progress:** 4 of 7 complete (57%)
Rendered:
π Setup Checklist¶
- Install Node.js 18+
- Install Docker Desktop
- Clone repository
- Configure environment variables
- Run database migrations
- Start development server
- Verify installation
Progress: 4 of 7 complete (57%)
Milestone Timeline¶
```mermaid
gantt
title Tutorial Progress
dateFormat YYYY-MM-DD
section Completed
Setup :done, setup, 2025-01-20, 1d
Configuration :done, config, 2025-01-21, 1d
First App :done, app, 2025-01-22, 1d
section In Progress
Testing :active, test, 2025-01-23, 1d
section Upcoming
Deployment :deploy, 2025-01-24, 1d
Monitoring :monitor, 2025-01-25, 1d
Optimization :optimize, 2025-01-26, 2d
**Rendered:**
```mermaid
gantt
title Tutorial Progress
dateFormat YYYY-MM-DD
section Completed
Setup :done, setup, 2025-01-20, 1d
Configuration :done, config, 2025-01-21, 1d
First App :done, app, 2025-01-22, 1d
section In Progress
Testing :active, test, 2025-01-23, 1d
section Upcoming
Deployment :deploy, 2025-01-24, 1d
Monitoring :monitor, 2025-01-25, 1d
Optimization :optimize, 2025-01-26, 2d
Feature Completion Matrix¶
| Module | Design | Development | Testing | Documentation |
| --------------- | :----: | :---------: | :-----: | :-----------: |
| Authentication | β
| β
| β
| β
|
| User Dashboard | β
| β
| β
| π§ |
| API Integration | β
| π§ | β³ | β³ |
| Admin Panel | β
| β³ | β³ | β³ |
| Analytics | π§ | β³ | β³ | β³ |
**Legend:** β
Complete | π§ In Progress | β³ Not Started
Rendered:
| Module | Design | Development | Testing | Documentation |
|---|---|---|---|---|
| Authentication | β | β | β | β |
| User Dashboard | β | β | β | π§ |
| API Integration | β | π§ | β³ | β³ |
| Admin Panel | β | β³ | β³ | β³ |
| Analytics | π§ | β³ | β³ | β³ |
Legend: β Complete | π§ In Progress | β³ Not Started
π Quick Reference Card¶
Color Quick Pick¶
| Need | Hex Code | Name |
|---|---|---|
| Success/Complete | #4CAF50 | Green |
| Warning/Caution | #FF9800 | Orange |
| Error/Critical | #F44336 | Red |
| Info/Neutral | #2196F3 | Blue |
| In Progress | #FFC107 | Amber |
| Bronze Tier | #CD7F32 | Bronze |
| Silver Tier | #C0C0C0 | Silver |
| Gold Tier | #FFD700 | Gold |
Icon Quick Pick¶
| Need | Icon | Need | Icon |
|---|---|---|---|
| Complete | β | Error | β |
| In Progress | π§ | Pending | β³ |
| Warning | β οΈ | Info | βΉοΈ |
| Success | β | Tip | π‘ |
| Security | π | Configuration | βοΈ |
| Database | ποΈ | API | π |
| Documentation | π | Getting Started | π |
| Testing | π§ͺ | Tools | π§ |
Callout Quick Templates¶
> π‘ **Pro Tip**: [Your advice here]
> β οΈ **Warning**: [Important caution]
> π **Note**: [Supplementary info]
> β **Error**: [Error description]
> **Solution**: [How to fix]
> β
**Success**: [Confirmation message]
Badge Quick Templates¶



Table Alignment Quick Reference¶
π Related Documents¶
| Document | Description |
|---|---|
| Style Guide | Complete documentation style guide |
| Contributing | How to contribute to this project |
| README | Project overview and quick start |