-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
119 lines (109 loc) · 3.03 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
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: Willow
site_description: Willow is a practical, open source, privacy-focused platform for voice assistants and other applications
site_author: toverainc
site_url: https://heywillow.io
repo_url: https://github.com/toverainc/willow
edit_uri: https://github.com/toverainc/willow-docs/edit/main/docs/
nav:
- 'index.md'
- 'quick-start-guide.md'
- 'faq.md'
- 'get-involved.md'
- 'what-willow-is.md'
- 'how-willow-works.md'
- 'hardware.md'
- 'development.md'
- 'Features':
- 'Home Assistant': 'features/Home-Assistant.md'
- 'Local Command Support': 'features/Local-Command-Support.md'
- 'Wi-Fi': 'features/Wi-Fi.md'
- 'Willow Components':
- 'Overview': 'willow-components.md'
- 'components/willow-application-server.md'
- 'components/willow-inference-server.md'
- 'Willow Community':
- 'Projects': 'community/projects.md'
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
palette:
primary: custom
font:
text: Raleway
favicon: images/logo-purple.svg
features:
- content.code.copy
- content.tabs.link
- navigation.footer
- navigation.instant
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.follow
- navigation.top
- content.action.edit
- toc.follow
icon:
admonition:
tip: material/shopping-outline
logo: images/logo-yellow.svg
plugins:
- search
- tags
#- social
#cards_layout_options:
# background_color: "#583759"
# font_family: Raleway
# color: "#FFFFFF"
# cards: !ENV [CARDS, false]
markdown_extensions:
- admonition
- attr_list
# - glightbox
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/toverainc
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
- icon: fontawesome/brands/chrome
link: https://www.tovera.com
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
copyright: >
Copyright © 2023 Tovera, Inc. –
<a href="#__consent">cookie settings</a>