forked from afrovera/aws-scaling-threat-detection-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (45 loc) · 2.31 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
43
44
45
46
47
48
49
50
51
52
# Project information
site_name: Scaling threat detection and response in AWS
site_short_name: Scaling threat detection
site_description: 'This hands-on workshop is where you will learn about a number of AWS services involved with threat detection and response as we walk through real-world threat scenarios. Learn about the threat detection capabilities of Amazon GuardDuty, Amazon Macie and AWS Security Hub and the available response options. For each hands-on scenario, we review methods to detect and respond to threats using the following services: AWS CloudTrail, Amazon VPC flow logs, Amazon CloudWatch Events, Amazon Macie, AWS Lambda, Amazon Inspector, Amazon GuardDuty and Amazon Security Hub.'
site_author: '[email protected]'
#site_url: 'https://scaling-threat-detection.awssecworkshops.com/'
#site_url: 'https://awsrossw.github.io/aws-scaling-threat-detection-workshop/'
site_url: 'https://automating-threat-detection.awssecworkshops.com/'
# Repository
repo_name: 'aws-samples/aws-scaling-threat-detection-workshop'
repo_url: 'https://github.com/aws-samples/aws-scaling-threat-detection-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'
# 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'
- 'Module 1: Environment Build': '01-environment-setup.md'
- 'Module 2: Attack Simulation': '02-attack-simulation.md'
- 'Module 3: Detect & Respond': '03-detection-and-remediation.md'
- 'Module 4: Discussion': '04-review-and-discussion.md'
- Contributing: 'contribute.md'
- License: 'license.md'