Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ We have organized the SSVC documentation into four main sections:

<div class="grid cards" markdown>

- :material-television-shimmer:{ .lg .middle } **Get Started with SSVC**
- :fontawesome-regular-eye:{ .lg .middle } **SSVC Overview**

---

Get started learning about SSVC and how it can help you prioritize vulnerabilities.
This section is intended for people who are new to SSVC.
A beginner's guide to SSVC.
This section is for people who have never heard of SSVC.

[:octicons-arrow-right-24: Learning SSVC](tutorials/index.md)
[:octicons-arrow-right-24: An Overview of SSVC](ssvc_overview.md)

- :material-clipboard-check:{ .lg .middle } **SSVC How To**

Expand All @@ -28,7 +28,7 @@ We have organized the SSVC documentation into four main sections:

[:octicons-arrow-right-24: SSVC How To](howto/index.md)

- :fontawesome-solid-book:{ .lg .middle } **Learn More about SSVC**
- :fontawesome-solid-book:{ .lg .middle } **More about SSVC**

---

Expand Down
Loading