forked from PagerDuty/operational-review-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (42 loc) · 1.29 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: PagerDuty Operational Reviews Documentation
site_description: A collection of information about PagerDuty customers run regular operational reviews with metrics. Not only how to run operational review meetings, but how to prepare, who to invite, and how to make them actionable.
site_author: PagerDuty, Inc.
site_favicon: 'assets/img/icon.png'
site_url: https://reviews.pagerduty.com
# Repository
repo_url: https://github.com/pagerduty/operational-review-docs
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme: 'material'
theme_dir: 'theme'
extra_css: ['assets/css/extra.css']
extra_javascript: ['js/github_forks.js']
extra:
logo: 'assets/img/icon.png'
cover: 'assets/img/cover.png'
palette:
primary: 'green'
accent: 'blue grey'
author:
github: 'PagerDuty'
twitter: 'PagerDuty'
# Contents
pages:
- Home: 'index.md'
- The Reviews:
- On-Call Review: 'reviews/oncall.md'
- Service Review: 'reviews/service.md'
- Business Review: 'reviews/business.md'
- Definitions: 'definitions.md'
- Using PagerDuty: 'using_pagerduty.md'
- Going Beyond: 'going_beyond.md'
- About: 'about.md'
# Analytics
google_analytics: ['UA-8759953-1', 'auto']
# Extensions
markdown_extensions:
- toc(permalink=#)
- sane_lists:
- admonition: