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/develop Commit: b665dc741fc3e323801f580380288cb643680229 Parents: c4f4b18 Author: aditihilbert <[email protected]> Authored: Fri Nov 11 17:20:07 2016 -0800 Committer: aditihilbert <[email protected]> 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.'
