-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathmkdocs.yaml
47 lines (45 loc) · 1.14 KB
/
mkdocs.yaml
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
site_name: SwordPhish
copyright: Société Générale © 2024
repo_url: https://github.com/societe-generale/swordphish-awareness
repo_name: swordphish-awareness
theme:
name: material
logo: images/soc102c.png
features:
- navigation.tabs
- navigation.sections
- navigation.footer
- navigation.instant
- navigation.instant.prefetch
- content.action.edit
font:
text: Roboto
palette:
# Palette toggle for light mode
- scheme: default
primary: blue
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: blue
accent: amber
toggle:
icon: material/weather-night
name: Switch to light mode
nav:
- Getting Started: index.md
- User Guide:
- Campaigns: user/campaigns.md
- Templates: user/templates.md
- Targets: user/targets.md
- Users: user/users.md
- Setup:
- Installation: setup/installation.md
- Configuration: setup/configuration.md
- Docker: setup/docker.md
- Contribution: contrib/index.md
plugins:
- search