-
Notifications
You must be signed in to change notification settings - Fork 22
/
mkdocs.yml
62 lines (54 loc) · 1.82 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
# Project Information
site_name: PagerDuty Postmortem Documentation
site_description: A collection of information about the PagerDuty postmortem process and industry best practices. This guide will teach you how to build a culture of continuous learning, the most important components to include in your analysis, and how to conduct effective postmortem meetings.
site_author: PagerDuty, Inc.
site_url: https://postmortems.pagerduty.com/
# Repository
repo_url: https://github.com/pagerduty/postmortem-docs
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme:
name: pagerduty
title: 'Postmortems'
# Set default cover image
extra:
cover: assets/img/covers/default.png
# Contents
nav:
- Home: 'index.md'
- What Is a Postmortem: 'what_is.md'
- Blameless Culture:
- The Blameless Postmortem: 'culture/blameless.md'
- How to Introduce Postmortems: 'culture/introduce.md'
- Information Sharing: 'culture/sharing.md'
- Accountability: 'culture/accountability.md'
- How to Write a Postmortem:
- Step by Step: 'how_to_write/writing.md'
- Tips for Effective Postmortems: 'how_to_write/effective_postmortems.md'
- The Postmortem Meeting: 'meeting.md'
- Next Steps: 'next_steps.md'
- Resources:
- Template: 'resources/post_mortem_template.md'
- Checklist: 'resources/checklist.md'
- Analysis Questions: 'resources/analysis.md'
- Examples: 'resources/examples.md'
- Further Reading: 'resources/reading.md'
# Analytics
google_analytics: ['UA-8759953-1', 'auto']
# Extensions
markdown_extensions:
- toc:
permalink: '#'
- sane_lists:
- admonition:
- meta:
- pymdownx.details:
- pymdownx.extra:
- pymdownx.mark:
- pymdownx.tilde:
- pymdownx.highlight:
- pymdownx.superfences:
- pymdownx.tabbed:
# Development URL, bind to local only.
dev_addr: '127.0.0.1:8000'