forked from PagerDuty/incident-response-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
91 lines (82 loc) · 2.86 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# 项目信息
site_name: PagerDuty 事件响应文档
site_description: 关于 PagerDuty 事件响应流程的一系列信息。不仅包括如何为新员工准备待命职责,还包括如何处理重大事件,包括准备和事后工作。
site_author: PagerDuty, Inc.
site_url: https://response.pagerduty.com/
# 仓库
repo_url: https://github.com/pagerduty/incident-response-docs
# 版权
copyright: '版权所有 © PagerDuty, Inc.'
# 主题
theme:
name: 'pagerduty'
title: '事件响应'
# 设置默认封面图片
extra:
cover: assets/img/covers/default.png
# 主题覆盖和针对此站点的自定义设置
extra_css: ['assets/css/custom.css']
# 内容
nav:
- 首页: 'index.md'
- 入门指南: 'getting_started.md'
- 待命:
- 待命职责: 'oncall/being_oncall.md'
- 谁在待命?: 'oncall/whos_oncall.md'
- 告警原则: 'oncall/alerting_principles.md'
- 事件前:
- 什么是事件?: 'before/what_is_an_incident.md'
- 严重性级别: 'before/severity_levels.md'
- 不同角色: 'before/different_roles.md'
- 通话礼仪: 'before/call_etiquette.md'
- 复杂事件: 'before/complex_incidents.md'
- 事件中:
- 事件处理: 'during/during_an_incident.md'
- 外部沟通指南: 'during/external_communication_guidelines.md'
- 安全事件: 'during/security_incident_response.md'
- 事件后:
- 事件后处理: 'after/after_an_incident.md'
- 事后分析流程: 'after/post_mortem_process.md'
- 事后分析模板: 'after/post_mortem_template.md'
- 有效的事后分析: 'after/effective_post_mortems.md'
- 危机响应:
- 危机响应介绍: 'crisis/crisis_intro.md'
- 术语: 'crisis/terms.md'
- 危机领导: 'crisis/leadership.md'
- 危机响应操作: 'crisis/operations.md'
- 危机前阶段: 'crisis/prework.md'
- PagerDuty 用于危机响应操作: 'crisis/pagerduty.md'
- 培训:
- 培训概览: 'training/overview.md'
- 事件指挥官: 'training/incident_commander.md'
- 副指挥官: 'training/deputy.md'
- 记录员: 'training/scribe.md'
- 主题专家: 'training/subject_matter_expert.md'
- 客户联络员: 'training/customer_liaison.md'
- 内部联络员: 'training/internal_liaison.md'
- 术语表: 'training/glossary.md'
- 培训课程:
- 事件响应: 'training/courses/incident_response.md'
- 其他资源:
- 阅读材料: 'resources/reading.md'
- ChatOps: 'resources/chatops.md'
- 反模式: 'resources/anti_patterns.md'
- 关于: 'about.md'
# 分析
google_analytics: ['UA-8759953-1', 'auto']
# 扩展
markdown_extensions:
- toc:
permalink: '#'
- sane_lists:
- admonition:
- meta:
- pymdownx.details:
- pymdownx.extra:
- pymdownx.mark:
- pymdownx.tilde:
- pymdownx.highlight:
- pymdownx.superfences:
- pymdownx.tabbed:
# 开发 URL,仅绑定到本地。
dev_addr: '127.0.0.1:8000'