Skip to content

Commit

Permalink
Merge pull request #1431 from TChukwuleta/bigcommerce
Browse files Browse the repository at this point in the history
Big commerce documentation
  • Loading branch information
pavlenex authored Oct 9, 2024
2 parents f20d720 + 39ede9c commit 942fdf8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const sidebarUserGuide = [
['/VirtueMart', 'VirtueMart'],
['/Smartstore/', 'Smartstore'],
['/Grandnode/', 'Grandnode'],
['/BigCommerce/', 'Big Commerce'],
['/Nopcommerce/', 'Nopcommerce'],
['/Xenforo/', 'Xenforo'],
['/InvoiceNinja', 'Invoice Ninja'],
Expand Down
20 changes: 20 additions & 0 deletions setup-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TRANSMUTER_DIR="$BASE_DIR/deps/transmuter"
ZAPIER_DIR="$BASE_DIR/deps/zapier"
TROCADOR_DIR="$BASE_DIR/deps/trocador"
KUKKS_DIR="$BASE_DIR/deps/kukks"
TOBSES_DIR="$BASE_DIR/deps/tobses"
SMARTSTORE_DIR="$BASE_DIR/deps/smartstore"
DRUPAL_DIR="$BASE_DIR/deps/drupal"
GRANDNODE_DIR="$BASE_DIR/deps/grandnode"
Expand Down Expand Up @@ -411,6 +412,25 @@ for file in "$DOCS_DIR"/Payroll/*.md; do
update_external "$file" https://github.com/rockstardev/BTCPayServerPlugins.RockstarDev/tree/master/Plugins/BTCPayServer.RockstarDev.Plugins.Payroll "$DOCS_DIR"/Payroll/
done

# Tobe' plugins

echo "Setup dependency: Tobses' plugins"

rm -rf "$DOCS_DIR/BigCommerce"
mkdir -p "$DOCS_DIR/BigCommerce"

if [ ! -d "$TOBSES_DIR" ]; then
git clone --depth 1 https://github.com/TChukwuleta/BTCPayServerPlugins.git "$TOBSES_DIR"
else
cd "$TOBSES_DIR" && git checkout main && git pull
fi

cd "$TOBSES_DIR/Plugins/BTCPayServer.Plugins.BigCommercePlugin"

cp -r README.md "$DOCS_DIR/BigCommerce"
for file in "$DOCS_DIR"/BigCommerce/*.md; do
update_external "$file" https://github.com/TChukwuleta/BTCPayServerPlugins/tree/main/Plugins/BTCPayServer.Plugins.BigCommercePlugin "$DOCS_DIR"/BigCommerce/
done



Expand Down

0 comments on commit 942fdf8

Please sign in to comment.