Skip to content

Commit

Permalink
Fix alert indentation (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 26, 2023
1 parent b2dff95 commit 17ca2d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 8 additions & 5 deletions docs/installation/prepare/rpi-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ To install Raspberry Pi OS (formerly called Raspbian) on a microSD card from whi
{{< imgproc alt="Raspberry Pi Imager window showing gear-shaped settings icon is selected." src="/installation/rpi-setup/advanced-options.png" resize="800x" declaredimensions=true >}}

{{% alert title="Important" color="note" %}}
If you are using a non-Raspberry Pi OS, altering the Advanced options will cause the initial boot to fail.

If you are using a non-Raspberry Pi OS, altering the Advanced options will cause the initial boot to fail.

{{% /alert %}}

{{< imgproc alt="Raspberry Pi Imager window showing the advanced options menu." src="/installation/rpi-setup/imager-set-hostname.png" resize="800x" declaredimensions=true >}}
Expand All @@ -83,14 +85,15 @@ To install Raspberry Pi OS (formerly called Raspbian) on a microSD card from whi

{{< imgproc alt="Raspberry Pi Imager window showing the 'Set username and password' option is selected." src="/installation/rpi-setup/imager-set-passwordauthentication.png" resize="800x" declaredimensions=true >}}

{{% alert title="Tip" color="tip" %}}
{{% alert title="Tip" color="tip" %}}

Be sure that you remember the `hostname`, `username`, and `password` you use, as you will need this when you SSH into your Pi.

Be sure that you remember the `hostname`, `username`, and `password` you use, as you will need this when you SSH into your Pi.
{{% /alert %}}

{{< alert title="Caution" color="caution" >}}
{{< alert title="Caution" color="caution" >}}

The default username and password on Raspberry Pis are
The default username and password on Raspberry Pis are

- username: pi
- password: raspberry
Expand Down
5 changes: 3 additions & 2 deletions docs/tutorials/services/data-management-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ To enable image data capture for a camera component, follow these steps:
This will capture an image from the camera roughly once every 3 seconds.
Feel free to adjust the frequency if you want the camera to capture more or less image data.

{{< alert title="Caution" color="caution" >}}
{{< alert title="Caution" color="caution" >}}

Avoid configuring data capture to higher rates than your hardware can handle, as this leads to performance degradation.

Avoid configuring data capture to higher rates than your hardware can handle, as this leads to performance degradation.
{{< /alert >}}

- Select the MIME type you want to capture.
Expand Down

0 comments on commit 17ca2d0

Please sign in to comment.