-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
58 lines (53 loc) · 2.38 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
site_name: OWASP Security Champions
site_description: Our goal is to create an open-source, vendor-neutral guidebook for AppSec professionals to help them build and improve their own successful Security Champion programs.
site_url: https://securitychampions.owasp.org/
repo_name: OWASP/Security-Champions
repo_url: https://github.com/OWASP/Security-Champions
copyright: This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution Share Alike 4.0 International license</a>.
theme:
name: material
language: en
logo: assets/images/OWASP_Logo_Transp.png
favicon: assets/images/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- def_list
plugins:
- open-in-new-tab
nav:
- Introduction: index.md
- Manifesto: manifesto.md
- Principles:
- 1. Be passionate about security: principles/01_Be_passionate_about_security.md
- 2. Start with a clear vision for your program: principles/02_Start_with_a_clear_vision_for_your_program.md
- 3. Secure management support: principles/03_Secure_management_support.md
- 4. Nominate a dedicated captain: principles/04_Nominate_a_dedicated_captain.md
- 5. Trust your champions: principles/05_Trust_your_champions.md
- 6. Create a community: principles/06_Create_a_community.md
- 7. Promote knowledge sharing: principles/07_Promote_knowledge_sharing.md
- 8. Reward responsibility: principles/08_Reward_responsibility.md
- 9. Invest in your champions: principles/09_Invest_in_your_champions.md
- 10. Anticipate personnel changes: principles/10_Anticipate_personnel_changes.md
- Artifacts: artifacts.md
- Team: team.md
- References: references.md
- Project page: https://owasp.org/www-project-security-champions-guidebook/
- LinkedIn: https://www.linkedin.com/company/owasp-security-champions-guide/
- Hall of Fame: halloffame.md