removed unnecessary module section under Getting Acclimated
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/1c436683 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1c436683 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1c436683 Branch: refs/heads/asf-site Commit: 1c4366833ddaeb74a7b5d7085e478b63dd92294d Parents: c240f76 Author: aditihilbert <ad...@runtime.io> Authored: Wed Nov 18 16:26:16 2015 -0800 Committer: aditihilbert <ad...@runtime.io> Committed: Wed Nov 18 16:26:16 2015 -0800 ---------------------------------------------------------------------- docs/chapter2/mod.md | 11 ----------- mkdocs.yml | 1 - 2 files changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c436683/docs/chapter2/mod.md ---------------------------------------------------------------------- diff --git a/docs/chapter2/mod.md b/docs/chapter2/mod.md deleted file mode 100644 index b34f014..0000000 --- a/docs/chapter2/mod.md +++ /dev/null @@ -1,11 +0,0 @@ -## Modules - -Mynewt offers several modules that run on top of the Mynewt OS for various functionality such as: - -* [console](console/index.html) -* [shell](shell/index.html) -* [bootloader](bootloader/index.html) -* [file system](filesystem/index.html) -* [automated testing](testutil/index.html) - - http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1c436683/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 2ba3299..8c2d1b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,7 +10,6 @@ pages: - 'Sample doc to edit': 'chapter1/try_markdown.md' - Get Acclimated: - 'Understanding Newt Terms': 'chapter2/vocabulary.md' - - 'Modules Overview': 'chapter2/mod.md' - 'Project 2': 'chapter2/project2.md' - 'Project 3': 'chapter2/project3.md' - Newt Tool: