diff --git a/docs/assets/Software_Engineering_Institute_Unitmark_White.svg b/docs/assets/Software_Engineering_Institute_Unitmark_White.svg new file mode 100644 index 00000000..9b681bdd --- /dev/null +++ b/docs/assets/Software_Engineering_Institute_Unitmark_White.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/cert.png b/docs/assets/cert.png new file mode 100644 index 00000000..60f9452d Binary files /dev/null and b/docs/assets/cert.png differ diff --git a/docs/assets/cert_seal.svg b/docs/assets/cert_seal.svg index 27a989d3..980c324c 100644 --- a/docs/assets/cert_seal.svg +++ b/docs/assets/cert_seal.svg @@ -1,16 +1 @@ - - cert_seal \ No newline at end of file diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1d82685e..94b1f1c2 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -3,3 +3,29 @@ --md-primary-fg-color--light: #E0E0E0; --md-primary-fg-color--dark: #6D6E71; } + +.md-typeset h1 .md-tag { + font-size: 20px; +} + +.md-header__title { + font-size: 18px; + line-height: 2.5rem; +} + +.md-main { + margin-top: -15px; +} + +.md-header__inner { + height: 18px; + padding-top: 1rem; + margin-bottom: 10px; +} + +.md-header__button.md-logo img, .md-header__button.md-logo svg { + fill: currentcolor; + display: block; + height: 1rem; + width: auto; + diff --git a/mkdocs.yml b/mkdocs.yml index b7f686c3..b2aed77d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,9 +2,6 @@ site_name: "SSVC: Stakeholder-Specific Vulnerability Categorization" site_url: 'https://certcc.github.io/SSVC/' site_description: 'SSVC is a framework for prioritizing vulnerabilities based on stakeholder needs.' site_author: 'CERT Coordination Center' -copyright: > - Copyright © 2019-2024 Carnegie Mellon University. -
Change cookie settings nav: - Home: 'https://certcc.github.io/' - SSVC: 'index.md' @@ -122,14 +119,14 @@ nav: - Decision Records: 'adr/index.md' - Acknowledgements: 'about/acknowledgements.md' - Change log: 'about/changelog.md' - - Copyright: 'about/copyright.md' - Contact: 'about/contact_us.md' not_in_nav: | _*.md _*/**/*.md theme: - logo: 'assets/cert_seal.svg' + logo: 'assets/Software_Engineering_Institute_Unitmark_White.svg' name: 'material' + custom_dir: 'overrides' features: - content.tabs.link - navigation.footer diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html new file mode 100644 index 00000000..fdacabd6 --- /dev/null +++ b/overrides/partials/copyright.html @@ -0,0 +1,50 @@ + + + +
+ + + + + + CERT®, Carnegie Mellon® and CERT Coordination Center® are registered in the + U.S. Patent and Trademark Office by Carnegie Mellon University. +
Change cookie settings +
Legal +
Privacy Notice +
Made with + + Material for MkDocs + + +
diff --git a/requirements.txt b/requirements.txt index aa50661d..b7186ffa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,16 @@ mkdocs==1.6.1 mkdocs-bibtex==4.2.3 mkdocs-include-markdown-plugin==7.1.5 mkdocs-table-reader-plugin==3.1.0 -mkdocs-material==9.6.9 +mkdocs-material==9.6.10 mkdocs-material-extensions==1.3.1 -mkdocstrings==0.29.0 +mkdocstrings==0.29.1 mkdocstrings-python==1.16.8 -mkdocs-print-site-plugin==2.7.1 -markdown-exec==1.10.2 +mkdocs-print-site-plugin==2.7.2 +markdown-exec==1.10.3 thefuzz==0.22.1 pandas==2.2.3 scikit-learn==1.6.1 jsonschema==4.23.0 networkx==3.4.2 -pydantic==2.10.6 +pydantic==2.11.1 semver==3.0.4 \ No newline at end of file