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 3628094f Add missing Releases to topnav (#120)
3628094f is described below

commit 3628094f56aa74cd4f510c4bbf50ba2f38393155
Author: Samuel Redai <[email protected]>
AuthorDate: Tue Jul 19 21:53:53 2022 -0400

    Add missing Releases to topnav (#120)
---
 docs/config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/config.toml b/docs/config.toml
index 893b742e..0f1123b0 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -32,6 +32,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
   topnav = [
     { name = "Quickstart", url = "/spark-quickstart", weight = 100 },
     { name = "Docs", url = "/docs/latest", weight = 200 },
+    { name = "Releases", pre = "relative", url = "../../releases", weight = 
600 },
     { name = "Blogs", pre = "relative", url = "../../blogs", weight = 998 },
     { name = "Talks", pre = "relative", url = "../../talks", weight = 999 },
     { name = "Roadmap", pre = "relative", url = "../../roadmap", weight = 997 
},

Reply via email to