Skip to content

Commit 0e41dad

Browse files
fixed tutorial md structure
1 parent a752ee7 commit 0e41dad

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

examples/checkout/prompt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a tutorial.md file in the example app's root with the following structure
2828
- Link to the example app's GitHub repository. (The Github repository MUST BE linked to this message: "View app on Github")
2929

3030
IMPORTANT: Everything that comes before the "View app on Github" link must be wrapped in a <div class="display-none"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="display-none"> tag.
31-
IMPORTANT: The "View app on Github" link must be wrapped in a <div class="button-component"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="button-component"> tag.
31+
IMPORTANT: The "View app on Github" link must be wrapped in a <div class="button-component"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="button-component"> tag. Also, beside the "View app on Github" link, add <span class="button-component-arrow">→</span>
3232

3333
#### Features Overview (REMEMBER THAT INITIALIZING THE ORDERBOOK/CHECKOUT/CONTRACTS/PASSPORT SDK IS NOT A FEATURE)
3434
- Bulleted list of all Checkout features demonstrated in this example app

examples/checkout/sdk-connect-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tutorial demonstrates how to integrate the Immutable Checkout SDK into a Ne
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-connect-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-connect-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/checkout/sdk-gas-estimation-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example app demonstrates how to use the Immutable Checkout SDK to estimate
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-gas-estimation-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-gas-estimation-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example demonstrates how to use the Immutable Checkout SDK to connect to Me
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-switch-network-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-switch-network-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/checkout/sdk-wallet-balance-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example application demonstrates how to use the Immutable Checkout SDK to c
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-wallet-balance-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/checkout/sdk-wallet-balance-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/contracts/contract-interaction-with-viem/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example demonstrates how to interact with Immutable ERC721 contracts using
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/contracts/contract-interaction-with-viem)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/contracts/contract-interaction-with-viem) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/contracts/prompt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Create a tutorial.md file in the example app's root with the following structure
2828
- Link to the example app's GitHub repository. (The Github repository MUST BE linked to this message: "View app on Github")
2929

3030
IMPORTANT: Everything that comes before the "View app on Github" link must be wrapped in a <div class="display-none"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="display-none"> tag.
31-
IMPORTANT: The "View app on Github" link must be wrapped in a <div class="button-component"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="button-component"> tag.
31+
IMPORTANT: The "View app on Github" link must be wrapped in a <div class="button-component"> tag. Ensure that there's a newline before and after the content that's wrapped in the <div class="button-component"> tag. Also, beside the "View app on Github" link, add <span class="button-component-arrow">→</span>
3232

3333
#### Features Overview (REMEMBER THAT INITIALIZING THE ORDERBOOK/CHECKOUT/CONTRACTS/PASSPORT SDK IS NOT A FEATURE)
3434
- Bulleted list of all Contracts features demonstrated in this example app

examples/orderbook/create-bid-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example demonstrates how to create bids for ERC721 and ERC1155 tokens using
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-bid-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-bid-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/orderbook/create-collection-bid-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tutorial demonstrates how to create collection bids for both ERC721 and ERC
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-collection-bid-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-collection-bid-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

examples/orderbook/create-listing-with-nextjs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This example app demonstrates how to create NFT listings using the Immutable Ord
88

99
<div class="button-component">
1010

11-
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-listing-with-nextjs)
11+
[View app on Github](https://github.com/immutable/ts-immutable-sdk/tree/main/examples/orderbook/create-listing-with-nextjs) <span class="button-component-arrow">→</span>
1212

1313
</div>
1414

0 commit comments

Comments
 (0)