forked from dronesploit/dronesploit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
25 lines (25 loc) · 704 Bytes
/
mkdocs.yml
File metadata and controls
25 lines (25 loc) · 704 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
site_name: "DroneSploit - A Metasploit-like console for hacking drones"
repo_url: https://github.com/dhondta/dronesploit
site_author: dhondta
docs_dir: docs
pages:
- Introduction: index.md
- 'Quick Start': quickstart.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: alexandre.dhondt@gmail.com
theme: readthedocs
extra_javascript:
- js/collapsible-navbar.js
use_directory_urls: false
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.details
- toc:
permalink: True