This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch missing in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit e6860dc0e6cf8e7c7469897b4eb91584390b97da Author: Elad Kalif <[email protected]> AuthorDate: Tue Feb 27 08:02:05 2024 +0200 Add missing packages to index and fix sorting --- landing-pages/site/content/en/docs/_index.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md index 97004e021f..c5e245e975 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -45,6 +45,8 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-apache-hive/stable/index.html"><code>Apache Hive</code></a></li> + <li><a href="/docs/apache-airflow-providers-apache-impala/stable/index.html"><code>Apache Impala</code></a></li> + <li><a href="/docs/apache-airflow-providers-apache-kafka/stable/index.html"><code>Apache Kafka</code></a></li> <li><a href="/docs/apache-airflow-providers-apache-kylin/stable/index.html"><code>Apache Kylin</code></a></li> @@ -67,6 +69,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-cloudant/stable/index.html"><code>Cloudant</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-cohere/stable/index.html"><code>Cohere</code></a></li> @@ -117,10 +121,10 @@ Providers packages include integrations with third party projects. They are vers <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> - <li><a href="/docs/apache-airflow-providers-microsoft-mssql/stable/index.html"><code>Microsoft SQL Server (MSSQL)</code></a></li> + <li><a href="/docs/apache-airflow-providers-microsoft-psrp/stable/index.html"><code>Microsoft PowerShell Remoting Protocol (PSRP)</code></a></li> + <li><a href="/docs/apache-airflow-providers-microsoft-winrm/stable/index.html"><code>Microsoft Windows Remote Management (WinRM)</code></a></li> <li><a href="/docs/apache-airflow-providers-mongo/stable/index.html"><code>MongoDB</code></a></li> @@ -131,10 +135,10 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-odbc/stable/index.html"><code>ODBC</code></a></li> - <li><a href="/docs/apache-airflow-providers-openfaas/stable/index.html"><code>OpenFaaS</code></a></li> - <li><a href="/docs/apache-airflow-providers-openai/stable/index.html"><code>OpenAI</code></a></li> + <li><a href="/docs/apache-airflow-providers-openfaas/stable/index.html"><code>OpenFaaS</code></a></li> + <li><a href="/docs/apache-airflow-providers-openlineage/stable/index.html"><code>OpenLineage</code></a></li> <li><a href="/docs/apache-airflow-providers-opensearch/stable/index.html"><code>Open Search</code></a></li> @@ -181,10 +185,10 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-ssh/stable/index.html"><code>SSH</code></a></li> - <li><a href="/docs/apache-airflow-providers-tabular/stable/index.html"><code>Tabular</code></a></li> - <li><a href="/docs/apache-airflow-providers-tableau/stable/index.html"><code>Tableau</code></a></li> + <li><a href="/docs/apache-airflow-providers-tabular/stable/index.html"><code>Tabular</code></a></li> + <li><a href="/docs/apache-airflow-providers-telegram/stable/index.html"><code>Telegram</code></a></li> <li><a href="/docs/apache-airflow-providers-teradata/stable/index.html"><code>Teradata</code></a></li>
