Skip to content

Commit abd9bc0

Browse files
committed
Update website for 2.1.3 release
* Update jekyll config, nav, and download page * Update 2.1.2 release notes to be archived * Keep 2.1.3 release notes draft pending final review
1 parent 839baa6 commit abd9bc0

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ description: > # this means to ignore newlines until "url:"
1313
The Apache Accumulo™ sorted, distributed key/value store is a robust, scalable,
1414
high performance data storage and retrieval system.
1515
url: "https://accumulo.apache.org" # the base hostname & protocol for your site
16-
latest_release: 2.1.2
17-
javadoc_version: 2.1.2
16+
latest_release: 2.1.3
17+
javadoc_version: 2.1.3
1818
num_home_posts: 5
1919
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
2020
docs_baseurl: "/docs/2.x"
@@ -72,8 +72,8 @@ defaults:
7272
layout: "docs-2"
7373
title_prefix: "Accumulo Documentation - "
7474
version: "2.x"
75-
latest_release: "2.1.2"
76-
javadoc_version: "2.1.2"
75+
latest_release: "2.1.3"
76+
javadoc_version: "2.1.3"
7777
docs_baseurl: "/docs/2.x"
7878
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
7979
skiph1fortitle: "true"

_includes/nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown">Releases</a>
1515
<ul class="dropdown-menu">
1616
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-3.0.0/">3.0.0 (Latest non-LTM)</a></li>
17-
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-2.1.2/">2.1.2 (Latest LTM)</a></li>
17+
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-2.1.3/">2.1.3 (Latest LTM)</a></li>
1818
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/accumulo-1.10.4/">1.10.4 (Legacy LTM)</a></li>
1919
<li><a class="dropdown-item" href="{{ site.baseurl }}/release/">Archive</a></li>
2020
</ul>

_posts/release/2023-08-21-accumulo-2.1.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Apache Accumulo 2.1.2
33
sortableversion: '02.01.02'
44
LTM: true
5+
archived: true
56
---
67
## About
78

pages/downloads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ available in a future update to this site.
104104
</div>
105105

106106

107-
{% assign linkVers = '2.1.2' %}
107+
{% assign linkVers = '2.1.3' %}
108108
### {{linkVers}} **Latest**{: .badge .bg-primary} **LTM**{: .badge .bg-success}
109109
{: #latest }
110110

0 commit comments

Comments
 (0)