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 2017/04/21 02:21:12 UTC

[2/2] incubator-mynewt-site git commit: Quick Start page updated to recommend native install

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 <ad...@runtime.io>
Authored: Tue Apr 18 12:37:18 2017 -0700
Committer: aditihilbert <ad...@runtime.io>
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: