-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
84 lines (84 loc) · 3.47 KB
/
mkdocs.yml
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
site_name: OVOS User Documentation
site_url: https://openvoiceos.github.io/community-docs
nav:
- Home:
- Introduction: 000-index.md
- About: 001-about.md
- Supported Hardware:
- Introduction: 010-hardware.md
- Audio: 011-hardware_audio.md
- Video: 012-hardware_video.md
- OpenVoiceOS Architecture: 020-architecture.md
- Quick Start Guide:
- Introduction: 030-qs_intro.md
- First Boot: 031-qs_first_boot.md
- Next Steps: 032-qs_next_steps.md
- Installation Options:
- Introduction: 040-install_intro.md
- Installing an Image: 030-qs_intro.md
- Install as a Library: 042-install_ovos_core.md
- Install with Docker: 043-install_ovos_docker.md
- OVOS Installer: 044-ovos_installer.md
- Install GUI: 048-install_gui.md
- Starting OVOS:
- Introduction: 050-starting_intro.md
- Starting Modules: 051-starting_modules.md
- Starting Systemd: 052-starting_systemd.md
- Starting Docker: 053-starting_docker.md
- Configuration:
- Introduction: 060-config.md
- Using ovos-config: 061-config_ovos_config.md
- Manualy Editing Files: 062-config_manual_config.md
- How To:
- Introduction: 070-ht_intro.md
- Skills:
- Introduction: 080-ht_skills.md
- Installing Skills: 081-ht_skills_install.md
- Configuring: 082-ht_skills_config.md
- TTS:
- Introduction: 090-ht_tts.md
- Configuring: 091-ht_tts_config.md
- Change Your Assistant's Voice: 092-ht_change_voice.md
- Listener:
- Introduction: 100-ht_listener_intro.md
- Microphone: 101-ht_mic.md
- STT: 102-ht_stt.md
- Configuring: 103-ht_stt_config.md
- WakeWord/HotWords: 104-ht_ww.md
- VAD: 105-ht_vad.md
- PHAL: 110-ht_phal.md
- Homescreen:
- Configuration: 115-ht_config_homescreen.md
- OpenVoiceOS Security: 118-ht_config_security.md
- Additional Services:
- Selene Backend: 120-selene_backend.md
- Personal Backend: 121-personal_backend.md
- KDE Connect: 122-kdeconnect.md
- Images:
- Introduction: 130-images_intro.md
- Buildroot: 131-images_buildroot.md
- Raspbian: 030-qs_intro.md
- Other Builds:
- Mycroft: 135-mycroft.md
- NeonOS: 136-neonos.md
- Troubleshooting:
- Introduction to Troubleshooting: 140-troubleshooting_intro.md
- Troubleshooting Audio: 145-troubleshooting_audio.md
- Troubleshooting Installation: 150-troubleshooting_installation.md
- Troubleshooting Network: 155-troubleshooting_network.md
- Troubleshooting Wakeword: 160-troubleshooting_wakeword.md
- Troubleshooting OVOS Core: 165-troubleshooting_ovos_core.md
- Troubleshooting Backend: 170-troubleshooting_backend.md
- Troubleshooting TTS: 175-troubleshooting_tts.md
- Troubleshooting STT: 180-troubleshooting_stt.md
- Troubleshooting Skills: 185-troubleshooting_skills.md
- Troubleshooting Plugins: 190-troubleshooting_plugins.md
- Appendix:
- Glossary: 300-glossary.md
- FAQ: 305-faq.md
- Compatibility: 310-compat.md
- License: 315-license.md
- Friends: 320-friends.md
- OVOS Members: 325-members.md
- Contributing: 330-contributing.md
theme: readthedocs