aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/pages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-10-12 21:59:23 +0800
committerFabio Berger <me@fabioberger.com>2018-10-12 21:59:23 +0800
commita86ca6257f71e0318741fbf7595363d50e74464c (patch)
tree8c9f98ed457891dff4613aeeccebe8e4c4a2c797 /packages/website/ts/pages
parent16386bc99e88d9e1915f073b101fb066d9fdaa66 (diff)
downloaddexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar.gz
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar.bz2
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar.lz
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar.xz
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.tar.zst
dexon-sol-tools-a86ca6257f71e0318741fbf7595363d50e74464c.zip
If sidebar menu item links to internal page, no longer open in new tab
Diffstat (limited to 'packages/website/ts/pages')
-rw-r--r--packages/website/ts/pages/documentation/docs_home.tsx15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/website/ts/pages/documentation/docs_home.tsx b/packages/website/ts/pages/documentation/docs_home.tsx
index 81cddf852..c5b4ed318 100644
--- a/packages/website/ts/pages/documentation/docs_home.tsx
+++ b/packages/website/ts/pages/documentation/docs_home.tsx
@@ -15,7 +15,6 @@ const TUTORIALS: TutorialInfo[] = [
link: {
title: Key.DevelopOnEthereum,
to: `${WebsitePaths.Wiki}#Ethereum-Development`,
- shouldOpenInNewTab: true,
},
},
{
@@ -24,7 +23,6 @@ const TUTORIALS: TutorialInfo[] = [
link: {
title: Key.BuildARelayer,
to: `${WebsitePaths.Wiki}#Build-A-Relayer`,
- shouldOpenInNewTab: true,
},
},
{
@@ -33,7 +31,6 @@ const TUTORIALS: TutorialInfo[] = [
link: {
title: Key.OrderBasics,
to: `${WebsitePaths.Wiki}#Create,-Validate,-Fill-Order`,
- shouldOpenInNewTab: true,
},
},
{
@@ -42,7 +39,6 @@ const TUTORIALS: TutorialInfo[] = [
link: {
title: Key.UseSharedLiquidity,
to: `${WebsitePaths.Wiki}#Find,-Submit,-Fill-Order-From-Relayer`,
- shouldOpenInNewTab: true,
},
},
];
@@ -56,7 +52,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '0x.js',
to: WebsitePaths.ZeroExJs,
- shouldOpenInNewTab: true,
},
},
{
@@ -74,7 +69,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/connect',
to: WebsitePaths.Connect,
- shouldOpenInNewTab: true,
},
},
{
@@ -83,7 +77,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/contract-wrappers',
to: WebsitePaths.ContractWrappers,
- shouldOpenInNewTab: true,
},
},
{
@@ -92,7 +85,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/json-schemas',
to: WebsitePaths.JSONSchemas,
- shouldOpenInNewTab: true,
},
},
{
@@ -101,7 +93,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/order-utils',
to: WebsitePaths.OrderUtils,
- shouldOpenInNewTab: true,
},
},
{
@@ -110,7 +101,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/order-watcher',
to: WebsitePaths.OrderWatcher,
- shouldOpenInNewTab: true,
},
},
{
@@ -139,7 +129,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: 'ethereum-types',
to: WebsitePaths.EthereumTypes,
- shouldOpenInNewTab: true,
},
},
{
@@ -148,7 +137,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/sol-compiler',
to: WebsitePaths.SolCompiler,
- shouldOpenInNewTab: true,
},
},
{
@@ -157,7 +145,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/sol-cov',
to: WebsitePaths.SolCov,
- shouldOpenInNewTab: true,
},
},
{
@@ -166,7 +153,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/subproviders',
to: WebsitePaths.Subproviders,
- shouldOpenInNewTab: true,
},
},
{
@@ -175,7 +161,6 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
link: {
title: '@0xproject/web3-wrapper',
to: WebsitePaths.Web3Wrapper,
- shouldOpenInNewTab: true,
},
},
],