Skip to content

Commit 177fb5a

Browse files
authored
Add grid to homepage (#399)
* fix deprecation warning for mkdocs extensions * upgrade mkdocs to latest * add button grid and intro text
1 parent 7a4184c commit 177fb5a

File tree

3 files changed

+55
-4
lines changed

3 files changed

+55
-4
lines changed

docs/index.md

+52-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,58 @@
11
# Stakeholder-Specific Vulnerability Categorization
22

3+
SSVC stands for A Stakeholder-Specific Vulnerability Categorization.
4+
It is a methodology for prioritizing vulnerabilities based on the needs of the stakeholders involved in the vulnerability management process.
5+
SSVC is designed to be used by any stakeholder in the vulnerability management process, including finders, vendors, coordinators, deployers, and others.
6+
7+
8+
9+
{== TODO remove this warning when the site is ready ==}
310
!!! warning "Work in Progress"
411

512
This website is a work in progress.
613
While it is intended to eventually be the official documentation for SSVC, it is not yet complete.
7-
For the latest version of SSVC documentation, see the [GitHub repository](https://github.com/CERTCC/SSVC).
14+
For the latest version of SSVC documentation, see the [GitHub repository](https://github.com/CERTCC/SSVC).
15+
16+
## Where to go from here
17+
18+
We have organized the SSVC documentation into four main sections:
19+
20+
<div class="grid cards" markdown>
21+
22+
- :material-television-shimmer:{ .lg .middle } __Get Started with SSVC__
23+
24+
---
25+
26+
Get started learning about SSVC and how it can help you prioritize vulnerabilities.
27+
This section is intended for people who are new to SSVC.
28+
29+
[:octicons-arrow-right-24: Learning SSVC](tutorials)
30+
31+
- :fontawesome-solid-book:{ .lg .middle } __Learn More about SSVC__
32+
33+
---
34+
35+
Dig deeper to understand the SSVC methodology and how it works.
36+
This section is intended for people who are already familiar with SSVC and want to learn more.
37+
38+
[:octicons-arrow-right-24: Understanding SSVC](topics)
39+
40+
- :material-clipboard-check:{ .lg .middle } __SSVC How To__
41+
42+
---
43+
44+
Start using SSVC in your organization today with step-by-step instructions.
45+
This section is intended for people who are already familiar with SSVC and want to start using it.
46+
47+
[:octicons-arrow-right-24: SSVC How To](howto)
48+
49+
- :material-book-open-page-variant:{ .lg .middle } __SSVC Reference__
50+
51+
---
52+
53+
Reference documentation for SSVC.
54+
This section is intended for people who are already familiar with SSVC and want to look up specific details.
55+
56+
[:octicons-arrow-right-24: Reference](reference)
57+
58+
</div>

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ markdown_extensions:
130130
- pymdownx.caret
131131
- pymdownx.details
132132
- pymdownx.emoji:
133-
emoji_index: !!python/name:materialx.emoji.twemoji
134-
emoji_generator: !!python/name:materialx.emoji.to_svg
133+
emoji_index: !!python/name:material.extensions.emoji.twemoji
134+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
135135
- pymdownx.superfences:
136136
custom_fences:
137137
- name: mermaid

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mkdocs
22
mkdocs-bibtex
33
mkdocs-include-markdown-plugin
44
mkdocs-table-reader-plugin
5-
mkdocs-material
5+
mkdocs-material~=9.5.4
66
mkdocs-material-extensions
77
mkdocstrings
88
mkdocstrings-python

0 commit comments

Comments
 (0)