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 01:20:57 UTC

[12/19] 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/52f0a27a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/52f0a27a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/52f0a27a

Branch: refs/heads/master
Commit: 52f0a27ad1568dc4c3654635ad82e0a904a3dfda
Parents: ff0b4d0
Author: aditihilbert <ad...@runtime.io>
Authored: Fri Nov 11 17:19:02 2016 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Fri Nov 11 17:19:02 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/52f0a27a/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 9a31988..60d1201 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -379,10 +379,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.'