forked from PagerDuty/security-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 916 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 916 Bytes
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
# Project Information
site_name: PagerDuty Security Training
site_description: Public versions of PagerDuty's employee security training courses.
site_author: PagerDuty, Inc.
site_favicon: 'assets/img/icon.png'
site_url: https://sudo.pagerduty.com
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme: 'material'
theme_dir: 'theme'
extra_css: ['assets/css/extra.css']
extra:
logo: 'assets/img/icon.png'
cover: 'assets/img/cover.png'
palette:
primary: 'green'
accent: 'blue grey'
author:
github: 'PagerDuty'
twitter: 'PagerDuty'
# Contents
pages:
- Overview: 'index.md'
- For Everyone: 'for_everyone/index.md'
- For Engineers: 'for_engineers/index.md'
# Analytics
google_analytics: ['UA-8759953-1', 'auto']
# Extensions
markdown_extensions:
- toc(permalink=#)
- sane_lists:
- admonition:
- meta:
- pymdownx.extra:
- pymdownx.mark:
- pymdownx.tilde: