diff options
author | Ivan Zorin <[email protected]> | 2023-08-14 04:11:54 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-08-14 11:11:54 +1000 |
commit | 33439aaa22e57b1df7de7f4a75e64c093391cbf2 (patch) | |
tree | dced57a975c1e9aee1eca66ea15c9daeacf15eea | |
parent | 6111b58e0486bd118a3544750925a0965d29d71f (diff) | |
download | IronOS-33439aaa22e57b1df7de7f4a75e64c093391cbf2.tar.gz IronOS-33439aaa22e57b1df7de7f4a75e64c093391cbf2.zip |
Include Bluetooth document to read-the-docs site generating (#1798)
-rw-r--r-- | Documentation/README.md | 1 | ||||
-rw-r--r-- | scripts/IronOS-mkdocs.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index ff27c854..d809a45b 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -22,6 +22,7 @@ - [Startup Logo](../Documentation/Logo.md) - Hardware - [Hall Sensor (Pinecil)](../Documentation/HallSensor.md) + - [Bluetooth (Pinecil V2)](../Documentation/Bluetooth.md) - [Hardware Notes](../Documentation/Hardware.md) - [Troubleshooting](../Documentation/Troubleshooting.md) - [Known Hardware Issues](../Documentation/HardwareIssues.md) diff --git a/scripts/IronOS-mkdocs.yml b/scripts/IronOS-mkdocs.yml index 196167aa..46d883fb 100644 --- a/scripts/IronOS-mkdocs.yml +++ b/scripts/IronOS-mkdocs.yml @@ -36,6 +36,7 @@ nav: - Startup Logo: Logo.md - Hardware: - Hall Sensor (Pinecil): HallSensor.md + - Bluetooth (Pinecil V2): Bluetooth.md - Hardware Notes: Hardware.md - Troubleshooting: Troubleshooting.md - Known Hardware Issues: HardwareIssues.md |