-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
166 lines (161 loc) · 4.5 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
site_name: Un Rinconcito donde contar lo que quiera
site_description: A blog about Azure, DevOps and other stuff
site_author: Rafael Fernández
site_url: https://rfernandezdo.github.io
theme:
name: material
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.sections
- navigation.top
- navigation.tracking
- toc.integrate
- toc.nested
- toc.smoothscroll
- footer
- content.code.copy
- content.code.select
- content.code.annotate
- content.tooltips
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/rafaelfernandezd/
name: LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/rfernandezdo
name: GitHub
- icon: fontawesome/solid/square-rss
link: https://rfernandezdo.github.io/feed_rss_created.xml
name: RSS feed
alternate:
# Original Language
- name: English
lang: en
link: https://rfernandezdo-github-io.translate.goog/?_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=wapp # Google Translate link
# Extra languages
- name: Spanish
lang: es # Language code
link: https://rfernandezdo-github-io.translate.goog/?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp # Google Translate link
# _x_tr_sl = source language
# _x_tr_tl = translation language
copyright: Copyright © 2023-now Rafael Fernández
plugins:
- search
- markmap:
base_path: docs
encoding: utf-8
file_extension: .mm.md
- mermaid2:
version: 11.2.0
- table-reader
- blog:
archive: true
archive_toc: true
archive_name: Archive
archive_date_format: yyyy/MM
archive_url_date_format: yyyy/MM
archive_url_format: "{date}"
- tags:
tags_file: blog/tags.md
- rss:
match_path: blog/posts/.*/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- minify:
minify_html: false
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: false
cache_safe: true
- glightbox:
zoomable: true
draggable: true
skip_classes:
- skip-lightbox
#- meta in insiders, review in next release
- social
hooks:
- scripts/splitMCSB.py
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
nav:
- Blog:
- blog/index.md
- blog/tags.md
- About: index.md
- Contributions: contributions.md
- Azure:
- Security:
- MCSB:
- Azure/Security/MCSB/Readme.md
- Azure/Security/MCSB/Asset Management.md
- Azure/Security/MCSB/Backup and Recovery.md
- Azure/Security/MCSB/Data Protection.md
- Azure/Security/MCSB/DevOps Security.md
- Azure/Security/MCSB/Endpoint Security.md
- Azure/Security/MCSB/Governance and Strategy.md
- Azure/Security/MCSB/Identity Management.md
- Azure/Security/MCSB/Incident Response.md
- Azure/Security/MCSB/Logging and Threat Detection.md
- Azure/Security/MCSB/Network Security.md
- Azure/Security/MCSB/Posture and Vulnerability Mgmt.md
- Azure/Security/MCSB/Privileged Access.md
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js