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

potiuk 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 f467b83147 Alphabetize based on link text not url (#617)
f467b83147 is described below

commit f467b831478d4c01bc3ce4786b4e47189729706c
Author: Jakob <[email protected]>
AuthorDate: Fri Jun 24 09:16:04 2022 -0500

    Alphabetize based on link text not url (#617)
    
    * Alphabetize based on link text not url
    
    Provider documentation is ordered based on the url to the package 
provider's documentation and not the package provider's name. eg. "IBM 
Cloudant", which lacks the "IBM" in its url, and "Kubernetes" which contains 
"cncf" in its url look out of logical order.
    
    This change puts providers in order based on the link text.
    
    * lint
---
 landing-pages/site/content/en/docs/_index.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/landing-pages/site/content/en/docs/_index.md 
b/landing-pages/site/content/en/docs/_index.md
index 9648729c24..9efe5da94e 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -57,10 +57,6 @@ Providers packages include integrations with third party 
projects. They are upda
 
   <li><a 
href="/docs/apache-airflow-providers-celery/stable/index.html"><code>Celery</code></a></li>
 
-  <li><a 
href="/docs/apache-airflow-providers-cloudant/stable/index.html"><code>IBM 
Cloudant</code></a></li>
-
-  <li><a 
href="/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html"><code>Kubernetes</code></a></li>
-
   <li><a 
href="/docs/apache-airflow-providers-databricks/stable/index.html"><code>Databricks</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-datadog/stable/index.html"><code>Datadog</code></a></li>
@@ -91,6 +87,8 @@ Providers packages include integrations with third party 
projects. They are upda
 
   <li><a 
href="/docs/apache-airflow-providers-http/stable/index.html"><code>Hypertext 
Transfer Protocol (HTTP)</code></a></li>
 
+  <li><a 
href="/docs/apache-airflow-providers-cloudant/stable/index.html"><code>IBM 
Cloudant</code></a></li>
+
   <li><a 
href="/docs/apache-airflow-providers-influxdb/stable/index.html"><code>Influx 
DB</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-imap/stable/index.html"><code>Internet 
Message Access Protocol (IMAP)</code></a></li>
@@ -101,13 +99,15 @@ Providers packages include integrations with third party 
projects. They are upda
 
   <li><a 
href="/docs/apache-airflow-providers-jira/stable/index.html"><code>Jira</code></a></li>
 
+  <li><a 
href="/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html"><code>Kubernetes</code></a></li>
+
   <li><a 
href="/docs/apache-airflow-providers-microsoft-azure/stable/index.html"><code>Microsoft
 Azure</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-microsoft-psrp/stable/index.html"><code>Microsoft
 PowerShell Remoting Protocol (PSRP)</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-microsoft-mssql/stable/index.html"><code>Microsoft
 SQL Server (MSSQL)</code></a></li>
 
-  <li><a 
href="/docs/apache-airflow-providers-microsoft-winrm/stable/index.html"><code>Windows
 Remote Management (WinRM)</code></a></li>
+  <li><a 
href="/docs/apache-airflow-providers-microsoft-winrm/stable/index.html"><code>Microsoft
 Windows Remote Management (WinRM)</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-mongo/stable/index.html"><code>MongoDB</code></a></li>
 

Reply via email to