feature(website): add 0x Instant as a track in the docs
This commit is contained in:
3
packages/website/public/images/developers/tutorials/integrate_0x_instant.svg
generated
Normal file
3
packages/website/public/images/developers/tutorials/integrate_0x_instant.svg
generated
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg width="32" height="39" viewBox="0 0 32 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 1L1 23.242H16L16.0412 38L31 15.7159H16V1Z" stroke="#3289F1" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 244 B |
@@ -92,6 +92,9 @@
|
||||
"ORDER_BASICS_DESCRIPTION": "Tutorial on how to create, validate and fill an order using 0x",
|
||||
"USE_NETWORKED_LIQUIDITY": "use networked liquidity",
|
||||
"USE_NETWORKED_LIQUIDITY_DESCRIPTION": "Learn how to tap into networked liquidity using the Standard Relayer API",
|
||||
"INTEGRATE_0X_INSTANT": "integrate 0x Instant and AssetBuyer",
|
||||
"INTEGRATE_0X_INSTANT_DESCRIPTION":
|
||||
"Add 0x Instant to your app or website, or use AssetBuyer to programmatically make market buys",
|
||||
"VIEW_ALL_DOCUMENTATION": "view all documentation",
|
||||
"SANDBOX": "0x.js sandbox",
|
||||
"GITHUB": "github",
|
||||
|
||||
@@ -44,6 +44,14 @@ const TUTORIALS: TutorialInfo[] = [
|
||||
to: `${WebsitePaths.Wiki}#Find,-Submit,-Fill-Order-From-Relayer`,
|
||||
},
|
||||
},
|
||||
{
|
||||
iconUrl: '/images/developers/tutorials/integrate_0x_instant.svg',
|
||||
description: Key.Integrate0xInstantDescription,
|
||||
link: {
|
||||
title: Key.Integrate0xInstant,
|
||||
to: `${WebsitePaths.Wiki}#Get-Started-With-Instant`,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
|
||||
|
||||
@@ -474,6 +474,8 @@ export enum Key {
|
||||
OrderBasicsDescription = 'ORDER_BASICS_DESCRIPTION',
|
||||
UseNetworkedLiquidity = 'USE_NETWORKED_LIQUIDITY',
|
||||
UseNetworkedLiquidityDescription = 'USE_NETWORKED_LIQUIDITY_DESCRIPTION',
|
||||
Integrate0xInstant = 'INTEGRATE_0X_INSTANT',
|
||||
Integrate0xInstantDescription = 'INTEGRATE_0X_INSTANT_DESCRIPTION',
|
||||
ViewAllDocumentation = 'VIEW_ALL_DOCUMENTATION',
|
||||
Sandbox = 'SANDBOX',
|
||||
Github = 'GITHUB',
|
||||
|
||||
Reference in New Issue
Block a user