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

[5/9] incubator-mynewt-site git commit: added the sample lesson unit under tutorials

added the sample lesson unit under tutorials

This closes #101


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/d39bfc40
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/d39bfc40
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/d39bfc40

Branch: refs/heads/develop
Commit: d39bfc4031ae771cbefe8f4198af152aab8bff6a
Parents: 4c8c293
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jul 5 16:07:02 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jul 5 16:28:56 2016 -0700

----------------------------------------------------------------------
 mkdocs.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/d39bfc40/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 663f91f..c84550f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -37,6 +37,8 @@ pages:
             - toc: 'os/tutorials/repo/add_repos.md'
             - 'Upgrade a repo': 'os/tutorials/repo/upgrade_repo.md'
             - 'Turn project into a repo': 'os/tutorials/repo/create_repo.md'
+        - 'A Sample Lesson':
+            - 'Lesson Unit on Tasks and Priority Management': 'os/tutorials/tasks_lesson.md'
         - 'Write a Test Suite for a Package': 'os/tutorials/unit_test.md'
         - 'Air-quality Sensor project': 'os/tutorials/air_quality_sensor.md'
         - 'Add task to manage multiple events': 'os/tutorials/event_queue.md'