Skip to content

Commit 1acb12b

Browse files
author
Renae Metcalf
committed
Modify menu bar and index cards to add Explanation (Overview) and move Tutorial to Reference
1 parent d824c44 commit 1acb12b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ We have organized the SSVC documentation into four main sections:
1010

1111
<div class="grid cards" markdown>
1212

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

1515
---
1616

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

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

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

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

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

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

3333
---
3434

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ copyright: >
88
nav:
99
- Home: 'https://certcc.github.io/'
1010
- SSVC: 'index.md'
11-
- Learning SSVC: 'tutorials/index.md'
11+
- SSVC Overview: 'explanation.md'
1212
- SSVC How-To:
1313
- Overview: 'howto/index.md'
1414
- Getting Started with SSVC:
@@ -113,6 +113,8 @@ nav:
113113
- Policy Generator: 'reference/code/policy_generator.md'
114114
- Outcomes: 'reference/code/outcomes.md'
115115
- Doctools: 'reference/code/doctools.md'
116+
- Learning SSVC:
117+
- Tutorials: 'tutorials/index.md'
116118
- Calculator: 'ssvc-calc/index.md'
117119
- About:
118120
- Intro: 'about/index.md'

0 commit comments

Comments
 (0)