From b4c8b146c946edb58bd615a971f63eb1820ce47e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 19 May 2022 11:00:44 +0200 Subject: [PATCH] docs: add banner (#3667) --- docs/docusaurus.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 501aee68e7..97431bd117 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -20,6 +20,14 @@ module.exports = { ], themeConfig: { zoomSelector: ".markdown :not(em) > img", + announcementBar: { + id: 'documentation', + content: + 'This page contains the documentation for ZITADEL version 2, if you are looking for version 1 please visit https://docs.zitadel.ch', + backgroundColor: '#fafbfc', + textColor: '#091E42', + isCloseable: false, + }, navbar: { // title: 'ZITADEL', logo: {