This is an automated email from the ASF dual-hosted git repository. gerben pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
commit 658f3cdfc3996d45137782ec52a26546dd114ad5 Author: Gerben <[email protected]> AuthorDate: Fri Sep 3 12:56:57 2021 +0200 Update pointers from v0.1 to v0.2 --- src/_includes/docs_nav.hbs | 12 ++++++++++-- src/index.html | 12 ++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/_includes/docs_nav.hbs b/src/_includes/docs_nav.hbs index b7aa50c..e4b9f65 100644 --- a/src/_includes/docs_nav.hbs +++ b/src/_includes/docs_nav.hbs @@ -3,8 +3,16 @@ Therefore: only use plain Handlebars code, no custom helpers etc. --}} <nav class="ui secondary stackable pointing menu" style="justify-content: center;"> - <span class="item" style="background: #ff08">This documentation is for v0.2 (in development)</span> - <span class="item"></span> + <div class="ui simple dropdown item"> + Latest release (v0.2) + <i class="dropdown icon"></i> + <div class="menu" style="margin-top: -1px;"> + <a class="item" href="."> + v0.2 + </a> + </div> + </div> + <div class="item" style="flex-grow: 1;"></div> <a href="/docs/" class="{{#if isDocsIndex}}active {{/if}}item">Overview</a> <a href="/docs/getting-started/" class="{{#if isGettingStarted}}active {{/if}}item">Getting Started</a> <a href="/docs/develop/" class="{{#if isDevelop}}active {{/if}}item">Develop</a> diff --git a/src/index.html b/src/index.html index ca73b96..8b8caf6 100644 --- a/src/index.html +++ b/src/index.html @@ -79,21 +79,21 @@ layout: default <div class="item"> <div class="content"> <div class="header"> - <a href="https://www.apache.org/dyn/closer.lua?path=/incubator/annotator/source/0.1.0/apache-annotator-0.1.0-incubating.tar.gz"> + <a href="https://www.apache.org/dyn/closer.lua?path=/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz"> <i class="archive icon"></i> Source </a> </div> <div class="meta"> - <span>Version 0.1.0</span> + <span>Version 0.2.0</span> </div> <div class="description"> Release archive. </div> <div class="extra"> <div class="ui horizontal link list"> - <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0-incubating.tar.gz.asc">PGP Signature</a> - <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0-incubating.tar.gz.sha256">SHA256</a> - <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.1.0/apache-annotator-0.1.0-incubating.tar.gz.sha512">SHA512</a> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.asc">PGP Signature</a> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha256">SHA256</a> + <a class="item" href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha512">SHA512</a> </div> <div class="ui horizontal link list"> <a class="item" href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions for verifying downloads.</a> @@ -110,7 +110,7 @@ layout: default </a> </div> <div class="meta"> - <span>Version 0.1.0</span> + <span>Version 0.2.0</span> </div> <div class="description"> <span>Convenience package built from the release archive.</span>
