Skip to content

Commit df6fab6

Browse files
Aleksandar GrbicAleksandar Grbic
authored andcommitted
Reintroduce Alert component in Raspberry Pi hardware documentation for improved user guidance
1 parent fb1856f commit df6fab6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docusaurus/docs/hardware-raspberry-pi-setup/hardware.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ sidebar_position: 3
33
title: Hardware Components
44
---
55

6-
import Alert from "@site/src/components/Alert/index.tsx";
7-
8-
<Alert
9-
title="Before you start"
10-
description="This setup isn't set in stone, it's just my personal choice based on what I've experienced and needed. This is also the hardware that I actually use to host my services. If you want to go with a different setup, that's fine, but you'll have to adapt the guide to your needs."
11-
variant="warning"
12-
/>
13-
146
import ImageGallery from "react-image-gallery";
157

168
<ImageGallery
@@ -63,6 +55,14 @@ import ImageGallery from "react-image-gallery";
6355
]}
6456
/>
6557

58+
import Alert from "@site/src/components/Alert/index.tsx";
59+
60+
<Alert
61+
title="Before you start"
62+
description="This setup isn't set in stone, it's just my personal choice based on what I've experienced and needed. This is also the hardware that I actually use to host my services. If you want to go with a different setup, that's fine, but you'll have to adapt the guide to your needs."
63+
variant="warning"
64+
/>
65+
6666
## Affordable Hardware (If you don't want to follow my setup)
6767

6868
If you want to follow my k3s guide on a tight budget, here's the absolute cheapest Mikrotik combo I could find after some digging:

0 commit comments

Comments
 (0)