This repository was archived by the owner on Jan 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (46 loc) · 1.69 KB
/
mkdocs.yml
File metadata and controls
53 lines (46 loc) · 1.69 KB
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
# Project information
site_name: Secrets Manager Builder Sessions
site_description: 'A collection of hands-on Builder Sesssions to learn about using Secrets Manager.'
site_author: 'aws-security-workshops@amazon.com'
site_url: 'https://secrets-manager.awssecworkshops.com/'
# Repository
repo_name: 'aws-samples/aws-secretsmgr-workshop'
repo_url: 'https://github.com/aws-samples/aws-secretsmgr-workshop'
# Copyright
copyright: '<a href="https://aws.amazon.com/privacy/" target="_blank">Privacy</a> | <a href="https://aws.amazon.com/terms/" target="_blank">Site terms</a> | © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.'
# Configuration
theme:
name: 'material'
logo: 'assets/images/aws_smile_logo.png'
favicon: 'assets/images/aws-favicon.ico'
features:
- tabs
# Customization
extra_css:
- 'stylesheets/custom.css'
extra:
social:
- icon: fontawesome/solid/home
link: https://awssecworkshops.com
- icon: fontawesome/solid/shield-alt
link: https://aws.amazon.com/security/
- icon: fontawesome/brands/twitter
link: https://twitter.com/awssecurityinfo?lang=en
- icon: fontawesome/solid/rss-square
link: https://aws.amazon.com/blogs/security/
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.details
# Navigation
nav:
- Overview: 'index.md'
- 'RDS and Fargate':
- 'Scenario': 'RDSFargate/index.md'
- 'Build phase': 'RDSFargate/build.md'
- 'RDS phase': 'RDSFargate/RDS.md'
- 'Fargate phase': 'RDSFargate/Fargate.md'
- 'Clean up phase': 'RDSFargate/cleanup.md'
- 'Contributing': 'contribute.md'
- 'License': 'https://github.com/aws-samples/aws-secretsmgr-workshop/blob/master/LICENSE'