-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
49 lines (42 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
49
# Project Information
site_name: PagerDuty Automation for Incident Remediation Documentation
site_description: A discussion of the uses of automation in IT and its application to Incident Remediation. This guide is to help teams who want to use automation in the service of resolving incidents.
site_author: PagerDuty, Inc.
site_url: https://autoremediation.pagerduty.com/
# Repository
repo_url: https://github.com/PagerDuty/automated-remediation-docs
# Copyright
copyright: 'Copyright © PagerDuty, Inc.'
# Theme
theme:
name: pagerduty
title: 'Automation for Incident Response'
# Contents
nav:
- Home: 'index.md'
- Introduction: 'introduction.md'
- Use Cases for Automation in IT: 'use_cases.md'
- Automating the Response Process: 'ir_workflows.md'
- Automation for Incident Resolution: 'automation_ir.md'
- Getting Started: 'getting_started.md'
- Regulated Environments: 'regulated_envs.md'
- Challenges of Automation: 'challenges.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'