-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 752 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (30 loc) · 752 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
# Project information
site_name: BadDNS Docs
site_url: https://blacklanternsecurity.github.io/baddns/
site_author: Paul Mueller
site_description: Check subdomains for subdomain takeovers and other DNS tomfoolery
# Repository
repo_name: blacklanternsecurity/baddns
repo_url: https://github.com/blacklanternsecurity/baddns
# Page tree
nav:
- User Manual:
- Introduction: index.md
- Modules: modules.md
- Signatures: signatures.md
- Research: research.md
- Resources: resources.md
theme:
name: material
logo: logo-md.jpg
favicon: baddns.ico
features:
- content.code.copy
- navigation.tabs
- navigation.sections
- navigation.expand
- toc.integrate
palette:
- scheme: slate
extra_css:
- stylesheets/extra.css