Repository: incubator-mynewt-site Updated Branches: refs/heads/develop b32eed530 -> 6f5c8273b
Fixed shifting order of tutorials Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/1aec5550 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1aec5550 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1aec5550 Branch: refs/heads/develop Commit: 1aec55508d86de31ba81f2c0a4a399f49799a8b5 Parents: b32eed5 Author: aditihilbert <[email protected]> Authored: Fri Apr 7 17:34:49 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Fri Apr 7 17:34:49 2017 -0700 ---------------------------------------------------------------------- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1aec5550/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 49afd4b..4cab162 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,7 +28,7 @@ pages: - Concepts: 'os/get_started/vocabulary.md' - Tutorials: - toc: 'os/tutorials/tutorials.md' - - 'Project Blinky': + - Project Blinky: - toc: 'os/tutorials/blinky.md' - 'Blinky on Arduino Zero': 'os/tutorials/arduino_zero.md' - 'Blinky on Arduino Primo': 'os/tutorials/blinky_primo.md' @@ -44,7 +44,7 @@ pages: - 'Upgrade a Repo': 'os/tutorials/repo/upgrade_repo.md' - 'Turn project into a Repo': 'os/tutorials/repo/create_repo.md' - 'Access a private Repo': 'os/tutorials/repo/private_repo.md' - - 'Project Slinky for Remote Comms': + - Project Slinky for Remote Comms: - toc: 'os/tutorials/project-slinky.md' - 'Slinky on sim device': 'os/tutorials/project-sim-slinky.md' - 'Slinky on Nordic nRF52': 'os/tutorials/project-nrf52-slinky.md'
