forked from aws-ia/taskcat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (47 loc) · 1.22 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
site_name: taskcat
site_author: 'Tony Vattathil, Jay McConnell, Andrew Glenn'
site_description: Project documentation for taskcat python class.
site_url: https://aws-quickstart.github.io/taskcat/
#site_favicon: 'images/favicon.png'
docs_dir: docs
repo_url: https://github.com/aws-quickstart/taskcat
theme:
name: material
palette:
primary: 'Light Green'
accent: 'Blue Gray'
font:
text: 'Roboto'
code: 'Roboto Mono'
nav:
- Home: README.md
- API: apidocs/taskcat/index.html
extra:
logo: images/logo.png
social:
- type: 'github'
link: 'https://github.com/aws-quickstart/taskcat'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/tonyvattathil/'
markdown_extensions:
- toc:
permalink: true
- codehilite
- markdown.extensions.admonition
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- admonition