docs: Add ShadowLens announcement (#2285)
* docs: Add ShadowLens announcement * Update docusaurus.config.js * Update docusaurus.config.js
This commit is contained in:
parent
977bf56c6d
commit
3a627c7262
@ -23,6 +23,13 @@ module.exports = {
|
|||||||
darkTheme: require('prism-react-renderer/themes/palenight'),
|
darkTheme: require('prism-react-renderer/themes/palenight'),
|
||||||
additionalLanguages: ['swift', 'java', 'kotlin'],
|
additionalLanguages: ['swift', 'java', 'kotlin'],
|
||||||
},
|
},
|
||||||
|
announcementBar: {
|
||||||
|
id: 'shadowlens',
|
||||||
|
content: '<b>ShadowLens is out!!! 🥳🥳</b> Download the iOS app to see VisionCamera in action: <a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/at/app/shadowlens/id6471849004?l=en-GB">apps.apple.com/shadowlens</a>',
|
||||||
|
backgroundColor: '#e39600',
|
||||||
|
textColor: '#ffffff',
|
||||||
|
isCloseable: false,
|
||||||
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'VisionCamera',
|
title: 'VisionCamera',
|
||||||
logo: {
|
logo: {
|
||||||
|
Loading…
Reference in New Issue
Block a user