From 1a5127699fac0efed87b6b13e7a7e77fd51ad2ee Mon Sep 17 00:00:00 2001 From: David Harder Date: Sat, 5 Oct 2024 09:33:30 -0500 Subject: [PATCH] Add "Security" links to header and footer (#566) Part of https://github.com/getsolus/packages/issues/1738 --- docusaurus.config.js | 8 ++++++++ i18n/en/docusaurus-theme-classic/footer.json | 4 ++++ 2 files changed, 12 insertions(+) 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.",