Dvand Platform Documentation
Select a file to view the diagram
100%

🎯 Welcome to Dvand Documentation

Click on any .md file in the sidebar to automatically load and render its Mermaid diagram.

✨ Fixed! Proper URL encoding for folder names with spaces!

🎨 Theme & Controls:

Dark Mode: Click the moon/sun icon in the top-right corner

Mouse: Scroll wheel to zoom, drag to pan

Keyboard: Ctrl/Cmd + Plus/Minus to zoom, Ctrl/Cmd + 0 to reset

Buttons: Use the zoom controls that appear when viewing diagrams

Touch: Pinch to zoom, drag to pan (mobile devices)

📁 Setup Instructions:

For local testing: Run a local server (e.g., python -m http.server or VS Code Live Server)

For GitHub Pages: Upload this HTML file with your folder structure intact

Expected structure:

your-repo/
├── index.html (this file)
├── Admin/
│   ├── dvand_admin_challenge_management_flow.md
│   └── ... (other admin files)
├── Content Creator/
│   ├── dvand_content_creator_user_content-creator-complete.md
│   └── ... (other creator files)
├── Logged in User/
│   └── ... (logged user files)
├── Non Logged in User/
│   └── ... (non-logged user files)
└── dvand_complete_ecosystem_flow.md