-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
45 lines (38 loc) · 979 Bytes
/
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
site_name: pycfmodel
site_description: "A python model for Cloud Formation scripts."
strict: true
site_url: https://pycfmodel.readthedocs.io
theme:
name: 'material'
repo_name: Skyscanner/pycfmodel
repo_url: https://github.com/Skyscanner/pycfmodel
nav:
- Home: index.md
- Reference:
- CFModel: "reference/cfmodel.md"
- Resources:
- All Resources: "reference/resources.md"
- Common Properties: "reference/properties.md"
- Changelog: changelog.md
- Contributing: contributing.md
- Code of conduct: code_of_conduct.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
watch:
- pycfmodel/
extra_css:
- 'stylesheets/extra.css'
extra:
social:
- type: 'github'
link: 'https://github.com/Skyscanner'
- type: 'twitter'
link: 'https://twitter.com/skyscannereng'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/skyscanner/'