forked from PagerDuty/incident-response-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
71 lines (65 loc) · 2.28 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Project Information
site_name: MNX Solutions Incident Response Documentation
site_description: A collection of information about the MNX Solutions incident response process. Not only how to prepare new employees for on-call responsibilities, but also how to handle major incidents, both in preparation and after-work.
site_author: MNX Solutions, LLC.
site_favicon: 'assets/img/icon.png'
site_url: https://response.mnxsolutions.com
# Repository
repo_name: 'GitHub'
repo_url: https://github.com/mnx-solutions/incident-response-docs
# Copyright
copyright: 'Copyright © 2017 MNX Solutions, LLC.'
# 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'
font:
text: 'Colfax Regular'
code: 'Roboto Mono'
author:
github: 'mnx-solutions'
twitter: 'MNXSolutions'
# Contents
pages:
- Home: 'index.md'
- On-Call:
- Being On-Call: 'oncall/being_oncall.md'
- Alerting Principles: 'oncall/alerting_principles.md'
- Before an Incident:
- What is an Incident?: 'before/what_is_an_incident.md'
- Severity Levels: 'before/severity_levels.md'
# - Different Roles: 'before/different_roles.md'
# - Call Etiquette: 'before/call_etiquette.md'
# - Complex Incidents: 'before/complex_incidents.md'
- During an Incident:
- During an Incident: 'during/during_an_incident.md'
- Security Incident: 'during/security_incident_response.md'
- After an Incident:
- After an Incident: 'after/after_an_incident.md'
- Post-Mortem Process: 'after/post_mortem_process.md'
- Post-Mortem Template: 'after/post_mortem_template.md'
- Training:
- Overview: 'training/overview.md'
- Incident Commander: 'training/incident_commander.md'
- Deputy: 'training/deputy.md'
- Scribe: 'training/scribe.md'
- Subject Matter Expert: 'training/subject_matter_expert.md'
- Customer Liaison: 'training/customer_liaison.md'
- Glossary: 'training/glossary.md'
- Additional Resources:
- Reading: 'resources/reading.md'
# - ChatOps: 'resources/chatops.md'
- About: 'about.md'
# Analytics
#google_analytics: ['UA-8759953-1', 'auto']
# Extensions
markdown_extensions:
- toc(permalink=#)
- sane_lists:
- admonition: