aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages/documentation/docs_home.tsx
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-12-11 11:27:27 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-12-11 11:31:45 +0800
commitc46870d296e29399ebf9ce8a9c904f170f8a638a (patch)
tree372bb9c9d52a9145cff3239a3aee4f109a90faf9 /packages/website/ts/pages/documentation/docs_home.tsx
parent4200064eab2bb5b227653bf9848e73227f36df7b (diff)
downloaddexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar.gz
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar.bz2
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar.lz
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar.xz
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.tar.zst
dexon-sol-tools-c46870d296e29399ebf9ce8a9c904f170f8a638a.zip
feature(website): add 0x Instant as a track in the docs
Diffstat (limited to 'packages/website/ts/pages/documentation/docs_home.tsx')
-rw-r--r--packages/website/ts/pages/documentation/docs_home.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx
index f68d2892f..9dc779e96 100644
--- a/packages/website/ts/pages/documentation/docs_home.tsx
+++ b/packages/website/ts/pages/documentation/docs_home.tsx
@@ -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[]> = {