This is an automated email from the ASF dual-hosted git repository. vincbeck pushed a commit to branch vincbeck/anthropic in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 381c478db64b01fcd15b62fb037b04ba5ba8c47f Author: vincbeck <[email protected]> AuthorDate: Fri Jul 10 12:50:54 2026 -0400 Add provider Anthropic --- landing-pages/site/content/en/docs/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md index f169a9391e..7d7b86e736 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -63,6 +63,8 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-amazon/stable/index.html"><code>Amazon</code></a></li> + <li><a href="/docs/apache-airflow-providers-anthropic/stable/index.html"><code>Anthropic</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>
