Revert "Delete TaskSDK from the live site for now"
This reverts commit 700591abf6bec91b4bff72857140e3cc2bfcea2b.
diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md
index 244fa54..e8458c5 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -14,6 +14,12 @@
Apache Airflow Core, which includes webserver, scheduler, CLI and other components that are needed for minimal Airflow installation.
[Read the documentation >>](/docs/apache-airflow/stable/index.html)
+## [Task SDK](/docs/task-sdk/stable/index.html)
+
+The Task SDK provides python-native interfaces for defining DAGs,
+executing tasks in isolated subprocesses and interacting with Airflow resources
+(e.g., Connections, Variables, XComs, Metrics, Logs, and OpenLineage events) at runtime. The goal of task-sdk is to decouple DAG authoring from Airflow internals (Scheduler, API Server, etc.), providing a forward-compatible, stable interface for writing and maintaining DAGs across Airflow versions.
+[Read the documentation >>](/docs/task-sdk/stable/index.html)
## [Docker stack](/docs/docker-stack/index.html)