-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
71 lines (65 loc) · 2.24 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
site_name: Red Hat Security Data Guidelines
site_url: https://redhatproductsecurity.github.io/security-data-guidelines/
edit_uri: "https://github.com/RedHatProductSecurity/security-data-guidelines/blob/main/docs"
copyright: Copyright © Red Hat, Inc. · <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.action.view
language: en
favicon: images/favicon.png
logo: images/logo.png
font:
text: Red Hat Text
code: Red Hat Mono
palette:
- scheme: default
toggle:
icon: material/brightness-4
name: Switch to dark mode
primary: black
- scheme: slate
toggle:
icon: material/brightness-7
name: Switch to light mode
primary: black
nav:
- Home: "index.md"
- SBOM: "sbom.md"
- purl: "purl.md"
- CSAF-VEX: "csaf-vex.md"
plugins:
- social
- search
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/RedHatProductSecurity/security-data-guidelines
- icon: fontawesome/regular/envelope
link: "mailto:[email protected]"
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=snippets#inlinehilite
- pymdownx.snippets # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=snippets#snippets
- admonition # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/?h=#admonition
- footnotes # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/?h=#footnotes
- attr_list
- abbr # https://squidfunk.github.io/mkdocs-material/reference/tooltips/#adding-abbreviations
- md_in_html
- def_list # https://squidfunk.github.io/mkdocs-material/reference/lists/#using-definition-lists
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: 🔗 # Add anchor to each title element