This is an automated email from the ASF dual-hosted git repository.
aicam pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/incubator-texera-site.git
The following commit(s) were added to refs/heads/staging by this push:
new f7d3759 Move security page to docs section and revert ASF Security
link
f7d3759 is described below
commit f7d375931317cffe92ec99d5b9ccd4f40fe3f38a
Author: ali <[email protected]>
AuthorDate: Wed Jan 7 11:06:01 2026 -0800
Move security page to docs section and revert ASF Security link
- Reverted Security link in ASF menu to point to external Apache security
page (https://www.apache.org/security/)
- Uncommented Docs menu in hugo.toml to enable Docs navigation
- Moved security content from standalone page to docs/security subsection
- Security page now accessible at /docs/security/ as part of documentation
---
content/en/{security.md => docs/security/_index.md} | 0
data/en/apache_links.toml | 2 +-
hugo.toml | 8 ++++----
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/content/en/security.md b/content/en/docs/security/_index.md
similarity index 100%
rename from content/en/security.md
rename to content/en/docs/security/_index.md
diff --git a/data/en/apache_links.toml b/data/en/apache_links.toml
index 0a9d3cb..4c0d38e 100644
--- a/data/en/apache_links.toml
+++ b/data/en/apache_links.toml
@@ -21,7 +21,7 @@ url = "https://www.apache.org/foundation/thanks.html"
[[links]]
id = "security"
name = "Security"
-url = "/security/"
+url = "https://www.apache.org/security/"
[[links]]
id = "privacy"
diff --git a/hugo.toml b/hugo.toml
index 19ab4a2..c023119 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -68,10 +68,10 @@ pre = "<i class='fab fa-github'></i>"
name = "Meetings"
url = "/monthly-meetings/"
weight = 100
-#[[languages.en.menu.main]]
-#name = "Docs"
-#url = "/docs/"
-#weight = 100
+[[languages.en.menu.main]]
+name = "Docs"
+url = "/docs/"
+weight = 100
[languages.es]
languageName = "EspaƱol"