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/11/15 19:34:37 UTC

[29/40] incubator-mynewt-site git commit: configured develop version to show up as latest documentation

configured develop version to show up as latest documentation


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

Branch: refs/heads/master
Commit: b665dc741fc3e323801f580380288cb643680229
Parents: c4f4b18
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Nov 11 17:20:07 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Nov 11 17:20:07 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b665dc74/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index ab7dbab..8b22dc4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -506,10 +506,10 @@ extra:
     versions:
         -   label: 'develop'
             branch: 'develop'
-            latest: False
+            latest: True
         -   label: '0.9.0'
             branch: 'v0_9_0'
-            latest: True
+            latest: False
     doc_path: 'os/introduction'
     chapters:
         Chapter 1 - Get Started: 'The chapter organization is outlined below. Each chapter will include one or more tutorials for hands-on experience with the material in each chapter.'