aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/containers/smart_contracts_documentation.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-02 03:00:45 +0800
committerFabio Berger <me@fabioberger.com>2018-08-02 03:00:45 +0800
commit2494af99aad4dd58c0d4e647dedf72946cb3c20b (patch)
treed2c20e41b4cd11874a222897970b2597b2e03092 /packages/website/ts/containers/smart_contracts_documentation.ts
parente5b93d1f0292cb6cc38d3f92d623b27cba6ac233 (diff)
downloaddexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar.gz
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar.bz2
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar.lz
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar.xz
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.tar.zst
dexon-0x-contracts-2494af99aad4dd58c0d4e647dedf72946cb3c20b.zip
Prefix menu and sections with markdown as that is all the should now be defined
Diffstat (limited to 'packages/website/ts/containers/smart_contracts_documentation.ts')
-rw-r--r--packages/website/ts/containers/smart_contracts_documentation.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/containers/smart_contracts_documentation.ts b/packages/website/ts/containers/smart_contracts_documentation.ts
index e3a1bd7a6..a2b3545ae 100644
--- a/packages/website/ts/containers/smart_contracts_documentation.ts
+++ b/packages/website/ts/containers/smart_contracts_documentation.ts
@@ -18,7 +18,7 @@ const docsInfoConfig: DocsInfoConfig = {
type: SupportedDocJson.Doxity,
displayName: '0x Smart Contracts',
packageUrl: 'https://github.com/0xProject/contracts',
- menu: {
+ markdownMenu: {
introduction: [Sections.Introduction],
contracts: [Sections.Exchange, Sections.TokenRegistry, Sections.ZRXToken, Sections.TokenTransferProxy],
},
@@ -27,7 +27,7 @@ const docsInfoConfig: DocsInfoConfig = {
[Sections.Introduction]: IntroMarkdownV1,
},
},
- sections: {
+ markdownSections: {
Introduction: Sections.Introduction,
Exchange: Sections.Exchange,
TokenTransferProxy: Sections.TokenTransferProxy,