Quick Start page updated to recommend native install
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/1be654db Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1be654db Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1be654db Branch: refs/heads/master Commit: 1be654db992329c29876524651d6335585395a1d Parents: 76f060f Author: aditihilbert <[email protected]> Authored: Tue Apr 18 12:37:18 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Tue Apr 18 12:37:18 2017 -0700 ---------------------------------------------------------------------- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/1be654db/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 0cde65b..38b966f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,12 +18,12 @@ pages: - toc: 'os/introduction.md' - Basic Setup: - toc: 'os/get_started/get_started.md' - - 'Docker Container Option': 'os/get_started/docker.md' - 'Native install Option': - toc: 'os/get_started/native_tools.md' - 'Install Newt on Mac': 'newt/install/newt_mac.md' - 'Install Newt on Linux': 'newt/install/newt_linux.md' - 'Install Cross Tools for ARM': 'os/get_started/cross_tools.md' + - 'Docker Container Option': 'os/get_started/docker.md' - 'Create Your First Project': 'os/get_started/project_create.md' - Concepts: 'os/get_started/vocabulary.md' - Tutorials:
