Skip to content

Commit

Permalink
Add print-site plugin to restore all-in-one page feature (#338)
Browse files Browse the repository at this point in the history
* add mkdocs-print-site-plugin

* fix errors reported by print-site plugin
  • Loading branch information
ahouseholder authored Oct 10, 2023
1 parent ea4d795 commit 338cc45
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/tree_customization.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Tree Construction and Customization Guidance
# Tree Construction and Customization Guidance

Stakeholders are encouraged to customize the SSVC decision process to their needs.
Indeed, the first part of SSVC stands for “stakeholder-specific."
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/decision_points/mission_impact.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Mission Impact

!!! note "Mission Impact"

Impact on Mission Essential Functions of the Organization
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/decision_points/safety_impact.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Safety Impact

!!! note "Safety Impact"

Safety Impacts of Affected System Compromise
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/decision_points/system_exposure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# System Exposure

!!! note "System Exposure"

The Accessible Attack Surface of the Affected System or Service
Expand Down
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ plugins:
handlers:
python:
paths: [ 'src' ]
- print-site
repo_url: 'https://github.com/CERTCC/SSVC'
repo_name: 'CERTCC/SSVC'
markdown_extensions:
Expand Down Expand Up @@ -164,4 +165,7 @@ extra_javascript:
- javascripts/tablesort.js
extra_css:
- stylesheets/extra.css
watch:
- docs
- src
dev_addr: 127.0.0.1:8001
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ mkdocs-material
mkdocs-material-extensions
mkdocstrings
mkdocstrings-python

mkdocs-print-site-plugin
pandas~=2.1.1
scikit-learn~=1.3.1

0 comments on commit 338cc45

Please sign in to comment.