A modular video tutorial platform for different Cisco device deployment types.
/
├── index.html # Deployment selection page
├── shared/ # Common assets and code
│ ├── assets/
│ │ └── images/ # Shared images and icons
│ ├── styles/
│ │ └── main.css # Common styling
│ └── scripts/
│ └── scripts.js # Common JavaScript
└── mtr-navigator/ # Microsoft Teams Rooms with Navigator
├── index.html # MTR Navigator tutorials
└── videos/ # Deployment-specific videos
- Create a new subdirectory (e.g.,
webex-room-kit/
) - Copy
mtr-navigator/index.html
as a template - Update paths to shared assets (
../shared/
) - Add deployment-specific videos to the subdirectory
- Add a new deployment card to the main
index.html
?theme=dark
- Switch to white text on dark grey theme?qr=false
- Hide QR code
Examples:
/mtr-navigator/?theme=dark&qr=false
/webex-room-kit/?theme=dark
- Responsive video grid layout
- Modal video player with accessibility support
- Theme switching (Cisco brand vs classic)
- QR code visibility control
- Modular deployment structure