forked from PagerDuty/retrospectives-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
49 lines (41 loc) · 1.36 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 Retrospectives Documentation
site_description: A collection of information about the PagerDuty retrospectives process and industry best practices. This guide will teach you how to build a culture that encourages retrospectives, the most important components to include in your retros, and how to conduct effective retrospective meetings.
site_author: PagerDuty, Inc.
site_url: https://www.pagerduty.co.jp/ops-guides/retrospectives/
# Repository
repo_url: https://github.com/pagerduty/retrospectives-docs-ja
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme:
name: pagerduty
title: 'Retrospectives'
# Contents
nav:
- Home: 'index.md'
- Getting Started: 'getting_started.md'
- Planning The Retrospective: 'planning.md'
- During The Retrospective: 'during.md'
- After The Retrospective: 'after.md'
- Training For The Facilitator: 'facilitator_training.md'
- Next Steps: 'next_steps.md'
- Additional Resources: 'resources.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'