forked from mbailey/voicemode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (112 loc) · 3.31 KB
/
mkdocs.yml
File metadata and controls
119 lines (112 loc) · 3.31 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
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: README.md
- Quick Start: README.md
- Configuration: configuration.md
- Integration Guides:
- integrations/README.md
- Claude Code: integrations/claude-code/README.md
- Claude Desktop: integrations/claude-desktop/README.md
- Gemini CLI: integrations/gemini-cli/README.md
- Cursor: integrations/cursor/README.md
- VS Code: integrations/vscode/README.md
- Cline: integrations/cline/README.md
- Continue: integrations/continue/README.md
- Windsurf: integrations/windsurf/README.md
- Zed: integrations/zed/README.md
- Roo Code: integrations/roo-code/README.md
- Local Services:
- Whisper.cpp: whisper.cpp.md
- Kokoro TTS: kokoro.md
- LiveKit: livekit/README.md
- Development:
- Local Development: local-development-uvx.md
- Migration Guide: migration-guide.md
- Audio Formats: audio-format-migration.md
- Troubleshooting:
- WSL2 Microphone: troubleshooting/wsl2-microphone-access.md
- API Reference:
- Tools: api-reference/tools.md
- Configuration: api-reference/configuration.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 © 2024 Voice Mode - A Failmode Project