-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (32 loc) · 759 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
34 lines (32 loc) · 759 Bytes
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
site_name: Traverser
site_description: Evidence-based path traversal scanner
repo_url: https://github.com/ethercod3/traverser
repo_name: ethercod3/traverser
theme:
name: material
features:
- navigation.sections
- navigation.top
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/brightness-4
name: Swith to light mode
nav:
- Overview: index.md
- Usage: usage.md
- Development: development.md
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite