Skip to content

Commit 4149629

Browse files
modified target directory for the contents
1 parent 589ae5d commit 4149629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/scripts/process-tutorials.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for PRODUCT in "${PRODUCTS[@]}"; do
1717
echo "Processing tutorials for $PRODUCT..."
1818

1919
# Create _tutorials directory in docs repo if it doesn't exist
20-
TUTORIALS_DIR="$DOCS_REPO_DIR/api-docs/sdk-references/$PRODUCT-examples/_tutorials"
20+
TUTORIALS_DIR="$DOCS_REPO_DIR/docs/main/example/zkEVM/$PRODUCT-examples/_tutorials"
2121
mkdir -p "$TUTORIALS_DIR"
2222

2323
# Get all example apps for this product
@@ -42,7 +42,7 @@ for PRODUCT in "${PRODUCTS[@]}"; do
4242
JSON_FILE="$EXAMPLES_ROOT/_parsed/${PRODUCT}-examples.json"
4343
if [ -f "$JSON_FILE" ]; then
4444
# Create directory for JSON file if it doesn't exist
45-
JSON_DIR="$DOCS_REPO_DIR/api-docs/sdk-references/$PRODUCT-examples"
45+
JSON_DIR="$DOCS_REPO_DIR/docs/main/example/zkEVM/$PRODUCT-examples"
4646
mkdir -p "$JSON_DIR"
4747

4848
# Copy JSON file

examples/checkout/sdk-switch-network-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Network Switching with Immutable SDK and MetaMask
1+
# Network Switching with Immutable SDK and MetaMask
22

33
## Introduction
44
This example app demonstrates how to use the Immutable Checkout SDK to switch between different networks (Sepolia Testnet and Immutable zkEVM Testnet) with a connected MetaMask wallet in a Next.js application. This is a crucial feature for blockchain applications that need to operate across multiple networks or guide users to switch to the correct network for specific operations.

0 commit comments

Comments
 (0)