From 06cbb742fbab331bfec3f6fce83d4751fb8dc2bc Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 8 Mar 2023 12:11:03 +0100 Subject: [PATCH] docs: Add V3 Announcement Banner --- docs/docusaurus.config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 08a5373..cef0075 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -117,7 +117,15 @@ module.exports = { name: 'og:image', content: 'https://www.react-native-vision-camera.com/img/11.png' }, - ] + ], + announcementBar: { + id: 'support_us', + content: + 'I am currently working on VisionCamera V3 ✨ which brings a lot of new features and a full rewrite on Android. Please consider sponsoring me on GitHub so I can work on this.', + backgroundColor: '#ff5c5c', + textColor: '#ffffff', + isCloseable: false, + }, }, presets: [ [