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

[iceberg-docs] branch main updated: Add 0.14.0 docs link.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0ff5a93a Add 0.14.0 docs link.
0ff5a93a is described below

commit 0ff5a93ae121a26cb57f1a40f7de607550186787
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Tue Jul 19 19:08:04 2022 -0700

    Add 0.14.0 docs link.
---
 landing-page/config.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/landing-page/config.toml b/landing-page/config.toml
index 4ae23770..5fc91371 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "0.13.2", url = "/docs/0.14.0", weight = 996 },
     { name = "0.13.2", url = "/docs/0.13.2", weight = 997 },
     { name = "0.13.1", url = "/docs/0.13.1", weight = 998 },
     { name = "0.13.0", url = "/docs/0.13.0", weight = 999 },
@@ -65,4 +66,4 @@ home = [ "HTML", "RSS", "SearchIndex" ]
   ]
 
 [markup.goldmark.renderer]
-unsafe= true
\ No newline at end of file
+unsafe= true