-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
52 lines (45 loc) · 1.46 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
# Project Information
site_name: PagerDuty Full-Service Ownership Documentation
site_description: A collection of best practices for empowering engineers to own their code and services in production. This guide provides a step-by-step process to help teams implement and scale full-service ownership methodology across their organization.
site_author: PagerDuty, Inc.
site_url: https://ownership.pagerduty.com/
# Repository
repo_url: https://github.com/PagerDuty/full-service-ownership-docs
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme:
name: pagerduty
title: 'Full Service Ownership'
# Contents
nav:
- Home: 'index.md'
- Introduction: 'introduction.md'
- Digital Transformation: 'digital_transformation.md'
- Defining a Service: 'defining.md'
- Service Ownership Functions: 'functions.md'
- Lifecycle of a Service: 'lifecycle.md'
- Escalation Policies: 'escalations.md'
- On-Call Shifts: 'on-call.md'
- Tips for Getting Started: 'getting_started.md'
- Tips for Scaling: 'scaling.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'