-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmkdocs.yml
43 lines (42 loc) · 1.04 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
site_name: BlueCloud Cyber Range
repo_url: https://github.com/iknowjason/BlueCloud
repo_name: iknowjason/BlueCloud
nav:
- Home: index.md
- Overview: overview.md
- Cost: cost.md
- Creds and Access : infrastructure.md
- Azure Install : azureinstall.md
- AWS Install : awsinstall.md
- Security Testing : apt.md
- References : references.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:
# Light mode
- green: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode test
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode