-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
110 lines (110 loc) · 2.43 KB
/
Copy pathmkdocs.yml
File metadata and controls
110 lines (110 loc) · 2.43 KB
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
104
105
106
107
108
109
110
site_name: FedRAMP Commercial Compliance Docs
theme:
name: material
features:
- navigation.tabs
- navigation.indexes
- content.code.annotate
- search.highlight
icon:
logo: material/book-open-page-variant # Shows next to title
favicon: images/favicon.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-2
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
plugins:
- search
- document-dates:
position: top
date_format: '%m-%d-%Y'
show_author: true
exclude:
- index.md
- overview.md
- howto/index.md
- tags:
tags_allowed:
- keycloak
- splunk
- dynatrace
- onboarding
- cert-rotation
- hive
- stig
- aws
- app-interface
- backplane
- vpn
- offboarding
- compliance
- goalert
- rosa
- terraform
- appgate
- nessus
- pentest
- annual-assessment
- certman
- appsre
- stackarmor
- jenkins
- s3
- cloudtrail
- vpc
- ec2
- route53
- iam
- prometheus
- vault
- ocm
- graphql
- viscocity
- sts
- osde2e
- machineconfig
- chrony
- nlb
- logging
- drawio:
toolbar: true # control if hovering on a diagram shows a toolbar for zooming or not (default: true)
tooltips: true # control if tooltips will be shown (default: true)
edit: true # control if edit button will be shown in the lightbox view (default: true)
border: 10 # increase or decrease the border / margin around your diagrams (default: 0)
darkmode: true # support darkmode. allows for automatic switching between dark and lightmode based on the theme toggle. (default: false)
docs_dir: docs/ # Gitlab repo dir
#repo_url: https://github.com/mblanco474/mkdocs-demo
use_directory_urls: true
#repo_name: mkdocs-demo
markdown_extensions:
- toc:
toc_depth: '2-3'
- attr_list
- md_in_html
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
validation:
omitted_files: warn
absolute_links: ignore # Or 'relative_to_docs' - new in MkDocs 1.6
unrecognized_links: ignore
anchors: ignore
nav:
omitted_files: ignore
extra_css:
- custom.css
nav:
- Home:
- index.md