This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-site.git
commit 5d617270deb45f2cd6f8df739f9303bbc97a0750 Author: Wojciech Pietraszewski <[email protected]> AuthorDate: Mon May 6 11:40:20 2024 +0200 mkdocs: Update YML config Changes 'latest' flag to point to v1.12.0 instead of master branch --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7a31db80bb..bf9453d45c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,7 +37,7 @@ extra: sha: "master" nimble_sha: "master" dir: "master" - latest: True + latest: False - label: "0.9.0" dir: "v0_9_0" latest: False @@ -97,7 +97,7 @@ extra: dir: "v1_12_0" sha: "mynewt_1_12_0_tag" nimble_sha: "nimble_1_7_0_tag" - latest: False + latest: True doc_path: "latest" events:
