-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
63 lines (63 loc) · 2.18 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
---
site_name: CodeTotal by OX Security
site_url: https://codetotal.io
repo_url: https://github.com/oxsecurity/codetotal
edit_uri: tree/main/docs
site_author: Nicolas Vuillamy
site_description: CodeTotal analyzes any snippet, file, or repository to detect possible security flaws such as secret in code, open source vulnerability, code security, vulnerability, insecure infrastructure as code, and potential legal issues with open source licenses.
copyright: Copyright © 2023 <a href="https://www.ox.security/?ref=codetotal" target= "_blank">OX Security</a>
theme:
name: material
font:
text: Satoshi, sans-serif
custom_dir: docs/overrides
features:
- navigation.instant
- navigation.footer
logo: assets/images/ox-icon.jpg
favicon: assets/images/ox-icon.jpg
palette:
primary: white
plugins:
- glightbox
- search
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets:
base_path: docs
check_paths: true
- mdx_truly_sane_lists
- attr_list
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js
- javascripts/tables.js
- javascripts/gtag.js
# - javascripts/version-mike.js
- javascripts/quickfixes.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/ox-security/
- icon: fontawesome/regular/circle-question
link: https://github.com/oxsecurity/codetotal/issues
title: Need help ? Post an issue :)
- icon: fontawesome/brands/github
link: https://github.com/oxsecurity/codetotal
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/oxsecurity/codetotal
generator: false
nav:
- "Home": "index.md"
- "Quick Start": "quick-start.md"
- "Security linters": "security-linters.md"
- "Contribute": "contributing.md"
- "License":
- "AGPL V3 License": "license.md"
- "License explanations": "license-explanations.md"
- "Changelog": "CHANGELOG.md"
- "MegaLinter WebSite": "https://megalinter.io"
- "OX Security WebSite": "https://ox.security?ref=codetotal"