@@ -17,6 +17,7 @@ TROCADOR_DIR="$BASE_DIR/deps/trocador"
17
17
LNDHUBAPI_DIR=" $BASE_DIR /deps/lndhub-api"
18
18
KUKKS_DIR=" $BASE_DIR /deps/kukks"
19
19
TOBSES_DIR=" $BASE_DIR /deps/tobses"
20
+ NISABA_DIR=" $BASE_DIR /deps/nisaba"
20
21
SMARTSTORE_DIR=" $BASE_DIR /deps/smartstore"
21
22
DRUPAL_DIR=" $BASE_DIR /deps/drupal"
22
23
GRANDNODE_DIR=" $BASE_DIR /deps/grandnode"
@@ -488,6 +489,29 @@ for file in "$DOCS_DIR"/BigCommerce/*.md; do
488
489
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
490
done
490
491
492
+ # Nisaba plugins
493
+
494
+ echo " Setup dependency: Nisaba plugins"
495
+
496
+ rm -rf " $DOCS_DIR /Ecwid"
497
+ mkdir -p " $DOCS_DIR /Ecwid"
498
+
499
+ if [ ! -d " $NISABA_DIR " ]; then
500
+ git clone --depth 1 https://github.com/Nisaba/btcpayserver-plugins.git " $NISABA_DIR "
501
+ else
502
+ cd " $NISABA_DIR " && git checkout master && git pull
503
+ fi
504
+
505
+ # Ecwid
506
+ cd " $NISABA_DIR /BTCPayServer.Plugins.Ecwid"
507
+
508
+ cp -r README.md " $DOCS_DIR /Ecwid"
509
+ cp -r docs/ " $DOCS_DIR /Ecwid"
510
+ for file in " $DOCS_DIR " /Ecwid/* .md; do
511
+ update_external " $file " https://github.com/Nisaba/btcpayserver-plugins/master/Plugins/BTCPayServer.Plugins.Ecwid https://github.com/Nisaba/btcpayserver-plugins/edit/master/BTCPayServer.Plugins.Ecwid " $DOCS_DIR " /Ecwid/
512
+ done
513
+
514
+
491
515
# Swagger
492
516
493
517
# BTCPay Swagger: Checkout latest release tag, so that we do not publish docs for unreleased APIs yet
0 commit comments