aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/containers
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-12-20 06:28:18 +0800
committerFabio Berger <me@fabioberger.com>2017-12-20 06:28:18 +0800
commit484312e677d1f1f1b280cdada92acddf5effd525 (patch)
tree713c69e926fefa4953fa80fa98bc903ba94f6da3 /packages/website/ts/containers
parent0dc517808334e83fa07ed08aef859d598ad4c91e (diff)
downloaddexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar.gz
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar.bz2
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar.lz
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar.xz
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.tar.zst
dexon-sol-tools-484312e677d1f1f1b280cdada92acddf5effd525.zip
Remove etherToken from smart contract docs
Diffstat (limited to 'packages/website/ts/containers')
-rw-r--r--packages/website/ts/containers/smart_contracts_documentation.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/website/ts/containers/smart_contracts_documentation.tsx b/packages/website/ts/containers/smart_contracts_documentation.tsx
index e32abaea9..34092748b 100644
--- a/packages/website/ts/containers/smart_contracts_documentation.tsx
+++ b/packages/website/ts/containers/smart_contracts_documentation.tsx
@@ -29,7 +29,6 @@ const docsInfoConfig: DocsInfoConfig = {
Sections.Exchange,
Sections.TokenRegistry,
Sections.ZRXToken,
- Sections.EtherToken,
Sections.TokenTransferProxy,
],
},
@@ -42,13 +41,11 @@ const docsInfoConfig: DocsInfoConfig = {
TokenTransferProxy: Sections.TokenTransferProxy,
TokenRegistry: Sections.TokenRegistry,
ZRXToken: Sections.ZRXToken,
- EtherToken: Sections.EtherToken,
},
visibleConstructors: [
Sections.Exchange,
Sections.TokenRegistry,
Sections.ZRXToken,
- Sections.EtherToken,
Sections.TokenTransferProxy,
],
convertToDocAgnosticFormatFn: doxityUtils.convertToDocAgnosticFormat.bind(doxityUtils),