diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-12-14 03:43:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 03:43:02 +0800 |
commit | 5744a7f61b0cf1d530e3a1e5c17a59d9ca244999 (patch) | |
tree | 429dc843056a7baf2b85cb081820e8381e781984 /packages/website/ts/pages | |
parent | f9a6c45a038206c863d745fdf9c98f463f03e269 (diff) | |
parent | 80f03ef987227b86bd56562ff16080c583474d29 (diff) | |
download | dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar.gz dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar.bz2 dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar.lz dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar.xz dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.tar.zst dexon-sol-tools-5744a7f61b0cf1d530e3a1e5c17a59d9ca244999.zip |
Merge pull request #1418 from 0xProject/feature/website/integrate-instant-docs-track
[website] add 0x Instant as a track in the docs
Diffstat (limited to 'packages/website/ts/pages')
-rw-r--r-- | packages/website/ts/pages/documentation/docs_home.tsx | 8 |
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[]> = { |