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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5a087a82e3 List Apache Airflow Mypy documentation (#1633)
5a087a82e3 is described below

commit 5a087a82e34f3b90c35012b95374836ba7e2caa1
Author: Hussein Awala <[email protected]>
AuthorDate: Thu Aug 20 17:00:37 2026 +0200

    List Apache Airflow Mypy documentation (#1633)
    
    Users need a discoverable entry point for the independently versioned 
plugin documentation after it is published.
---
 landing-pages/site/content/en/docs/_index.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/landing-pages/site/content/en/docs/_index.md 
b/landing-pages/site/content/en/docs/_index.md
index 7d7b86e736..2a35cb5614 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -19,6 +19,12 @@ Apache Airflow Core, which includes webserver, scheduler, 
CLI and other componen
 Apache Airflow CTL (airflowctl) is a command-line interface (CLI) for Apache 
Airflow that interacts exclusively with the Airflow REST API. It provides a 
secure, auditable, and consistent way to manage Airflow deployments — without 
direct access to the metadata database.
 [Read airflowctl documentation >>](/docs/apache-airflow-ctl/stable/index.html)
 
+## [Apache Airflow Mypy plugins](/docs/apache-airflow-mypy/stable/index.html)
+
+Apache Airflow Mypy provides optional, independently versioned plugins that 
improve static type checking
+for Dags, custom operators, hooks, typed decorators, and task outputs.
+[Read Apache Airflow Mypy documentation 
>>](/docs/apache-airflow-mypy/stable/index.html)
+
 ## [Task SDK](/docs/task-sdk/stable/index.html)
 
 The Task SDK provides python-native interfaces for defining DAGs,

Reply via email to