forked from iknowjason/PurpleCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (48 loc) · 1.28 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
site_name: Hybrid + Identity Cyber Range
repo_url: https://github.com/iknowjason/PurpleCloud
repo_name: iknowjason/PurpleCloud
nav:
- Home: index.md
- Overview: overview.md
- Installation : install.md
- Tool Usage:
- Azure AD lab: tools/aad.md
- Active Directory, Velociraptor, SIEM: tools/ad.md
- Sentinel lab: tools/sentinel.md
- Storage lab: tools/storage.md
- Managed Identity lab: tools/midentity.md
- Phishing App: tools/phishing_app.md
- ADFS lab: tools/adfs.md
- AAD Join: tools/aadjoin.md
- Cost: cost.md
- References : references.md
- Roadmap Ideas : future.md
- Credits : credits.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.tabs
font:
text: Roboto
palette:
- green: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode