-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
181 lines (171 loc) · 5.3 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
site_name: Cervantes
site_author: Ruben Mesquida
site_url: https://example.com
site_description: >-
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location. By facilitating efficient data management and providing a unified workspace, Cervantes aims to significantly reduce the time and effort required in the coordination and execution of penetration testing activities.
# Copyright
copyright: Copyright © Ruben Mesquida 2016 - 2024 OWASP Cervantes
# Repository
repo_name: CervantesSec/cervantes
repo_url: https://github.com/CervantesSec/cervantes
#Theme
theme:
name: material
logo: assets/logo.png
custom_dir: overrrides
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.footer
- search
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: deep purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep purple
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
# Additional configuration
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/CervantesSec
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/owasp-cervantes/
- icon: fontawesome/regular/compass
link: https://owasp.org/www-project-cervantes/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/repository/docker/mesq/cervantes/general
- icon: fontawesome/solid/paper-plane
link: mailto:ruben.mesquida@owasp.org
- icon: fontawesome/brands/discord
link: https://discord.gg/BvzNjT3Qzc
- icon: fontawesome/brands/twitter
link: https://twitter.com/Cervantes_Sec
consent:
#title: Cookie consent
#description: >-
#We use cookies to recognize your repeated visits and preferences, as well
#as to measure the effectiveness of our documentation and whether users
#find what they're searching for. With your consent, you're helping us to
#make our documentation better.
#alternate:
#- name: English
#link: /en/
#lang: en
#- name: Spanish
#link: /es/
#lang: es
generator: false
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Plugins
plugins:
- search
- tags
- social
- offline
- render_swagger
nav:
- Home: index.md
- Features: features.md
- Getting started:
- Installation: getting-started/index.md
- Default User and Password: getting-started/password.md
- Https: getting-started/https.md
- Integrations: getting-started/integrations.md
- Kestrel: getting-started/kestrel.md
- Guide:
- guide/index.md
- Dashboard: guide/dashboard.md
- Profile: guide/profile.md
- Calendar: guide/calendar.md
- Clients: guide/clients.md
- Projects: guide/projects.md
- Workspaces: guide/workspaces.md
- Tasks: guide/tasks.md
- Vulnerabilities: guide/vulns.md
- Jira: guide/jira.md
- Knowledge Base: guide/knowledge-base.md
- Documents: guide/documents.md
- Notes: guide/notes.md
- Targets: guide/targets.md
- Vaults: guide/vaults.md
- Checklists: guide/checklists.md
- Report Templates: guide/templates.md
- Report Components: guide/components.md
- Logs: guide/logs.md
- Jobs: guide/jobs.md
- Backup: guide/backup.md
- Organization: guide/organization.md
- Users: guide/users.md
- Roles: guide/roles.md
- FAQ: faq.md
- Reference:
- reference/index.md
- Editor Syntax: reference/syntax.md
- General Reports Reference: reference/general.md
- WSTG Reports Reference: reference/wstg.md
- MASTG Reports Reference: reference/mastg.md
- API Reference: reference/api.md
- Contribute: contribute.md
- Changelog: changelog.md
- License: license.md
- Thanks To:
- thanks/index.md
- Contributors: thanks/contributors.md
- Libraries: thanks/libraries.md
- Contact Us: contact.md