diff --git a/docs/_includes/section.html b/docs/_includes/section.html index cd48a40585be..6bb24adbb496 100644 --- a/docs/_includes/section.html +++ b/docs/_includes/section.html @@ -15,12 +15,10 @@

- {% if section.articles %} - {% assign sortedArticles = section.articles | sort: 'order', 'last' | default: 999 %} - {% for article in sortedArticles %} - {% assign article_href = section.href | append: '/' | append: article.href %} - {% include article-card.html hub=hub.href href=article_href title=article.title platform=activePlatform %} - {% endfor %} - {% endif %} + {% assign sortedArticles = section.articles %} + {% for article in sortedArticles %} + {% assign article_href = section.href | append: '/' | append: article.href %} + {% include article-card.html hub=hub.href href=article_href title=article.title platform=activePlatform %} + {% endfor %}
diff --git a/docs/articles/new-expensify/connections/Netsuite/Configure-Netsuite.md b/docs/articles/new-expensify/connections/netsuite/Configure-Netsuite.md similarity index 100% rename from docs/articles/new-expensify/connections/Netsuite/Configure-Netsuite.md rename to docs/articles/new-expensify/connections/netsuite/Configure-Netsuite.md diff --git a/docs/articles/new-expensify/connections/Netsuite/Connect-to-NetSuite.md b/docs/articles/new-expensify/connections/netsuite/Connect-to-NetSuite.md similarity index 100% rename from docs/articles/new-expensify/connections/Netsuite/Connect-to-NetSuite.md rename to docs/articles/new-expensify/connections/netsuite/Connect-to-NetSuite.md diff --git a/docs/articles/new-expensify/connections/Netsuite/Netsuite-Troubleshooting.md b/docs/articles/new-expensify/connections/netsuite/Netsuite-Troubleshooting.md similarity index 100% rename from docs/articles/new-expensify/connections/Netsuite/Netsuite-Troubleshooting.md rename to docs/articles/new-expensify/connections/netsuite/Netsuite-Troubleshooting.md diff --git a/docs/articles/new-expensify/connections/Quickbooks-Online/Configure-Quickbooks-Online.md b/docs/articles/new-expensify/connections/quickbooks-online/Configure-Quickbooks-Online.md similarity index 100% rename from docs/articles/new-expensify/connections/Quickbooks-Online/Configure-Quickbooks-Online.md rename to docs/articles/new-expensify/connections/quickbooks-online/Configure-Quickbooks-Online.md diff --git a/docs/articles/new-expensify/connections/Quickbooks-Online/Connect-to-QuickBooks-Online.md b/docs/articles/new-expensify/connections/quickbooks-online/Connect-to-QuickBooks-Online.md similarity index 100% rename from docs/articles/new-expensify/connections/Quickbooks-Online/Connect-to-QuickBooks-Online.md rename to docs/articles/new-expensify/connections/quickbooks-online/Connect-to-QuickBooks-Online.md diff --git a/docs/articles/new-expensify/connections/Quickbooks-Online/Quickbooks-Online-Troubleshooting.md b/docs/articles/new-expensify/connections/quickbooks-online/Quickbooks-Online-Troubleshooting.md similarity index 100% rename from docs/articles/new-expensify/connections/Quickbooks-Online/Quickbooks-Online-Troubleshooting.md rename to docs/articles/new-expensify/connections/quickbooks-online/Quickbooks-Online-Troubleshooting.md diff --git a/docs/articles/new-expensify/connections/Sage-Intacct/Configure-Sage-Intacct.md b/docs/articles/new-expensify/connections/sage-intacct/Configure-Sage-Intacct.md similarity index 100% rename from docs/articles/new-expensify/connections/Sage-Intacct/Configure-Sage-Intacct.md rename to docs/articles/new-expensify/connections/sage-intacct/Configure-Sage-Intacct.md diff --git a/docs/articles/new-expensify/connections/Sage-Intacct/Connect-to-Sage-Intacct.md b/docs/articles/new-expensify/connections/sage-intacct/Connect-to-Sage-Intacct.md similarity index 100% rename from docs/articles/new-expensify/connections/Sage-Intacct/Connect-to-Sage-Intacct.md rename to docs/articles/new-expensify/connections/sage-intacct/Connect-to-Sage-Intacct.md diff --git a/docs/articles/new-expensify/connections/Sage-Intacct/Sage-Intacct-Troubleshooting.md b/docs/articles/new-expensify/connections/sage-intacct/Sage-Intacct-Troubleshooting.md similarity index 100% rename from docs/articles/new-expensify/connections/Sage-Intacct/Sage-Intacct-Troubleshooting.md rename to docs/articles/new-expensify/connections/sage-intacct/Sage-Intacct-Troubleshooting.md diff --git a/docs/articles/new-expensify/connections/Xero/Configure-Xero.md b/docs/articles/new-expensify/connections/xero/Configure-Xero.md similarity index 100% rename from docs/articles/new-expensify/connections/Xero/Configure-Xero.md rename to docs/articles/new-expensify/connections/xero/Configure-Xero.md diff --git a/docs/articles/new-expensify/connections/Xero/Connect-to-Xero.md b/docs/articles/new-expensify/connections/xero/Connect-to-Xero.md similarity index 100% rename from docs/articles/new-expensify/connections/Xero/Connect-to-Xero.md rename to docs/articles/new-expensify/connections/xero/Connect-to-Xero.md diff --git a/docs/articles/new-expensify/connections/Xero/Xero-Troubleshooting.md b/docs/articles/new-expensify/connections/xero/Xero-Troubleshooting.md similarity index 100% rename from docs/articles/new-expensify/connections/Xero/Xero-Troubleshooting.md rename to docs/articles/new-expensify/connections/xero/Xero-Troubleshooting.md