forked from aws-samples/aws-security-hub-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (45 loc) · 2.35 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: Integration, Prioritization, and Response with AWS Security Hub
site_short_name: Security Hub Workshop
site_description: 'AWS Security Hub allows you to centrally view and manage security alerts and automate security checks across AWS accounts. This workshop provides hands on experience with the full functionality that Security Hub provides. Your workshop starts with a guided tour of the Security Hub UI and its features. Next, you will integrate security findings from AWS services, learn how to integrate 3rd party security findings for your AWS environment, and build out your own custom security finding integration. Finally, you will respond to the security findings in your environment by taking action via manual and automated response techniques.'
site_author: '[email protected]'
site_url: 'https://security-hub-workshop.awssecworkshops.com/'
# Repository
repo_name: 'aws-samples/aws-security-hub-workshop'
repo_url: 'https://github.com/aws-samples/aws-security-hub-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:
font: false
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 0: Environment Build': '00-environment-setup.md'
- 'Module 1: Security Hub Walkthrough': '01-security-hub-walk-through.md'
- 'Module 2: Custom Insights & Findings': '02-custom-insights-findings.md'
- 'Module 3: Remediation & Response': '03-remediation-and-response.md'
- 'Module 4: Enrichment & Integration': '04-enrichment-and-integration.md'
- Contributing: 'contribute.md'
- License: 'LICENSE'