generated from readthedocs/tutorial-template
-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.18 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
site_name: Pirate Weather
site_url: https://pirateweather.net
repo_url: https://github.com/Pirate-Weather/pirateweather
repo_name: 'GitHub'
theme:
name: 'material'
favicon: images/pw_favicon.png
palette:
primary: 'deep orange'
features:
- navigation.expand
nav:
- Introduction: 'index.md'
- 'API': 'API.md'
- 'OpenAPI Specification': 'Specification.md'
- 'Home Assistant': 'ha.md'
- 'Data Sources' : 'DataSources.md'
- 'Changelog': 'changelog.md'
- 'Roadmap': 'roadmap.md'
- 'Issue Tracker': 'https://github.com/Pirate-Weather/pirateweather/issues'
- 'Terms of Service' : 'https://pirate-weather.apiable.io/terms'
- Blog:
- 'Kong Gateway': 'Blog/KongGatewayInfrastructure.md'
- 'Infrastructure Overview': 'Blog/InfrastructureOverview.md'
- 'Previous Versions- v0.1': 'Blog/indexv01.md'
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
extra_javascript:
- javascripts/extra.js
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- swagger-ui-tag
extra_css:
- stylesheets/extra.css