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

yukon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e609e26  Add asf link in the top nav
e609e26 is described below

commit e609e26a89b5c7d77457c1039de11efc65140f39
Author: zhoujinsong <[email protected]>
AuthorDate: Thu Apr 4 14:32:24 2024 +0800

    Add asf link in the top nav
---
 amoro-docs/hugo.toml | 7 +++++++
 amoro-site/hugo.toml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index 87643db..7f8db8a 100644
--- a/amoro-docs/hugo.toml
+++ b/amoro-docs/hugo.toml
@@ -38,6 +38,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Community", weight = 600 },
     { name = "Join Community", parent = "Community", pre = "relative", url = 
"../../join-community/", weight = 601 },
     { name = "How to contribute", parent = "Community", pre = "relative", url 
= "../../how-to-contribute/", weight = 602 },
+    { name = "ASF", weight = 700 },
+    { name = "Foundation", identifier = "_foundation", parent = "ASF", url = 
"https://www.apache.org/";, weight = 701 },
+    { name = "License", identifier = "_license", parent = "ASF", url = 
"https://www.apache.org/licenses/";, weight = 702 },
+    { name = "Donate", identifier = "_donate", parent = "ASF", url = 
"https://www.apache.org/foundation/sponsorship.html";, weight = 703 },
+    { name = "Sponsors", identifier = "_sponsors", parent = "ASF", url = 
"https://www.apache.org/foundation/thanks.html";, weight = 704 },
+    { name = "Security", identifier = "_security", parent = "ASF", url = 
"https://www.apache.org/security/";, weight = 705 },
+    { name = "Privacy", identifier = "_privacy", parent = "ASF", url = 
"https://privacy.apache.org/policies/privacy-policy-public.html";, weight = 706 }
   ]
 
   main = [ # Main menu, docs site left nav
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index eeee182..37b6e9e 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -73,6 +73,13 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Community", weight = 600 },
     { name = "Join Community", parent = "Community", url = "/join-community/", 
weight = 601 },
     { name = "How to contribute", parent = "Community", url = 
"/how-to-contribute/", weight = 602 },
+    { name = "ASF", weight = 700 },
+    { name = "Foundation", identifier = "_foundation", parent = "ASF", url = 
"https://www.apache.org/";, weight = 701 },
+    { name = "License", identifier = "_license", parent = "ASF", url = 
"https://www.apache.org/licenses/";, weight = 702 },
+    { name = "Donate", identifier = "_donate", parent = "ASF", url = 
"https://www.apache.org/foundation/sponsorship.html";, weight = 703 },
+    { name = "Sponsors", identifier = "_sponsors", parent = "ASF", url = 
"https://www.apache.org/foundation/thanks.html";, weight = 704 },
+    { name = "Security", identifier = "_security", parent = "ASF", url = 
"https://www.apache.org/security/";, weight = 705 },
+    { name = "Privacy", identifier = "_privacy", parent = "ASF", url = 
"https://privacy.apache.org/policies/privacy-policy-public.html";, weight = 706 }
   ]
 
 [markup.goldmark.renderer]

Reply via email to