Skip to content

Commit

Permalink
Add "Security" links to header and footer (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Oct 5, 2024
1 parent f378c66 commit 1a51276
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ const config = {
label: "Issue Tracker",
href: "https://issues.getsol.us/",
},
{
label: "Security",
href: "https://github.com/getsolus/packages/blob/main/SECURITY.md",
},
],
type: "dropdown",
position: "left",
Expand Down Expand Up @@ -217,6 +221,10 @@ const config = {
label: "Issue Tracker",
href: "https://issues.getsol.us",
},
{
label: "Security",
href: "https://github.com/getsolus/packages/blob/main/SECURITY.md",
},
],
},
],
Expand Down
4 changes: 4 additions & 0 deletions i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"link.item.label.Issue Tracker": {
"message": "Issue Tracker",
"description": "The label of footer link with label=Issue Tracker linking to https://issues.getsol.us"
},
"link.item.label.Security": {
"message": "Security",
"description": "The label of footer link with label=Security linking to https://github.com/getsolus/packages/blob/main/SECURITY.md"
},
"copyright": {
"message": "Copyright © 2024 Solus Project. Built with Docusaurus.",
Expand Down

0 comments on commit 1a51276

Please sign in to comment.