-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
140 lines (132 loc) · 3.77 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
# Most settings taken from https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types
site_name: "Defender Resource Hub"
site_url: https://alexverboon.github.io/DefenderResourceHub/
repo_url: https://github.com/alexverboon/DefenderResourceHub
# Left hand Navigation menu
nav:
- Microsoft Security stack:
- Microsoft EntraID: 'entraid.md'
- Microsoft Sentinel: 'sentinel.md'
- Microsoft Security Exposure Management: 'xspm.md'
- Microsoft Defender XDR: 'mdxdr.md'
- Microsoft Defender for Endpoint: 'mde.md'
- Microsoft Defender for Identity: 'mdi.md'
- Microsoft Defender for Office 365: 'mdo.md'
- Microsoft Defender for Cloud Apps: 'mdca.md'
- Microsoft Defender for Cloud: 'mdc.md'
- Microsoft Defender for IoT: 'mdiot.md'
- Microsoft Defender External Attack Surface Management: 'mdeasm.md'
- Microsoft Copilot for Security: 'securitycopilot.md'
- Microsoft Defender Threat and Vulnerability Management: 'mdtvm.md'
- Microsoft Threat Intelligence: 'mdti.md'
- Podcasts & Newsletters: 'podcasts.md'
- Social Media: 'social.md'
- Webinars & Videos: 'videos.md'
- Learning & Training: 'learn.md'
- Books: 'books.md'
- GitHub: 'GitHub.md'
- About this Project: 'about.md'
# Configuration
repo_url: https://github.com/alexverboon/DefenderResourceHub
repo_name: "Defender Resource Hub"
theme:
name: material
language: en
icon:
repo: fontawesome/brands/git-alt
admonition:
<type>: octicons/alert-16 # material/alert
# custom_dir: !ENV [THEME_DIR, "material"]
# Default values, taken from mkdocs_theme.yml
features:
# - content.code.annotate
# - content.tabs.link
# - header.autohide
- navigation.expand
- navigation.indexes
- navigation.instant
#- navigation.sections
- navigation.tabs
#- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - toc.integrate
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to light mode
# font:
# text: Roboto
# code: Roboto Mono
#favicon: img/favicon.png
logo: img/defender.png
docs_dir: docs
# Plugins
plugins:
- search
#- simple
#- simple:
# include_extensions:
# - ".git/**"
#- git-authors:
# show_contribution: true
# show_line_count: true
# show_email_address: true
#- git-revision-date-localized:
# fallback_to_build_date: true
# enable_creation_date: true
# timezone: Australia/Perth
#- glightbox:
# auto_caption: true
#- social
#- awesome-list
#- table-reader - DON'T use, relys on pandas, too heavy for this
#- img2fig - Not needed
# - mermaid2
#- macros
#- minify
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/alexverboon
- icon: fontawesome/brands/twitter
link: https://twitter.com/alexverboon
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/verboonalex/
# Markdown Extensions
markdown_extensions:
- attr_list
- meta
- md_in_html
- admonition
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg