This is an automated email from the ASF dual-hosted git repository.
bankim pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 4277a51 [docs][site] Add links to documentation on the releases index
page
4277a51 is described below
commit 4277a514ca3c6a0619cbdceab600dc7f62aa506a
Author: Bankim Bhavsar <[email protected]>
AuthorDate: Wed May 12 16:53:06 2021 -0700
[docs][site] Add links to documentation on the releases index page
Kudu documentation is versioned and we have separate docs for every
release. However we don't have an index page that points
to documentation of different releases.
The idea was to introduce a separate docs page that links
docs for every Kudu version. However every Kudu version release page
includes links to the documentation as "Additional Links" and we
already have an index page for Kudu releases.
So instead, it'd be better to add documentation links
to the existing releases index page. In order to limit the size
of releases index page, these documentation links are added only for
currently supported releases.
The documentation links for the archived releases can be fetched
from the release page for that particular archived release like
earlier.
Change-Id: I7dae7a40a73a44649eca9eda2dac646a71e784f5
Reviewed-on: http://gerrit.cloudera.org:8080/17439
Reviewed-by: Grant Henke <[email protected]>
Tested-by: Bankim Bhavsar <[email protected]>
---
releases/index.md | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/releases/index.md b/releases/index.md
index d852793..6461955 100644
--- a/releases/index.md
+++ b/releases/index.md
@@ -10,11 +10,21 @@ single_col_extra_classes: releases
### Latest release
* **[Kudu 1.14.0](1.14.0/)** was released on Jan 28, 2021. <!-- LATREL: DO NOT
REMOVE -->
+ * [Kudu 1.14.0 Documentation](1.14.0/docs/)
+ * [Kudu 1.14.0 Java API docs](1.14.0/apidocs/)
+ * [Kudu 1.14.0 C++ API docs](1.14.0/cpp-client-api/)
### Previous releases (ongoing support)
-* [Kudu 1.13.0](1.13.0/)** was released on Sep 17, 2020. <!-- PREVREL: DO NOT
REMOVE -->
+* [Kudu 1.13.0](1.13.0/) was released on Sep 17, 2020. <!-- PREVREL: DO NOT
REMOVE -->
+ * [Kudu 1.13.0 Documentation](1.13.0/docs/)
+ * [Kudu 1.13.0 Java API docs](1.13.0/apidocs/)
+ * [Kudu 1.13.0 C++ API docs](1.13.0/cpp-client-api/)
+
* [Kudu 1.12.0](1.12.0/) was released on May 11, 2020.
+ * [Kudu 1.12.0 Documentation](1.12.0/docs/)
+ * [Kudu 1.12.0 Java API docs](1.12.0/apidocs/)
+ * [Kudu 1.12.0 C++ API docs](1.12.0/cpp-client-api/)
### Archived releases
* [Kudu 1.11.1](1.11.1/)was released on November 20, 2019. <!--ARCHREL: DO NOT
REMOVE -->