# Project information
site_name: Busy Engineer's Document Bucket Workshop
site_description: 'An introduction to using AWS KMS and the AWS Encryption SDK'
site_author: 'aws-cryptools@amazon.com'
site_url: 'https://awssecworkshops.com'
# Repository
repo_name: 'aws-samples/busy-engineers-document-bucket'
repo_url: 'https://github.com/aws-samples/busy-engineers-document-bucket'
# Copyright
copyright: 'Privacy | Site terms | © 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:
- content.tabs.link
- tabs
font: false
# Customization
extra_css:
- 'stylesheets/custom.css'
extra:
social:
- icon: fontawesome/solid/house
link: https://awssecworkshops.com
- icon: fontawesome/solid/shield
link: https://aws.amazon.com/security/
- icon: fontawesome/brands/twitter
link: https://twitter.com/awssecurityinfo?lang=en
- icon: fontawesome/solid/square-rss
link: https://aws.amazon.com/blogs/security/
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- pymdownx.tabbed:
alternate_style: true
# Navigation
nav:
- Home: 'index.md'
- Getting Started: 'getting-started.md'
- 'Exercise 1': 'adding-the-encryption-sdk.md'
- 'Exercise 2': 'multi-kms-key.md'
- 'Exercise 3': 'encryption-context.md'
- 'Clean Up and Closing': 'clean-up-and-closing.md'
- 'Tips and Troubleshooting': 'tips-and-troubleshooting.md'