You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/15 10:56:23 UTC

[airflow-site] branch main updated: Add Read the documentation links to each paragraph (#434)

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

kaxilnaik 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 a4ce3c5  Add Read the documentation links to each paragraph (#434)
a4ce3c5 is described below

commit a4ce3c5e165ef8ff57e364f211b83120eb113b72
Author: Peter G. Horvath <pe...@gmail.com>
AuthorDate: Tue Jun 15 12:56:13 2021 +0200

    Add Read the documentation links to each paragraph (#434)
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
    
    This fixes https://github.com/apache/airflow/issues/16431
---
 landing-pages/site/content/en/docs/_index.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md
index 0ecc2d9..f97be90 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -11,11 +11,13 @@ menu:
 
 ## [Apache Airflow](/docs/apache-airflow/stable/index.html)
 
-Apache Airflow Core, which includes webserver, scheduler, CLI and other components that are needed for minimal Airflow installation.
+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)  
 
 ## [Providers packages](/docs/apache-airflow-providers/index.html)
 
-Providers packages include integrations with third party integrations. They are updated independently of the Apache Airflow core.
+Providers packages include integrations with third party integrations. They are updated independently of the Apache Airflow core.  
+[Read the documentation >>](/docs/apache-airflow-providers/index.html)  
 
 <ul class="list-providers">
 
@@ -158,13 +160,13 @@ Providers packages include integrations with third party integrations. They are
 Airflow has an official Dockerfile and Docker image published in DockerHub as a convenience package for
 installation. You can extend and customize the image according to your requirements and use it in
 your own deployments.
-
+[Read the documentation >>](/docs/docker-stack/index.html)
 
 
 ## [Helm Chart](/docs/helm-chart/stable/index.html)
 
 Airflow has an official Helm Chart that will help you set up your own Airflow on a cloud/on-prem Kubernetes environment and leverage its scalable nature to support a large group of users. Thanks to Kubernetes, we are not tied to a specific cloud provider.
-
+[Read the documentation >>](/docs/helm-chart/stable/index.html)  
 
 <style>
     @media (min-width: 768px) {