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/9f22ee57
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/9f22ee57
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/9f22ee57
Branch: refs/heads/master
Commit: 9f22ee5773d697c6d375dd7f3e586d95eab129ee
Parents: 3290244
Author: aditihilbert <aditi@runtime.io>
Authored: Fri Nov 11 17:02:35 2016 -0800
Committer: aditihilbert <aditi@runtime.io>
Committed: Fri Nov 11 17:02:35 2016 -0800
----------------------------------------------------------------------
mkdocs.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/9f22ee57/mkdocs.yml
----------------------------------------------------------------------
diff --git a/mkdocs.yml b/mkdocs.yml
index 9a31988..1626812 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -375,14 +375,14 @@ markdown_extensions:
pygments_style: xcode
extra:
- version: 'v0_9_0'
+ version: 'develop'
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.'
|