From b78425cd0758f29e87fc3b217e92f3e882ed74bb Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Tue, 7 Jan 2025 16:11:27 +0530 Subject: [PATCH] Set 4 spaces indentation for markdownlint for mkdocs to render properly --- .markdownlint.json | 5 +++++ docs/index.md | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..51a5fcbe --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "MD007": { + "indent": 4 + } +} diff --git a/docs/index.md b/docs/index.md index 822ec62f..ae853f9a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,23 +7,23 @@ Everything you need to know about how to build Apache Airflow® workflows using Are you new to DAG Factory? This is the place to start! * DAG Factory at a glance - * [Quickstart with Airflow standalone](getting-started/quick-start-airflow-standalone.md) - * [Quickstart with Astro CLI](getting-started/quick-start-astro-cli.md) + * [Quickstart with Airflow standalone](getting-started/quick-start-airflow-standalone.md) + * [Quickstart with Astro CLI](getting-started/quick-start-astro-cli.md) * Install guide * [Using YAML instead of Python](./comparison/index.md) - * [Traditional Airflow Operators](./comparison/traditional_operators.md) - * [TaskFlow API](./comparison/taskflow_api.md) + * [Traditional Airflow Operators](./comparison/traditional_operators.md) + * [TaskFlow API](./comparison/taskflow_api.md) ## Configuration * [Configuring your workflows](configuration/configuring_workflows.md) - * [Environment variables](configuration/environment_variables.md) - * [Defaults](configuration/defaults.md) + * [Environment variables](configuration/environment_variables.md) + * [Defaults](configuration/defaults.md) ## Features * Dynamically creating tasks during runtime - * Dynamic task mapping + * Dynamic task mapping ## Getting help