forked from Kieirra/murmure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
94 lines (88 loc) · 2.71 KB
/
Copy pathmkdocs.yml
File metadata and controls
94 lines (88 loc) · 2.71 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
site_name: Murmure Documentation
site_url: https://docs.murmure.app
site_description: Privacy-first, open-source speech-to-text application - Documentation
repo_url: https://github.com/Kieirra/murmure
repo_name: Kieirra/murmure
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: slate
primary: custom
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: custom
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
icon:
repo: fontawesome/brands/github
plugins:
- search
- i18n:
languages:
- locale: en
name: English
default: true
- locale: fr
name: Francais
build: true
extra_css:
- stylesheets/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- tables
- attr_list
- md_in_html
- toc:
permalink: true
docs_dir: docs
nav:
- Home: index.md
- Getting Started:
- Quick Start:
- Windows: getting-started/windows.md
- macOS: getting-started/macos.md
- Linux: getting-started/linux.md
- First Steps: getting-started/first-steps.md
- Configure shortcuts on Linux: configure-shortcuts-on-linux.md
- Features:
- Transcription: features/transcription.md
- Personalize:
- Dictionary: features/dictionary.md
- Formatting Rules: features/formatting-rules.md
- Extensions:
- LLM Connect: features/llm-connect.md
- Voice Mode: features/voice-mode.md
- Smart Speech Mic: features/smart-speech-mic.md
- Commands: features/commands.md
- CLI: features/cli.md
- Local API: features/api.md
- Troubleshooting:
- Overview: troubleshooting/index.md
- Transcription Issues: troubleshooting/transcription.md
- Text Insertion: troubleshooting/text-insertion.md
- Shortcuts: troubleshooting/shortcuts.md
- LLM Connect: troubleshooting/llm-connect.md
- FAQ: faq.md
- Beta Testing: beta-testing.md