-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
43 lines (39 loc) · 877 Bytes
/
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: ARP Spoofer
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- search.highlight
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- API Reference: api.md
- Contributing: contributing.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- footnotes
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocstrings:
handlers:
python:
setup_commands:
- import sys
- sys.path.append("src")
repo_url: https://github.com/zeefxd/ARP-Spoofer