Skip to content

Commit

Permalink
golioth and zephyr: add link to code repo in overview page
Browse files Browse the repository at this point in the history
Make the code repository used in the Intro to Golioth and Zephyr Training
modules easier to find by adding an admonishment to each of the overview pages.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys committed Dec 4, 2024
1 parent f355d2f commit 73dc31a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/docs/golioth-exploration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ Nordic nRF9160 Development Kit (nRF9160 DK) as the Target device during this
training. We will walk through how to download a pre-compiled binary, flash it
to the device, and add your Golioth credentials so that it can connect. You will
interact with this board while learning about the Golioth services.

:::info Sample code repository

This module uses a pre-compiled binary that you will download as you work your
way through the training. Source code for this binary is available in 01_IOT
folder of [the zephyr-training
repository](https://github.com/golioth/zephyr-training) on GitHub.

:::
6 changes: 6 additions & 0 deletions website/docs/zephyr-training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ you set up during the exploration.

:::

:::info Sample code repository

All sample codes used in this module is available in [the zephyr-training
repository](https://github.com/golioth/zephyr-training) on GitHub.

:::

0 comments on commit 73dc31a

Please sign in to comment.