-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.59 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
site_name: Endrpi Docs
site_description: Endpoints for the Raspberry Pi
site_author: Persanix LLC
site_dir: out
repo_url: https://github.com/persanix-llc/endrpi-server
copyright: Copyright © 2021 Persanix LLC. All rights reserved.
edit_uri: '/persanix-llc/endrpi-docs/tree/main/docs'
extra_css:
- stylesheets/extra.css
- stylesheets/admonition_override.css
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/persanix_llc
name: Persanix LLC Twitter
- icon: fontawesome/brands/github
link: https://github.com/persanix-llc
name: Persanix LLC Github
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/persanix_llc
name: Persanix LLC Instagram
markdown_extensions:
- toc:
permalink: "#"
- admonition
- attr_list
- abbr
- meta
- pymdownx.snippets
- def_list
- pymdownx.keys
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
name: material
language: en
font: false
logo: images/logo-icon-white.png
favicon: images/favicon.png
features:
- navigation.instant
custom_dir: docs/overrides
plugins: []
nav:
- Welcome: index.md
- Installation: installation.md
- Running the Server: running_the_server.md
- API:
- REST API: rest_api.md
- Web Socket API: websocket_api.md
- Advanced Setup:
- Installing Nginx: installing_nginx.md
- Reverse Proxy: reverse_proxy.md
- SSL/TLS: ssl_tls.md
- Community: community.md
- Legal: legal.md