-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
76 lines (69 loc) · 1.69 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
site_name: VOICEN
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
theme:
name: 'material'
# feature:
# tabs: true
# repo_url: 'https://github.com/voice-engine/voice-engine.github.io'
nav:
- Introduction: index.md
- Hardware: hardware.md
- Assembling: assembling.md
- Get Started: get_started.md
- Message Bus: message_bus.md
- IO: io.md
- ALSA: alsa.md
- Music:
- AirPlay: airplay.md
- Mopidy: mopidy.md
- UPnP/DLNA: upnp.md
- Snapcast: snapcast.md
- KWS: kws.md
- Audio Processing:
- AEC: audio_processing/aec.md
- NS: audio_processing/ns.md
- DOA: audio_processing/doa.md
- DOA: audio_processing/beamforming.md
- Alexa: alexa.md
- Google Assistant: google_assistant.md
- MyCroft: mycroft.md
- Snips Voice Assistant: snips.md
- Home Assistant: home_assistant.md
- As a USB Sound Card: usb_sound_card.md
- JACK: jack.md
extra_javascript:
- 'javascripts/extra.js'
google_analytics: ['UA-150973529-1', 'voicen.io']