diff --git a/docusaurus.config.js b/docusaurus.config.js index f3954a094..189cedc32 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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", @@ -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", + }, ], }, ], diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index 8ae873e4b..72f1555ed 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -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.",