Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,10 @@ The CLI provides clear error messages:
privileges

For detailed troubleshooting, use the `--debug` flag to see diagnostic
information.
information.

## Advanced Topics

- **[Light Selection Guide](selection-guide.md)** - Comprehensive guide to targeting specific lights in multi-device setups
- **[Command Reference](commands.md)** - Complete list of available commands and options
- **[Usage Examples](examples.md)** - Real-world integration scenarios and automation patterns
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ nav:
- Overview: cli/index.md
- Commands: cli/commands.md
- Examples: cli/examples.md
- Selection Guide: cli/selection-guide.md
- Web API:
- Overview: api/index.md
- Endpoints: api/endpoints.md
Expand All @@ -64,7 +65,10 @@ nav:
- Overview: devices/index.md
- LED Support: devices/led-support.md
- Effects: effects.md
- Contributing: contributing.md
- Contributing:
- Overview: contributing.md
- Migration Guide: contributing/migration-guide.md
- Architecture Decisions: contributing/architecture-decisions.md

extra:
version:
Expand Down
Loading