-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
58 lines (50 loc) · 1.4 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
site_name: reNgine
site_author: Yogesh Ojha
site_url: https://rengine.wiki
site_description: reNgine is an automated reconnaissance framework meant for information gathering during penetration testing of web applications. reNgine has customizable scan engines, which can be used to scan the websites, endpoints, and gather information.
copyright: "Copyright © 2023 Yogesh Ojha"
repo_url: https://github.com/yogeshojha/rengine
repo_name: reNgine
theme:
name: material
custom_dir: docs/overrides
logo: static/logo.png
icon:
repo: fontawesome/brands/github
favicon: static/favicon.ico
palette:
scheme: light
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.instant
nav:
- Home: index.md
- Getting Started: getting-started.md
- Usage: usage/index.md
- Scan Engine Configuration: usage/scan_engine.md
- Changelog: changelog.md
# - API: api/index.md
markdown_extensions:
- meta
- toc:
permalink: true
- attr_list
- admonition
- pymdownx.tabbed
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/yogeshojha/rengine
- icon: fontawesome/brands/discord
link: https://discord.gg/H6WzebwX3H
- icon: fontawesome/brands/twitter
link: https://twitter.com/ojhayogesh11
extra_css:
- assets/style.css
plugins:
- search
- badges