From a22476a4e260b27345d0f1841dab8a8f2fa00674 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Sun, 30 Apr 2023 15:10:47 -0700 Subject: [PATCH] add announcement to top bar (#304) --- site/docs/quick-start/hardware.md | 14 +++++++------- site/docusaurus.config.js | 10 ++++++++-- site/docusaurus.config.k8s.js | 10 ++++++++-- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/site/docs/quick-start/hardware.md b/site/docs/quick-start/hardware.md index 9c4bd86..8123a01 100644 --- a/site/docs/quick-start/hardware.md +++ b/site/docs/quick-start/hardware.md @@ -6,6 +6,13 @@ sidebar_position: 1 Before you get started, make sure you have all required hardware. +:::info + +[Raspberry Pi 4B (4GB) kits are now available](https://printnanny.ai/shop/raspberry-pi-4-kit), with everything you need to run PrintNanny. + +Continue reading if you want to purchase your own hardware. +::: + ## 1. Raspberry Pi 4, Model B * Minimum: 2GB RAM @@ -13,13 +20,6 @@ Before you get started, make sure you have all required hardware. [Search raspberrypi.com](https://www.raspberrypi.com/products/raspberry-pi-4-model-b/) to find an approved Raspberry Pi reseller. -:::info - -Subscribe to the following Github issues to track support for other boards. -* [Raspberry Pi 3](https://github.com/bitsy-ai/printnanny-os/issues/16) -* [Rock Pi 4](https://github.com/bitsy-ai/printnanny-os/issues/37) -::: - ## 2. Power Supply * 5.1V / 3.0A DC output diff --git a/site/docusaurus.config.js b/site/docusaurus.config.js index 10a39b5..f05f4f8 100644 --- a/site/docusaurus.config.js +++ b/site/docusaurus.config.js @@ -82,9 +82,15 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ announcementBar: { - id: 'v0_6_8', + // id: 'v0_6_8', + // content: + // 'PrintNanny OS v0.6.8 is now available!', + // backgroundColor: '#fafbfc', + // textColor: '#091E42', + // isCloseable: false, + id: 'rpi4-kit', content: - 'PrintNanny OS v0.6.8 is now available!', + 'Raspberry Pi 4 kits now available!', backgroundColor: '#fafbfc', textColor: '#091E42', isCloseable: false, diff --git a/site/docusaurus.config.k8s.js b/site/docusaurus.config.k8s.js index 2d28143..283f957 100644 --- a/site/docusaurus.config.k8s.js +++ b/site/docusaurus.config.k8s.js @@ -80,9 +80,15 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ announcementBar: { - id: 'v0_6_8', + // id: 'v0_6_8', + // content: + // 'PrintNanny OS v0.6.8 is now available!', + // backgroundColor: '#fafbfc', + // textColor: '#091E42', + // isCloseable: false, + id: 'rpi4-kit', content: - 'PrintNanny OS v0.6.8 is now available!', + 'Raspberry Pi 4 kits now available!', backgroundColor: '#fafbfc', textColor: '#091E42', isCloseable: false,