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 <[email protected]> Authored: Fri Nov 11 17:19:02 2016 -0800 Committer: aditihilbert <[email protected]> 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.'
