Skip to content

Commit

Permalink
add announcement to top bar (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh-johnson committed Apr 30, 2023
1 parent d6a7da7 commit a22476a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
14 changes: 7 additions & 7 deletions site/docs/quick-start/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ 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
* Recommended: 4GB RAM

[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
Expand Down
10 changes: 8 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,15 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_6_8',
// id: 'v0_6_8',
// content:
// '<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
// backgroundColor: '#fafbfc',
// textColor: '#091E42',
// isCloseable: false,
id: 'rpi4-kit',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
'<a href="printnanny">Raspberry Pi 4 kits now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down
10 changes: 8 additions & 2 deletions site/docusaurus.config.k8s.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,15 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'v0_6_8',
// id: 'v0_6_8',
// content:
// '<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
// backgroundColor: '#fafbfc',
// textColor: '#091E42',
// isCloseable: false,
id: 'rpi4-kit',
content:
'<a href="https://printnanny.ai/docs/release-history/0.6.x-feldspar-langdale/">PrintNanny OS v0.6.8 is now available!</a>',
'<a href="printnanny">Raspberry Pi 4 kits now available!</a>',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down

0 comments on commit a22476a

Please sign in to comment.