-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (104 loc) · 4.06 KB
/
mkdocs.yml
File metadata and controls
107 lines (104 loc) · 4.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: Ubo App
site_url: https://docs.getubo.com/
theme:
name: material
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Ubo App:
- Home screen: index.md
- Home screen actions:
- Menu: home/menu.md
- Apps: home/apps.md
- Docker apps:
- Home Assistant: home/apps/home-assistant.md
- Home Bridge: home/apps/home-bridge.md
- Portainer: home/apps/portainer.md
- Pi-hole: home/apps/pi-hole.md
- Ollama: home/apps/ollama.md
- Open WebUI: home/apps/open-webui.md
- Ngrok: home/apps/ngrok.md
- Immich: home/apps/immich.md
- Envoy for gRPC: home/apps/envoy-grpc.md
- Settings: home/settings.md
- Settings categories:
- Network: home/settings/network.md
- Wi-Fi: home/settings/wifi.md
- Remote: home/settings/remote.md
- RPi Connect: home/settings/rpi-connect.md
- SSH: home/settings/ssh.md
- VS Code: home/settings/vscode.md
- System: home/settings/system.md
- Users: home/settings/users.md
- General: home/settings/general.md
- Desktop: home/settings/desktop.md
- Services: home/settings/services.md
- Third Party: home/settings/third-party.md
- Hardware: home/settings/hardware.md
- Display: home/settings/display.md
- Camera: home/settings/camera.md
- Infrared: home/settings/infrared.md
- Replay Devices: home/settings/infrared-replay-devices.md
- Manage Keys: home/settings/infrared-manage-keys.md
- Infrared Settings: home/settings/infrared-settings.md
- Assistant: home/settings/assistant.md
- Manage: home/settings/assistant-manage.md
- MCP Tools: home/settings/assistant-mcp-tools.md
- Image Generator: home/settings/assistant-image-generator.md
- Speech Synthesis: home/settings/assistant-speech-synthesis.md
- Language Model: home/settings/assistant-language-model.md
- Speech Recognition: home/settings/assistant-speech-recognition.md
- Docker: home/settings/docker.md
- Service: home/settings/docker-service.md
- Registries: home/settings/docker-registries.md
- Accessibility: home/settings/accessibility.md
- Picovoice Settings: home/settings/accessibility-picovoice-settings.md
- Speech Synthesis: home/settings/accessibility-speech-synthesis.md
- Speech Recognition: home/settings/accessibility-speech-recognition.md
- About: home/about.md
- Notifications: home/notifications.md
- Power: home/power.md
- Ubo interface: ubo-interface.md
- Getting Started: getting-started.md
- Architecture:
- Overview: architecture/overview.md
- Store: architecture/store.md
- Services: architecture/services.md
- RPC: architecture/rpc.md
- Engines: architecture/engines.md
- System: architecture/system.md
- Menu App: architecture/menu-app.md
- Services:
- Audio: services/audio.md
- Display: services/display.md
- Keypad: services/keypad.md
- Notifications: services/notifications.md
- Speech Synthesis: services/speech-synthesis.md
- Keyboard: services/keyboard.md
- Ethernet: services/ethernet.md
- IP: services/ip.md
- Wi-Fi: services/wifi.md
- Camera: services/camera.md
- RGB Ring: services/rgb-ring.md
- Sensors: services/sensors.md
- LightDM: services/lightdm.md
- RPi Connect: services/rpi-connect.md
- SSH: services/ssh.md
- Users: services/users.md
- VS Code: services/vscode.md
- Docker: services/docker.md
- Assistant: services/assistant.md
- File System: services/file-system.md
- Infrared: services/infrared.md
- Speech Recognition: services/speech-recognition.md
- Web UI: services/web-ui.md
- Development:
- Testing: development/testing.md
- Scripts: development/scripts.md
- Deployment: development/deployment.md
- Reference:
- Proto: reference/proto.md