forked from osmedeus/v4-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (93 loc) · 2.68 KB
/
mkdocs.yml
File metadata and controls
98 lines (93 loc) · 2.68 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: Osmedeus Next Generation - A Workflow Engine for Offensive Security
site_url: https://docs.osmedeus.org/
site_description: Osmedeus Next Generation
docs_dir: src
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: static/images/favicon.png
favicon: static/images/favicon.png
font:
code: Roboto Mono
extra:
homepage: https://docs.osmedeus.org/
features:
- navigation.tabs
- announce.dismiss
- announce.autohide
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.tracking
- navigation.instant
- navigation.top
- content.tabs.link
- toc.integrate
- pymdownx.snippets
extra_css:
- static/stylesheets/extra.css
copyright: <a href="https://twitter.com/j3ssiejjj">Copyright © 2021 Ai Ho (a.k.a j3ssie)</a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/osmedeus
name: Osmedeus on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/OsmedeusEngine
name: Osmedeus on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ai-ho/
name: j3ssie on linkedin
- icon: fontawesome/brands/patreon
link: https://www.patreon.com/j3ssie
name: j3ssie on patreon
analytics:
provider: google
property: UA-109222024-1
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- def_list
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Setup Token & API Key: installation/token.md
- Setup for Distributed Scan: installation/cloud-setup.md
- Usage: installation/usage.md
- Architecture:
- Overview: architecture.md
- Detail Structure of Osmedeus: structure.md
- Workflow:
- Understand the Workflow: workflow.md
- Parameters: workflow/parameters.md
- Customize Your Own Workflow: workflow/customize-your-own-workflow.md
- Scripts:
- Defination: references/scripts.md
- IO Scripts: references/io-utils.md
- Git Scripts: references/git-scripts.md
- Notification Scripts: references/noti-scripts.md
- Premium Package:
- What is Premium Package?: premium.md
- Donation: donation.md
- FAQ: faq.md