From 5ce8d6554672e244c36e026e4ecd8174e06552c1 Mon Sep 17 00:00:00 2001 From: Tana M Berry Date: Fri, 27 Sep 2024 09:19:56 -0500 Subject: [PATCH] website/docs: added a Docs banner to announce new docs structure (#11525) * banner on Docs * color fun * tweak length of message, color * add real deploy url --------- Co-authored-by: Tana M Berry --- website/docusaurus.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index a154f03b06..a37e0463d4 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -17,6 +17,14 @@ module.exports = async function (): Promise { organizationName: "Authentik Security Inc.", projectName: "authentik", themeConfig: { + announcementBar: { + id: "new_docs_structure", + content: + 'Change is hard, especially when a familiar site gets re-arranged. But we think the new layout is easier to navigate. Take a preview peek at the upcoming new Docs structure!', + backgroundColor: "#cc0099", + textColor: "#ffffff", + isCloseable: false, + }, image: "img/social.png", navbar: { logo: {