forked from blacklanternsecurity/bbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
67 lines (62 loc) · 1.65 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Project information
site_name: BBOT Docs
site_url: https://blacklanternsecurity.github.io/bbot/
site_author: TheTechromancer
site_description: >-
OSINT automation for hackers
# Repository
repo_name: blacklanternsecurity/bbot
repo_url: https://github.com/blacklanternsecurity/bbot
# Page tree
nav:
- Basics:
- Getting Started: index.md
- How it Works: how_it_works.md
- Comparison to Other Tools: comparison.md
- Scanning:
- Scanning Overview: scanning/index.md
- Events: scanning/events.md
- Output: scanning/output.md
- Tips and Tricks: scanning/tips_and_tricks.md
- Advanced Usage: scanning/advanced.md
- Configuration: scanning/configuration.md
- Modules:
- List of Modules: modules/list_of_modules.md
- Nuclei: modules/nuclei.md
- Contribution:
- How to Write a Module: contribution.md
- Misc:
- Release History: release_history.md
- Troubleshooting: troubleshooting.md
theme:
name: material
logo: bbot.png
features:
- content.code.copy
- navigation.sections
- navigation.expand
- toc.integrate
palette:
- scheme: slate
primary: black
accent: deep orange
plugins:
- search
- extra-sass
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: True
noclasses: True
pygments_style: github-dark
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js