From 9137cb9d06678b3a4aa5caba52605ff225f3f445 Mon Sep 17 00:00:00 2001 From: lexi Date: Tue, 12 Apr 2022 16:10:31 -0500 Subject: [PATCH] Add link to discussions in navbar (#994) Signed-off-by: Jonah Aragon --- CHANGELOG.md | 5 +++++ mkdocs.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b139fea3..9f2a5040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## 2022-04-12 + +- Enabled organization discussions ([#986](https://github.com/orgs/privacyguides/discussions/986)) +- Added a navbar link to the new [organization discussions](https://github.com/orgs/privacyguides/discussions) ([#994](https://github.com/privacyguides/privacyguides.org/pull/994)) + ## 2022-04-11 - Added changelog diff --git a/mkdocs.yml b/mkdocs.yml index 24882386..5a9a92aa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,6 +65,7 @@ nav: - 'Privacy Guides': 'about.md' - 'Notices': 'about/notices.md' - 'Privacy Policy': 'about/privacy-policy.md' + - 'Discussions': 'https://github.com/orgs/privacyguides/discussions' - 'Blog': 'https://blog.privacyguides.org/' theme: