-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
84 lines (80 loc) · 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
site_name: OWASP Operational Technology (OT) Top 10
site_url: https://ot.owasp.org
repo_url: https://github.com/OWASP/www-project-operational-technology-top-10
theme:
name: material
features:
- navigation.sections
- navigation.tracking
- navigation.path
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/OWASP/www-project-operational-technology-top-10
analytics:
provider: google
property: G-MGPB7M04WE
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 style="font-size: smaller">
© OWASP Foundation 2024. 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 style="font-size: smaller">OWASP ® is a registered trademark of the OWASP Foundation, Inc.</span> <span>This website uses cookies to analyze our traffic and only share that information with our analytics partners. <a href="https://github.com/OWASP/owasp-mastg/blob/master/about_cookies.md">Learn more</a>.</span>
nav:
- 'Introduction':
- index.md
- 'About OWASP': introduction/about-owasp.md
- 'How to contribute?': introduction/contributing.md
- 'Contributors': introduction/contributors.md
- 'Related OWASP Projects': introduction/related-owasp-projects.md
- 'Operation Technology (OT)':
- background-ot/index.md
- 'OT and IT': background-ot/ot-vs-it.md
- "OT for IT Sec People": background-ot/ot_for_itsec_people.md
- "IT Sec for OT People": background-ot/itsec_for_ot_people.md
- 'Standards and Regulations': background-ot/related-standards.md
- 'The Top 10':
- the-top-10/index.md
- "WIP: Template" : the-top-10/template.md
- "WIP: Top 10s?" : the-top-10/items.md
- "1. TBD": the-top-10/1.md
- "2. TBD": the-top-10/2.md
- "3. TBD": the-top-10/3.md
- "4. TBD": the-top-10/4.md
- "5. TBD": the-top-10/5.md
- "6. TBD": the-top-10/6.md
- "7. TBD": the-top-10/7.md
- "8. TBD": the-top-10/8.md
- "9. TBD": the-top-10/9.md
- "10. TBD": the-top-10/10.md
- 'Appendix':
- 'WIP: How to Test': appendix/how-to-test.md
- 'WIP: Glossary': appendix/glossary.md