This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 55d3ecc9ba [docs] Fix nested list item indents (#31566)
55d3ecc9ba is described below
commit 55d3ecc9bade0927ad2f8c98daf0810da2c78941
Author: Robin Moffatt <[email protected]>
AuthorDate: Mon May 29 07:54:47 2023 +0100
[docs] Fix nested list item indents (#31566)
Co-authored-by: Tzu-ping Chung <[email protected]>
---
docs/docker-stack/index.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/docker-stack/index.rst b/docs/docker-stack/index.rst
index d54c374b70..e7cf2cce81 100644
--- a/docs/docker-stack/index.rst
+++ b/docs/docker-stack/index.rst
@@ -125,13 +125,13 @@ The reference Docker Image supports the following
platforms and database:
* Intel platform (x86_64)
- * Postgres Client
- * MySQL Client
- * MSSQL Client
+ * Postgres Client
+ * MySQL Client
+ * MSSQL Client
* ARM platform (aarch64) - experimental support, might change any time
- * Postgres Client
- * MSSQL Client
+ * Postgres Client
+ * MSSQL Client
Usage
=====