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/d0b69c55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/d0b69c55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/d0b69c55 Branch: refs/heads/master Commit: d0b69c5565e11a3dd00ccf5e6f5f46f83fd51580 Parents: 9f22ee5 Author: aditihilbert <[email protected]> Authored: Fri Nov 11 17:04:26 2016 -0800 Committer: aditihilbert <[email protected]> Committed: Fri Nov 11 17:04:26 2016 -0800 ---------------------------------------------------------------------- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/d0b69c55/mkdocs.yml ---------------------------------------------------------------------- diff --git a/mkdocs.yml b/mkdocs.yml index 1626812..9a31988 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -375,14 +375,14 @@ markdown_extensions: pygments_style: xcode extra: - version: 'develop' + version: 'v0_9_0' versions: - label: 'develop' branch: 'develop' - latest: True + latest: False - label: '0.9.0' branch: 'v0_9_0' - latest: False + latest: True 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.'
