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

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

commit c092cefcda4ff1a1e054f7aaf201e934d14a5b91
Author: Elad Kalif <45845474+elad...@users.noreply.github.com>
AuthorDate: Thu Oct 26 11:06:35 2023 +0300

    Add SMTP provider to _index.md
---
 landing-pages/site/content/en/docs/_index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/landing-pages/site/content/en/docs/_index.md 
b/landing-pages/site/content/en/docs/_index.md
index 411d0df3a3..6ce4a301cf 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -67,6 +67,8 @@ Providers packages include integrations with third party 
projects. They are vers
 
   <li><a 
href="/docs/apache-airflow-providers-celery/stable/index.html"><code>Celery</code></a></li>
 
+  <li><a 
href="/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html"><code>CNCF
 Kubernetes</code></a></li>
+
   <li><a 
href="/docs/apache-airflow-providers-common-sql/stable/index.html"><code>Common 
SQL</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-daskexecutor/stable/index.html"><code>Dask 
Executor</code></a></li>
@@ -111,8 +113,6 @@ Providers packages include integrations with third party 
projects. They are vers
 
   <li><a 
href="/docs/apache-airflow-providers-jenkins/stable/index.html"><code>Jenkins</code></a></li>
 
-  <li><a 
href="/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html"><code>Kubernetes</code></a></li>
-
   <li><a 
href="/docs/apache-airflow-providers-microsoft-azure/stable/index.html"><code>Microsoft
 Azure</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-microsoft-psrp/stable/index.html"><code>Microsoft
 PowerShell Remoting Protocol (PSRP)</code></a></li>
@@ -167,6 +167,8 @@ Providers packages include integrations with third party 
projects. They are vers
 
   <li><a 
href="/docs/apache-airflow-providers-slack/stable/index.html"><code>Slack</code></a></li>
 
+  <li><a 
href="/docs/apache-airflow-providers-smtp/stable/index.html"><code>SMTP</code></a></li>
+
   <li><a 
href="/docs/apache-airflow-providers-snowflake/stable/index.html"><code>Snowflake</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-sqlite/stable/index.html"><code>SQLite</code></a></li>

Reply via email to