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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 48323279cd Update policy links to include more accurate links in 
policies (#1260)
48323279cd is described below

commit 48323279cd62b61c67ee150aaa92975c39365e56
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Oct 27 17:11:53 2025 +0100

    Update policy links to include more accurate links in policies (#1260)
---
 landing-pages/site/config.toml                     |  4 ++-
 .../sphinx_airflow_theme/footer.html               | 30 +++++++---------------
 2 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/landing-pages/site/config.toml b/landing-pages/site/config.toml
index c3dc44f359..5473d5e3a6 100644
--- a/landing-pages/site/config.toml
+++ b/landing-pages/site/config.toml
@@ -131,13 +131,15 @@ no = 'Sorry to hear that. Please <a 
href="https://github.com/USERNAME/REPOSITORY
     name = "Youtube"
     url = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/";
     iconName = "youtube.svg"
-
 [[params.links.policies]]
     name = "License"
     url = "https://www.apache.org/licenses/";
 [[params.links.policies]]
     name = "Donate"
     url = "https://www.apache.org/foundation/sponsorship.html";
+[[params.links.policies]]
+    name = "Events"
+    url = "https://events.apache.org/";
 [[params.links.policies]]
     name = "Thanks"
     url = "https://www.apache.org/foundation/thanks.html";
diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/footer.html 
b/sphinx_airflow_theme/sphinx_airflow_theme/footer.html
index 1444f23857..711412d7af 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/footer.html
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/footer.html
@@ -107,6 +107,10 @@
                     <span>Donate</span>
                 </a>
 
+                <a href="https://events.apache.org/"; 
class="footer-section__policies-section--policy-item">
+                    <span>Events</span>
+                </a>
+
                 <a href="https://www.apache.org/foundation/thanks.html"; 
class="footer-section__policies-section--policy-item">
                     <span>Thanks</span>
                 </a>
@@ -114,32 +118,16 @@
                 <a href="https://www.apache.org/security/"; 
class="footer-section__policies-section--policy-item">
                     <span>Security</span>
                 </a>
-                {% if not theme_hide_website_buttons %}
-
-                <a href="/docs" 
class="footer-section__policies-section--policy-item">
-                    <span>Season of Docs</span>
-                </a>
 
-                <a href="/" 
class="footer-section__policies-section--policy-item">
-                    <span>Privacy policy &amp; terms</span>
+                <a 
href="https://privacy.apache.org/policies/privacy-policy-public.html"; 
class="footer-section__policies-section--policy-item">
+                    <span>Privacy</span>
                 </a>
 
-                <a href="/" 
class="footer-section__policies-section--policy-item">
-                    <span>Cookies</span>
+                <a href="https://airflow.apache.org/code-of-conduct/"; 
class="footer-section__policies-section--policy-item">
+                    <span>Code of conduct</span>
                 </a>
 
-                <div class="footer-section__policies-section--language-toggle">
-
-                    <a class="dropdown-toggle" href="#" id="navbarDropdown" 
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
-                        <span>English</span>
-                    </a>
-                    <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
-
-                        <a class="dropdown-item" href="/no/">Norsk</a>
-
-                    </div>
-
-                </div>
+                {% if not theme_hide_website_buttons %}
                 {% endif %}
 
             </div>

Reply via email to