forked from Michaels72/aws-ml-detection-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (41 loc) · 1.47 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
# Project information
site_name: Using ML with Amazon SageMaker & GuardDuty to identify anomalous traffic
site_description: This workshop shows how you can use an IP-based machine learning algorithm with Amazon SageMaker to augment and enrich findings from AWS Security services such as Amazon GuardDuty. You'll learn how to load the notebook in SageMaker, train the model, and score findings to determine abnormality of the activity.
site_author: '[email protected]'
site_url: 'http://ml-threat-detection.awssecworkshops.com/'
# Repository
repo_name: 'aws-samples/aws-ml-detection-workshop'
repo_url: 'https://github.com/aws-samples/aws-ml-detection-workshop'
# Copyright
copyright: '© 2019, 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'
feature:
tabs: true
custom_dir: 'docs/theme'
# Customization
extra_css:
- 'stylesheets/custom.css'
extra:
social:
- type: 'home'
link: 'https://awssecworkshops.com'
- type: 'shield'
link: 'https://aws.amazon.com/security/'
- type: 'twitter'
link: 'https://twitter.com/awssecurityinfo?lang=en'
- type: 'rss'
link: 'https://aws.amazon.com/blogs/security/'
# Extensions
markdown_extensions:
- admonition
- codehilite
- pymdownx.details
# Navigation
nav:
- Workshop: 'index.md'
- Contributing: 'contribute.md'
- License: 'license.md'