You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/02/08 18:07:51 UTC

[iceberg-docs] 32/47: Add 0.13.0 to left navbar (#32)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git

commit 9a0ee5c81e78c10564972f9aa98a01c80276ae23
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Fri Feb 4 17:38:28 2022 -0500

    Add 0.13.0 to left navbar (#32)
---
 docs/config.toml                            | 2 +-
 docs/content/docs/releases/0.13.0/_index.md | 5 +++++
 docs/content/docs/releases/latest/_index.md | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 2155c43..ab0c8f9 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -8,5 +8,5 @@ theme= "hugo-book"
   BookLogo = "img/iceberg-logo-icon.png"
   versions.iceberg = "" # This is populated by the github deploy workflow and is equal to the branch name
   versions.nessie = "0.17.0"
-  latestVersions.iceberg = "0.12.1"  # This is used for the version badge on the "latest" site version
+  latestVersions.iceberg = "0.13.0"  # This is used for the version badge on the "latest" site version
   BookSection='docs' # This determines which directory will inform the left navigation menu
diff --git a/docs/content/docs/releases/0.13.0/_index.md b/docs/content/docs/releases/0.13.0/_index.md
new file mode 100644
index 0000000..7590311
--- /dev/null
+++ b/docs/content/docs/releases/0.13.0/_index.md
@@ -0,0 +1,5 @@
+---
+title: "0.13.0"
+weight: 98
+bookUrlFromBaseURL: /0.13.0
+---
\ No newline at end of file
diff --git a/docs/content/docs/releases/latest/_index.md b/docs/content/docs/releases/latest/_index.md
index 94d46ba..df06b9c 100644
--- a/docs/content/docs/releases/latest/_index.md
+++ b/docs/content/docs/releases/latest/_index.md
@@ -1,5 +1,5 @@
 ---
 title: "Latest"
-weight: 98
+weight: 1
 bookUrlFromBaseURL: /latest
 ---
\ No newline at end of file