Skip to content

Commit 4b4f37f

Browse files
refactor to include mkdocs latst and more Policy to remove
1 parent 2797778 commit 4b4f37f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

mkdocs.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ nav:
3434
- Equivalence Set 5: 'howto/cvss_v4/eq5.md'
3535
- Equivalence Set 6: 'howto/cvss_v4/eq6.md'
3636
- Qualitative Severity: 'howto/cvss_v4/qualitative.md'
37+
- Gathering Info about Decision Points:
38+
- Intro: 'howto/gathering_info/index.md'
39+
- Automatable: 'howto/gathering_info/automatable.md'
40+
- Exploitation: 'howto/gathering_info/exploitation.md'
41+
- Mission Impact: 'howto/gathering_info/mission_impact.md'
42+
- System Exposure: 'howto/gathering_info/system_exposure.md'
43+
- Technical Impact: 'howto/gathering_info/technical_impact.md'
44+
- Value Density: 'howto/gathering_info/value_density.md'
3745
- Customizing SSVC: 'howto/tree_customization.md'
3846
- Acuity Ramp: 'howto/acuity_ramp.md'
3947
- Using EPSS with SSVC:
@@ -132,10 +140,9 @@ nav:
132140
- Namespaces: 'reference/code/namespaces.md'
133141
- Selections: 'reference/code/selection.md'
134142
- CSV Analyzer: 'reference/code/analyze_csv.md'
135-
- Policy Generator: 'reference/code/policy_generator.md'
136143
- Doctools: 'reference/code/doctools.md'
137144
- Calculator: 'ssvc-calc/index.md'
138-
- SSVC Explorer: 'ssvc-explorer/index.md'
145+
- Explorer: 'ssvc-explorer/index.md'
139146
- About:
140147
- Intro: 'about/index.md'
141148
- Community Engagement: 'about/contributing.md'
@@ -250,6 +257,7 @@ extra_javascript:
250257
# to sort tables
251258
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
252259
- javascripts/tablesort.js
260+
# scripts for graphModule and Explorer
253261
- ssvc-explorer/simple.js
254262
- https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
255263
- https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js

0 commit comments

Comments
 (0)