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

fokko 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 b9376085 Add links to Multi-Engine support page (#203)
b9376085 is described below

commit b9376085d02c59cef8b5bf152992cb1933199640
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Wed Mar 1 12:29:54 2023 +0100

    Add links to Multi-Engine support page (#203)
---
 docs/config.toml         | 1 +
 landing-page/config.toml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/config.toml b/docs/config.toml
index 0144eb26..fb56156d 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -45,6 +45,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Spec", parent = "Project", pre = "relative", url = "../../spec", 
weight = 200 },
     { name = "View Spec", parent = "Project", pre = "relative", url = 
"../../view-spec", weight = 300 },
     { name = "Puffin Spec", parent = "Project", pre = "relative", url = 
"../../puffin-spec", weight = 400 },
+    { name = "Multi-Engine Support", parent = "Project", pre = "relative", url 
= "../../multi-engine-support", weight = 450 },
     { name = "How To Release", parent = "Project", pre = "relative", url = 
"../../how-to-release", weight = 500 },
     { name = "Terms", parent = "Project", pre = "relative", url = 
"../../terms", weight = 600 },
     { name = "ASF", weight = 1200 },
diff --git a/landing-page/config.toml b/landing-page/config.toml
index f515602f..6f2fb2bc 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -56,6 +56,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Spec", url = "/spec", parent = "Project", weight = 200 },
     { name = "View Spec", url = "/view-spec", parent = "Project", weight = 300 
},
     { name = "Puffin Spec", url = "/puffin-spec", parent = "Project", weight = 
400 },
+    { name = "Multi-Engine Support", url = "/multi-engine-support", parent = 
"Project", weight = 450 },
     { name = "How To Release", parent = "Project", url = "/how-to-release", 
weight = 500 },
     { name = "Terms", url = "/terms", parent = "Project", weight = 600 },
     { name = "ASF", weight = 1200 },

Reply via email to