-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
103 lines (103 loc) · 2.48 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
92
93
94
95
96
97
98
99
100
101
102
103
site_name: cATO Playbook
site_url: https://rise8-us.github.io/cato-playbook
repo_url: https://github.com/rise8-us/cato-playbook
edit_uri: edit/main/docs/
repo_name: cato-playbook
theme:
name: material
custom_dir: docs/overrides
logo: images/r8.png
favicon: images/r8.png
# logo: images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.footer
- navigation.expand
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/rise8-us/cato-playbook
analytics:
provider: google
property: G-RZTRD0E336
extra_css: [extra.css]
markdown_extensions:
- abbr
- footnotes
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- admonition
plugins:
- search
- git-revision-date-localized:
type: iso_datetime
- with-pdf:
output_path: assets/cATO_Playbook.pdf
author: Rise8
copyright: © 2023
cover_subtitle: ""
toc_title: Table of Contents
toc_level: 1
ordered_chapter_level: 0
two_columns_level: 0
- print-site:
path_to_pdf: "assets/cATO_Playbook.pdf"
nav:
- README: 'index.md'
- 'Introduction':
- 'The Why': 'why.md'
- 'History': 'history.md'
- 'Laws and Regulations': 'laws.md'
- 'Myths': 'myths.md'
- 'misconceptions.md'
- 'Recommended Approach':
- 'Overview': 'overview.md'
- 'people.md'
- 'policy.md'
- 'Integrated Process & Technology':
- 'prepare.md'
- 'categorize.md'
- 'select.md'
- 'implement-assess.md'
- 'initial-auth.md'
- 'monitor.md'
- 'ongoing-auth.md'
- 'outcomes.md'
- 'community.md'
- 'Plays':
- 'organize.md'
- 'assessors.md'
- 'communications.md'
- 'ucd.md'
- 'education.md'
- 'mythbusting.md'
- 'sdlc.md'
- 'inheritance.md'
- 'modularity.md'
- 'grc-agreement.md'
- 'oscal.md'
- 'pipeline.md'
- 'implementation-workflow.md'
- 'integrate.md'
- 'document.md'
- 'sla.md'
- 'commit.md'
- 'runtime.md'
- 'dora.md'
- 'checks.md'
- 'advanced.md'
- 'zero-based.md'
- 'renewal.md'