From bf29c585f11f30675e9de7609081d5379a078251 Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:37:11 +0100 Subject: [PATCH 1/2] alphabetically sort integrations leave custom integration at the bottom Update config.js Update config.js --- docs/.vuepress/config.js | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 653eb5c748..174ec0227d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -108,26 +108,26 @@ const sidebarUserGuide = [ title: 'Integrations', collapsable: false, children: [ - ['/WooCommerce', 'WooCommerce'], - ['/Shopify', 'Shopify'], - ['/Magento', 'Magento'], - ['/PrestaShop', 'PrestaShop'], - ['/OpenCart', 'OpenCart'], + ['/BigCommerce/', 'Big Commerce'], ['/Drupal/', 'Drupal'], - ['/Zapier/', 'Zapier'], - ['/Shopware', 'Shopware'], - ['/VirtueMart', 'VirtueMart'], - ['/Smartstore/', 'Smartstore'], ['/Grandnode/', 'Grandnode'], - ['/BigCommerce/', 'Big Commerce'], - ['/Nopcommerce/', 'Nopcommerce'], - ['/Xenforo/', 'Xenforo'], ['/InvoiceNinja', 'Invoice Ninja'], + ['/Magento', 'Magento'], + ['/Nopcommerce/', 'Nopcommerce'], ['/Odoo/', 'Odoo'], + ['/OpenCart', 'OpenCart'], + ['/PrestaShop', 'PrestaShop'], + ['/Shopify', 'Shopify'], + ['/Shopware', 'Shopware'], + ['/Smartstore/', 'Smartstore'], + ['/VirtueMart', 'VirtueMart'], ['/Wix/', 'Wix'], + ['/WooCommerce', 'WooCommerce'], + ['/Xenforo/', 'Xenforo'], + ['/Zapier/', 'Zapier'], ['/CustomIntegration', 'Custom Integration'] ] - }, +}, { title: 'Plugins', collapsable: false, From 418c42d871095a29eba6645b0b984530d310ed85 Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:47:49 +0100 Subject: [PATCH 2/2] Update config.js --- docs/.vuepress/config.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 174ec0227d..422e5c58ed 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -108,26 +108,26 @@ const sidebarUserGuide = [ title: 'Integrations', collapsable: false, children: [ - ['/BigCommerce/', 'Big Commerce'], - ['/Drupal/', 'Drupal'], - ['/Grandnode/', 'Grandnode'], - ['/InvoiceNinja', 'Invoice Ninja'], - ['/Magento', 'Magento'], - ['/Nopcommerce/', 'Nopcommerce'], - ['/Odoo/', 'Odoo'], - ['/OpenCart', 'OpenCart'], - ['/PrestaShop', 'PrestaShop'], - ['/Shopify', 'Shopify'], - ['/Shopware', 'Shopware'], - ['/Smartstore/', 'Smartstore'], - ['/VirtueMart', 'VirtueMart'], - ['/Wix/', 'Wix'], - ['/WooCommerce', 'WooCommerce'], - ['/Xenforo/', 'Xenforo'], - ['/Zapier/', 'Zapier'], - ['/CustomIntegration', 'Custom Integration'] + ['/BigCommerce/', 'Big Commerce'], + ['/Drupal/', 'Drupal'], + ['/Grandnode/', 'Grandnode'], + ['/InvoiceNinja', 'Invoice Ninja'], + ['/Magento', 'Magento'], + ['/Nopcommerce/', 'Nopcommerce'], + ['/Odoo/', 'Odoo'], + ['/OpenCart', 'OpenCart'], + ['/PrestaShop', 'PrestaShop'], + ['/Shopify', 'Shopify'], + ['/Shopware', 'Shopware'], + ['/Smartstore/', 'Smartstore'], + ['/VirtueMart', 'VirtueMart'], + ['/Wix/', 'Wix'], + ['/WooCommerce', 'WooCommerce'], + ['/Xenforo/', 'Xenforo'], + ['/Zapier/', 'Zapier'], + ['/CustomIntegration', 'Custom Integration'] ] -}, + }, { title: 'Plugins', collapsable: false,