-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
45 lines (39 loc) · 1023 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: Serverless Rules
site_description: Serverless Rules for checking infrastructure-as-code templates against serverless recommended practices.
site_author: Amazon Web Services
repo_url: https://github.com/awslabs/serverless-rules
repo_name: awslabs/serverless-rules
edit_uri: edit/develop/docs
nav:
- Homepage: index.md
- Rules: rules/index.md
- Usage guides:
- "With cfn-lint": cfn-lint.md
- "With tflint": tflint.md
- Contributing:
- "Creating rules": contributing/create_rule.md
theme:
name: material
palette:
scheme: default
primary: teal
accent: deep orange
logo: images/aws-logo-light.svg
favicon: images/aws-logo-light.svg
features:
- navigation.sections
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2021 Amazon Web Services