mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Add notification banner to all pages for Android App
This commit is contained in:
parent
63cecd7da5
commit
7a62576b16
|
@ -13,7 +13,15 @@ const config = {
|
|||
projectName: "meshtastic",
|
||||
themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ {
|
||||
colorMode: {
|
||||
respectPrefersColorScheme: true,
|
||||
respectPrefersColorScheme: false,
|
||||
},
|
||||
announcementBar: {
|
||||
id: 'support_us',
|
||||
content:
|
||||
'Android app unavailable in the Google Play Store store. Please check out installing manually by side-loading or using the Amazon Apps method <a href="/docs/software/android/android-installation" href="#">here</a>',
|
||||
backgroundColor: '#ff9999',
|
||||
textColor: '#091E42',
|
||||
isCloseable: false,
|
||||
},
|
||||
navbar: {
|
||||
title: "Meshtastic",
|
||||
|
|
Loading…
Reference in a new issue