From 73dc31ab7ac4682bff65a321b4d486f80986e524 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Wed, 4 Dec 2024 12:57:33 -0600 Subject: [PATCH] golioth and zephyr: add link to code repo in overview page 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 --- website/docs/golioth-exploration/README.md | 9 +++++++++ website/docs/zephyr-training/README.md | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/website/docs/golioth-exploration/README.md b/website/docs/golioth-exploration/README.md index 3b7e423..7e0f369 100644 --- a/website/docs/golioth-exploration/README.md +++ b/website/docs/golioth-exploration/README.md @@ -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. + +::: diff --git a/website/docs/zephyr-training/README.md b/website/docs/zephyr-training/README.md index 5ee4445..8cc3641 100644 --- a/website/docs/zephyr-training/README.md +++ b/website/docs/zephyr-training/README.md @@ -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. + +:::