-
Notifications
You must be signed in to change notification settings - Fork 55
/
mkdocs.yml
49 lines (44 loc) · 1.21 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
site_name: CFRipper
site_description: "Library and CLI tool for analysing CloudFormation templates and check them for security compliance."
strict: true
site_url: https://cfripper.readthedocs.io
theme:
name: 'material'
logo: 'img/logo.png'
favicon: 'img/favicon.ico'
features:
- instant
- navigation.expand
- search.highlight
repo_name: Skyscanner/cfripper
repo_url: https://github.com/Skyscanner/cfripper
nav:
- Home: index.md
- CLI: cli.md
- Default rules: rules.md
- Writing your own rules: plugin.md
- Rule Config: rule_config_and_filters.md
- Examples: examples.md
- Changelog: changelog.md
- Contributing: contributing.md
- Code of conduct: code_of_conduct.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
plugins:
- search
- macros:
module_name: docs
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/Skyscanner'
name: 'Skyscanner on Github'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/skyscannereng'
name: 'Skyscanner on twitter'
- icon: fontawesome/brands/linkedin
link: 'https://www.linkedin.com/company/skyscanner/'
name: 'Skyscanner on linkedin'