forked from dhondta/dronesploit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (36 loc) · 898 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
site_name: "DroneSploit - A Metasploit-like console for hacking drones"
repo_url: https://github.com/dhondta/dronesploit
site_author: dhondta
docs_dir: docs
nav:
- Introduction: index.md
- 'Quick Start': quickstart.md
- 'New Modules': newmodules.md
- Scenarios: scenario.md
- Scenarios:
- 'Hobbico C-me - Changing SSID': scenarios/hobbico-cme.md
- 'Hobbico Flitt - Power Off': scenarios/hobbico-flitt.md
- 'DJI Tello - Landing': scenarios/dji-tello.md
extra:
mailto: [email protected]
theme:
name: readthedocs
locale: en
highlightjs: true
navigation_depth: 8
collapse_navigation: true
hljs_languages:
- yaml
- python
- console
extra_javascript:
- js/collapsible-navbar.js
- js/theme.js
use_directory_urls: false
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.details
- toc:
permalink: True