File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ const sidebarUserGuide = [
119
119
[ '/PhocaCart' , 'PhocaCart' ] ,
120
120
[ '/PrestaShop' , 'PrestaShop' ] ,
121
121
[ '/Shopify' , 'Shopify' ] ,
122
+ [ '/ShopifyV2/' , 'Shopify V2' ] ,
122
123
[ '/Shopware' , 'Shopware' ] ,
123
124
[ '/Smartstore/' , 'Smartstore' ] ,
124
125
[ '/VirtueMart' , 'VirtueMart' ] ,
Original file line number Diff line number Diff line change @@ -475,6 +475,9 @@ echo "Setup dependency: Tobses' plugins"
475
475
rm -rf " $DOCS_DIR /BigCommerce"
476
476
mkdir -p " $DOCS_DIR /BigCommerce"
477
477
478
+ rm -rf " $DOCS_DIR /ShopifyV2"
479
+ mkdir -p " $DOCS_DIR /ShopifyV2"
480
+
478
481
if [ ! -d " $TOBSES_DIR " ]; then
479
482
git clone --depth 1 https://github.com/TChukwuleta/BTCPayServerPlugins.git " $TOBSES_DIR "
480
483
else
@@ -488,6 +491,13 @@ for file in "$DOCS_DIR"/BigCommerce/*.md; do
488
491
update_external " $file " https://github.com/TChukwuleta/BTCPayServerPlugins/tree/main/Plugins/BTCPayServer.Plugins.BigCommercePlugin https://github.com/TChukwuleta/BTCPayServerPlugins/edit/main/Plugins/BTCPayServer.Plugins.BigCommercePlugin " $DOCS_DIR " /BigCommerce/
489
492
done
490
493
494
+ cd " $TOBSES_DIR /Plugins/BTCPayServer.Plugins.ShopifyPlugin"
495
+
496
+ cp -r README.md img " $DOCS_DIR /ShopifyV2"
497
+ for file in " $DOCS_DIR " /ShopifyV2/* .md; do
498
+ update_external " $file " https://github.com/TChukwuleta/BTCPayServerPlugins/tree/main/Plugins/BTCPayServer.Plugins.ShopifyPlugin https://github.com/TChukwuleta/BTCPayServerPlugins/edit/main/Plugins/BTCPayServer.Plugins.ShopifyPlugin " $DOCS_DIR " /ShopifyV2/
499
+ done
500
+
491
501
# Swagger
492
502
493
503
# BTCPay Swagger: Checkout latest release tag, so that we do not publish docs for unreleased APIs yet
You can’t perform that action at this time.
0 commit comments