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 56bcddab Add missing Releases to topnav (#119)
56bcddab is described below
commit 56bcddab5979230ea1f8d09bf82a69bdbb574f66
Author: Samuel Redai <[email protected]>
AuthorDate: Mon Jul 18 11:19:41 2022 -0400
Add missing Releases to topnav (#119)
---
docs/config.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/config.toml b/docs/config.toml
index 311ade9b..f7839984 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -32,6 +32,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
topnav = [
{ name = "Quickstart", pre = "relative", 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
},