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/08 18:17:20 UTC

[iceberg-docs] branch 0.13.2 updated: 0.13.2: Update topnav (#117)

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

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


The following commit(s) were added to refs/heads/0.13.2 by this push:
     new 603971a9 0.13.2: Update topnav (#117)
603971a9 is described below

commit 603971a91ebe0be577c743907361f9f6141bd55f
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Fri Jul 8 14:17:15 2022 -0400

    0.13.2: Update topnav (#117)
---
 docs/config.toml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index ebe364b2..311ade9b 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -30,12 +30,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "0.12.1", pre = "relative", url = "../0.12.1", weight = 1000 }
   ]
   topnav = [
-    { name = "Docs", url = "/docs/latest", weight = 100 },
-    { name = "Releases", pre = "relative", url = "../../releases", weight = 600 },
-    { name = "Spark", url = "/getting-started", weight = 200 },
-    { name = "Flink", url = "/flink", weight = 300 },
-    { name = "Trino", url = "https://trino.io/docs/current/connector/iceberg.html", weight = 400 },
-    { name = "Presto", url = "https://prestodb.io/docs/current/connector/iceberg.html" , weight = 500 },
+    { name = "Quickstart", pre = "relative", url = "../../spark-quickstart", weight = 100 },
+    { name = "Docs", url = "/docs/latest", weight = 200 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
     { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 },