This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch add-user-list-section in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 5eb3725e93cc0e083e6a8d77c98eebf6307ff528 Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Feb 8 09:38:26 2024 +0100 Add section about joining users list --- landing-pages/site/content/en/community/_index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/landing-pages/site/content/en/community/_index.html b/landing-pages/site/content/en/community/_index.html index 3810f12697..cc290790c8 100644 --- a/landing-pages/site/content/en/community/_index.html +++ b/landing-pages/site/content/en/community/_index.html @@ -80,6 +80,24 @@ menu: </p> </ol> {{< /accordion >}} + {{< accordion title="Join the Users mailing list" description="The Users list is the preferred channel for important announcements: release/security and asking for help from other users." logo_path="icons/join-devlist-icon.svg" open="true">}} + <p class="bodytext__medium--brownish-grey"> + Manage your <b>subscription</b>: + </p> + <ul class="ticks-blue mx-auto"> + <li class="text-break-all"><a class="list-link" href="mailto:[email protected]">[email protected]</a></li> + <li class="text-break-all"><a class="list-link" href="mailto:[email protected]">[email protected]</a></li> + </ul> + <p class="bodytext__medium--brownish-grey"> + Browse the <b>archive</b>: + </p> + <ul class="ticks-blue mx-auto"> + <li class="text-break-all"><a class="list-link" href="https://lists.apache.org/[email protected]">https://lists.apache.org/[email protected]</a></li> + </ul> + <p class="bodytext__medium--brownish-grey"> + For answers to ad hoc questions, try asking in the official <b>Airflow Slack</b> first. See <b>"Ask a question"</b> below for details and additional resources. + </p> + {{< /accordion >}} {{< accordion title="Ask a question" description="Reach out to other users and contributors. There are at least three ways to do this." logo_path="icons/ask-question-icon.svg">}} <ol class="counter-blue mx-auto"> <li>Ask in the <a href="https://apache-airflow-slack.herokuapp.com/">Apache Airflow Slack</a></li>
