Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit b401918

Browse files
committed
chore: Add instant guide to metadata and fix syntax issue
1 parent 0d0b60f commit b401918

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

mdx/guides/integrate-instant.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The 0x Instant UI powered by 0x API are bundled together in a convenient JS pack
4848
</body>
4949
</html>
5050
```
51-
51+
</CodeTabs>
5252

5353
## Options Configuration
5454

@@ -222,4 +222,4 @@ Please open issue on [Instant Github](https://github.com/0xProject/0x-instant/is
222222

223223
### Q: The token that I want to swap keeps failling?
224224

225-
Instant powered by 0x API supports any Token that has liquidity and follows ERC20 standard. Tokens that not follow ERC20 standard can fail as for instance deflationary or with buy back functions.
225+
Instant powered by 0x API supports any Token that has liquidity and follows ERC20 standard. Tokens that not follow ERC20 standard can fail as for instance deflationary or with buy back functions.

ts/utils/algolia_meta.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
"difficulty": "Beginner",
5555
"path": "guides/how-to-set-your-token-allowances.mdx"
5656
},
57+
"integrate-instant": {
58+
"title": "How to integrate 0x Instant in your project",
59+
"subtitle": "Learn how to use 0x Instant to enable trading of tokens on any website",
60+
"description": "Learn how to use 0x Instant to enable trading of tokens on any website",
61+
"tags": ["0x API"],
62+
"topics": ["0x Instant", "0x API"],
63+
"difficulty": "Beginner",
64+
"path": "guides/integrate-instant.mdx"
65+
},
5766
"create-staking-pool": {
5867
"title": "Create and manage your staking pool",
5968
"subtitle": "Learn how to create and manage your staking pool to collect liquidity rewards",

0 commit comments

Comments
 (0)