forked from cheedep/aws-security-workshops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
58 lines (48 loc) · 1.51 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
53
54
55
56
# Project information
site_name: Security Workshops
site_description: 'A collection of AWS Security related workshops'
site_author: '[email protected]'
site_url: 'https://awssecworkshops.com'
# Repository
repo_name: 'aws-samples/aws-security-workshops'
repo_url: 'https://github.com/aws-samples/aws-security-workshops'
# 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
static_templates:
- 404.html
logo: 'assets/images/aws_smile_logo.png'
favicon: 'assets/images/aws-favicon.ico'
features:
- tabs
font: false
# 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:
- Home: 'index.md'
- Getting Started: 'getting-started.md'
- Builder Sessions:
- Directory: 'builder-sessions.md'
- Workshops:
- Directory: 'workshops.md'
- Contributing: 'contribute.md'
- License: 'license.md'