You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/07/14 19:06:14 UTC

[mynewt-site] 02/02: Fix up segger tutorial links.

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git

commit b7cde5ee9171ba192edb15f38117d91372220807
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Fri Jul 14 12:05:43 2017 -0700

    Fix up segger tutorial links.
---
 docs/os/tutorials/tutorials.md | 6 ++++--
 mkdocs.yml                     | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/os/tutorials/tutorials.md b/docs/os/tutorials/tutorials.md
index a3419ee..e5a5739 100644
--- a/docs/os/tutorials/tutorials.md
+++ b/docs/os/tutorials/tutorials.md
@@ -30,13 +30,15 @@ The tutorials fall into a few broad categories. Some examples in each category a
     * [Blinky on nRF52 Development Kit from Nordic Semiconductor](nRF52.md) **Note:** This supports BLE.
     * [Blinky on Redbear Nano2](rbnano2.md)
 
-    <br>
+<br>
 
-* Navigating the code and adding functionality  
+* Navigating the code and adding functionality
     * [Adding more repositories to your project](repo/add_repos.md)
     * [Adding a unit test for a package](unit_test.md)
     * [Adding task to manage multiple events](event_queue.md)
 
+<br>
+
 * Tooling
     * [SEGGER RTT](segger_rtt.md)
     * [SEGGER SystemView](segger_sysview.md)
diff --git a/mkdocs.yml b/mkdocs.yml
index 68b2224..e11c74e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -75,6 +75,8 @@ pages:
             - 'Basic Air Quality Sensor': 'os/tutorials/air_quality_sensor.md'
             - 'BLE-enabled Air Quality Sensor': 'os/tutorials/air_quality_ble.md'
         - 'Add an Analog Sensor': 'os/tutorials/nrf52_adc.md'
+        - 'Segger RTT': 'os/tutorials/segger_rtt.md'
+        - 'Segger Sysview': 'os/tutorials/segger_sysview.md'
     - OS User Guide:
         - toc: 'os/os_user_guide.md'
         - OS Core:

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.