# Project information
site_name: Data Protection on AWS
site_short_name: Data Protection
site_description: 'Workshop and sample code that builders can use for experiential learning of AWS services that provide data protection. Services such as AWS KMS, AWS ACM, Amazon Macie, AWS CloudHSM and others will be explored'
site_author: 'aws-security-workshops@amazon.com'
site_url: 'https://data-protection.awssecworkshops.com'
# Repository
repo_name: 'aws-samples/data-protection'
repo_url: 'https://github.com/aws-samples/data-protection'
# Copyright
copyright: 'Privacy | Site terms | © 2020, Amazon Web Services, Inc. or its affiliates. All rights reserved.'
# Configuration
theme:
name: 'mkdocs'
logo: 'assets/images/aws_smile_logo.png'
favicon: 'assets/images/aws-favicon.ico'
# 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
# Navigation
nav:
- Overview: 'index.md'
- Contributing: 'contribute.md'
- License: 'license.md'