-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (37 loc) · 960 Bytes
/
mkdocs.yml
File metadata and controls
42 lines (37 loc) · 960 Bytes
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
site_name: "CryptoAnalysis Documentation"
site_url: https://crossingtud.github.io/CryptoAnalysis/
repo_url: https://github.com/CROSSINGTUD/CryptoAnalysis/
edit_uri: edit/develop/docs/
nav:
- Home: index.md
- Getting Started:
- Installation and Setup: installation.md
- CogniCrypt<sub>SAST</sub> for Java: java-scanner.md
- CogniCrypt<sub>SAST</sub> for Android: android-scanner.md
- Error Types: error-types.md
- Examples: examples.md
- API: api.md
- Contributing: contributing.md
theme:
name: material
logo: ./img/logo.jpg
# favicon: ./img/icon.jpg
palette:
primary: light green
ascent: light blue
features:
- navigation.sections
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- admonition
- pymdownx.tabbed:
alternate_style: true
extra:
version:
provider: mike