forked from DavidDikker/endgame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (40 loc) · 1.09 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
site_name: Endgame
site_url: https://endgame.readthedocs.io/
repo_url: https://github.com/salesforce/endgame/
theme: material
use_directory_urls: true
markdown_extensions:
- codehilite
- tables
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- endgame/
extra_css:
- custom.css
nav:
- Home: 'index.md'
- Installation: 'installation.md'
- Tutorial: 'tutorial.md'
- "<b>Risks</b>":
- CloudWatch: 'risks/cloudwatch.md'
- Elastic Block Store (EBS): 'risks/ebs.md'
- Elastic Container Registry (ECR): 'risks/ecr.md'
- Elastic File System (EFS): 'risks/elasticfilesystem.md'
- ElasticSearch: 'risks/elasticsearch.md'
- Glacier Vaults: 'risks/glacier.md'
- IAM Roles: 'risks/iam.md'
- KMS Keys: 'risks/kms.md'
- Lambda: 'risks/lambda.md'
- Secrets Manager: 'risks/secretsmanager.md'
- SES: 'risks/ses.md'
- SNS: 'risks/ses.md'
- SQS: 'risks/sqs.md'
- "<b>Contributing</b>":
- Contributing: 'contributing/contributing.md'