forked from acuparse/acuparse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (79 loc) · 2.41 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
site_name: Acuparse Documentation
site_url: https://docs.acuparse.com/
repo_url: https://github.com/acuparse/acuparse/
repo_name: acuparse/acuparse
edit_uri: ""
theme:
name: material
features:
- navigation.instant
palette:
scheme: preference
primary: black
icon:
repo: fontawesome/brands/github
site_dir: public
nav:
- Home: 'index.md'
- Installing:
- Main Install Guide: 'INSTALL.md'
- Docker Install Guide: 'DOCKER.md'
- Suplimental Guides:
- DNS Redirect: 'other/DNS.md'
- NGINX Proxy: 'other/NGINX.md'
- RaspberryPi Direct Connect: 'other/RPI_DIRECT_CONNECT.md'
- Backups: 'other/BACKUPS.md'
- Telemetry: 'other/TELEMETRY.md'
- Updating:
- Update Guide: 'UPDATING.md'
- Version 3.0: 'updates/v3.md'
- Version 2.3: 'updates/v2_3.md'
- API Guide: 'API.md'
- Troubleshooting Guide: 'TROUBLESHOOTING.md'
- External Updaters:
- Weather Underground: 'external/WU.md'
- CWOP: 'external/CWOP.md'
- PWS Weather: 'external/PWS.md'
- Weathercloud: 'external/WC.md'
- Windy: 'external/WINDY.md'
- Windguru: 'external/WINDGURU.md'
- Open Weather Map: 'external/OPENWEATHER.md'
- MQTT: 'external/MQTT.md'
- Generic:
- WeatherPoly: 'external/generic/WEATHERPOLY.md'
copyright: "Copyright © 2015-2022 <a href='https://www.acuparse.com'>Acuparse Project</a><br />Acuparse is licensed under the <a href='https://gitlab.com/acuparse/acuparse/raw/master/LICENSE'>GNU AGPLv3</a>"
extra:
social:
- type: 'slack'
link: 'https://communityinviter.com/apps/acuparse/docs'
icon: 'fontawesome/brands/slack'
- type: 'gitlab'
link: 'https://gitlab.com/acuparse'
icon: 'fontawesome/brands/gitlab'
- type: 'github'
link: 'https://github.com/acuparse'
icon: 'fontawesome/brands/github'
- type: 'bitbucket'
link: 'https://bitbucket.com/acuparse'
icon: 'fontawesome/brands/bitbucket'
- type: 'facebook'
link: 'https://facebook.com/acuparse'
icon: 'fontawesome/brands/facebook'
manifest: 'manifest.webmanifest'
search:
language: 'en'
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
linenums_style: pymdownx.inline
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search:
lang: en
- minify:
minify_html: true
extra_javascript:
- assets/js/matomo.js