diff --git a/docs/source/index.rst b/docs/source/index.rst
index edc6d311ceee..574c285b0e65 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -51,12 +51,14 @@ The following related subprojects target end users and have separate documentati
queries.
- `DataFusion Comet `_ is an accelerator for Apache Spark based on
DataFusion.
+- `DataFusion Ballista `_ is distributed processing extension for DataFusion.
"Out of the box," DataFusion offers `SQL `_
and `Dataframe `_ APIs,
excellent `performance `_, built-in support for CSV, Parquet, JSON, and Avro,
extensive customization, and a great community.
`Python Bindings `_ are also available.
+`Ballista `_ is Apache DataFusion extension enabling the parallelized execution of workloads across multiple nodes in a distributed environment.
DataFusion features a full query planner, a columnar, streaming, multi-threaded,
vectorized execution engine, and partitioned data sources. You can
@@ -163,6 +165,6 @@ To get started, see
:maxdepth: 1
:caption: DataFusion Subprojects
- DataFusion Ballista
+ DataFusion Ballista
DataFusion Comet
DataFusion Python