You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/09 01:11:53 UTC

[airflow-site] branch master updated: Adds apache-beam and neo4j to provider's index (#380)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cfef4c0  Adds apache-beam and neo4j to provider's index (#380)
cfef4c0 is described below

commit cfef4c0992cb8149a115072627ba0c166190c75e
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Feb 9 02:11:43 2021 +0100

    Adds apache-beam and neo4j to provider's index (#380)
---
 landing-pages/site/content/en/docs/_index.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md
index ab2c0cf..78d040a 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -21,6 +21,8 @@ Providers packages include integrations with third party integrations. They are
 
   <li><a href="/docs/apache-airflow-providers-amazon/stable/index.html"><code>Amazon</code></a></li>
 
+  <li><a href="/docs/apache-airflow-providers-apache-beam/stable/index.html"><code>Apache Beam</code></a></li>
+
   <li><a href="/docs/apache-airflow-providers-apache-cassandra/stable/index.html"><code>Apache Cassandra</code></a></li>
 
   <li><a href="/docs/apache-airflow-providers-apache-druid/stable/index.html"><code>Apache Druid</code></a></li>
@@ -91,6 +93,8 @@ Providers packages include integrations with third party integrations. They are
 
   <li><a href="/docs/apache-airflow-providers-mysql/stable/index.html"><code>MySQL</code></a></li>
 
+  <li><a href="/docs/apache-airflow-providers-neo4j/stable/index.html"><code>Neo4J</code></a></li>
+
   <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>