-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathmkdocs.yml
More file actions
120 lines (113 loc) · 3.42 KB
/
mkdocs.yml
File metadata and controls
120 lines (113 loc) · 3.42 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
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: Voice Mode
site_url: https://voice-mode.readthedocs.io
site_description: Natural voice conversations for AI assistants
site_author: Voice Mode Team
repo_name: mbailey/voicemode
repo_url: https://github.com/mbailey/voicemode
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/images/voicemode-logo.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: !relative $config_dir
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- gen-files:
scripts:
- docs/gen_pages.py
- social
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
nav:
- Home: README.md
- Getting Started:
- Installation: tutorials/getting-started.md
- Configuration: guides/configuration.md
- Guides:
- Selecting Voices: guides/selecting-voices.md
- Pronunciation: guides/pronunciation.md
- MacBook Portable Mode: guides/macbook-portable.md
- Claude Code Plugin: guides/claude-code-plugin.md
- Selective Tool Loading: guides/selective-tool-loading.md
- Remote Access (serve): guides/serve-configuration.md
- VoiceMode Connect:
- Overview: connect/README.md
- Architecture: connect/architecture.md
- Setup:
- Claude Code: connect/setup/claude-code.md
- Reference:
- MCP Tools: connect/reference/mcp-tools.md
- Local Services:
- Whisper STT: guides/whisper-setup.md
- Kokoro TTS: guides/kokoro-setup.md
- Reference:
- CLI Commands: reference/cli.md
- Service Commands: reference/cli/service-commands.md
- Converse Parameters: reference/converse-parameters.md
- Environment Variables: reference/environment.md
- Development:
- Local Development: tutorials/development-setup.md
- Tool Loading Architecture: reference/tool-loading-architecture.md
- Troubleshooting:
- Overview: troubleshooting/index.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/mbailey/voicemode
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/getvoicemode
- icon: fontawesome/brands/discord
link: https://discord.gg/Hm7dF3uCfG
- icon: fontawesome/brands/youtube
link: https://youtube.com/@getvoicemode
copyright: Copyright © 2025 Voice Mode - A Failmode Project