forked from OWASP/owasp-mastg
-
Notifications
You must be signed in to change notification settings - Fork 31
/
mkdocs.yml
120 lines (114 loc) · 3.49 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
site_name: OWASP Mobile Application Security
repo_url: https://github.com/OWASP/owasp-mastg
repo_name: OWASP/owasp-mastg
# use_directory_urls: false # only set for mkdocs build
edit_uri: "" # disable edit button
nav:
- Home: index.md
- MASTG:
- MASTG.md
- Intro: MASTG/Intro
- General Guide: MASTG/General
- Android: MASTG/Android
- iOS: MASTG/iOS
- Tools: MASTG/Tools
- References: MASTG/References
- MASVS:
- MASVS.md
- Intro: MASVS/Intro
- Controls: MASVS/Controls
- Appendix: MASVS/Appendix
- "MAS Checklist": MAS_checklist.md
- "MAS Crackmes":
- crackmes.md
- crackmes
- news.md
- talks.md
- "⭐ Contribute":
- contributing.md
- contributing
- "💙 Donate":
- donate.md
- donate
- contact.md
copyright: |
<div style="float: left; padding-right: 1em;">
<a href="https://www.owasp.org"><img src="https://github.com/OWASP/owasp-mastg/blob/master/Document/Images/OWASP_logo_white.png?raw=true" width="100px" /></a>
</div>
<span>
© OWASP Foundation 2022. This work is licensed under
<a href="https://creativecommons.org/licenses/by/4.0">CC-BY-4.0</a>. For any reuse or distribution, you must make clear to others the license terms of this work.
</span><br><span>OWASP ® is a registered trademark of the OWASP Foundation, Inc.</span>
<div style="color: #6a6868"><span>Made with</span> <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a> | <i>Website designed by Carlos Holguera.</i></div>
theme:
name: material
# custom_dir: docs/overrides
logo: assets/logo_circle.png
favicon: assets/logo_circle.png
icon:
repo: fontawesome/brands/github
features:
- search.suggest
- search.share
- toc.integrate
- navigation.instant
# - navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
palette:
# - primary: #499FFF
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
plugins:
- search
- include_dir_to_nav
- mermaid2
markdown_extensions:
- meta
- toc:
permalink: true
- attr_list
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.progressbar
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
generator: false # removed but recreated in copyright above
analytics:
provider: google
property: G-KWZRJV0S4P
social:
- icon: fontawesome/brands/slack
link: https://owasp.slack.com/messages/project-mobile_omtg/details/
- icon: fontawesome/brands/twitter
link: https://twitter.com/OWASP_MAS
- icon: fontawesome/brands/github
link: https://github.com/OWASP/owasp-mastg/discussions
# - icon: fontawesome/solid/paper-plane
# link: mailto:[email protected]
# name: Carlos Holguera
# - icon: fontawesome/solid/paper-plane
# link: mailto:[email protected]
# name: Sven Schleier