-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
171 lines (137 loc) · 4 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
---
edit_uri: edit/main/docs/
site_url: https://gh-devsecops.github.io/fundamentals
site_name: GitHub DevSecOps Fundamentals
site_author: Igwe Kalu <[email protected]>
site_description: GitHub DevSecOps Fundamentals | Workshop
remote_name: origin
remote_branch: gh-pages
repo_url: https://github.com/gh-devsecops/fundamentals/
repo_name: GitHub Repository
theme:
name: material
custom_dir: theme.override/
icon:
logo: simple/githubactions
# edit: material/pencil
# view: material/eye
favicon: assets/img/favicon.ico
locale: en
palette:
# Palette toggle for automatic mode
- toggle:
icon: material/brightness-auto
name: Switch to dark mode
media: "(prefers-color-scheme)"
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to system preference
media: "(prefers-color-scheme: light)"
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
media: "(prefers-color-scheme: dark)"
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- content.tooltips
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
plugins:
- search
- minify:
minify_html: true
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- codehilite:
linenums: true
guess_lang: false
- toc:
permalink: true
separator: "-"
- def_list
- footnotes
- meta
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic:
mode: view
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
extra:
# Enable footer
generator: true
copyright: >-
Copyright © 2023
<a href="https://github.com/services" target="_blank" style="font-weight: bold;">
GitHub Expert Services
</a>
extra_javascript:
- assets/javascripts/extra.js
# KATEX
- assets/javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
# Sortable table
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- assets/javascripts/tables.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
- assets/stylesheets/extra.css
nav:
- Home: index.md
- Prerequisites: prerequisites.md
- Exercises:
- Introduction: exercises/index.md
- Collaborate:
- exercises/01.collaborate/index.md
- Project Management: exercises/01.collaborate/01.md
- Implement Features: exercises/01.collaborate/02.md
- Secure the Software Supply Chain:
- exercises/02.secure.the.software.supply.chain/index.md
- Dependency Review: exercises/02.secure.the.software.supply.chain/01.md
- Versioning: exercises/02.secure.the.software.supply.chain/02.md
- Automate Release:
- exercises/03.automate.release/index.md
- Release Version: exercises/03.automate.release/01.md
- Continuous Deployment: exercises/03.automate.release/02.md
- ✨ Recap:
- exercises/recap/index.md
- Tetris Game: tetris.game/index.html