Fix connect docs

This commit is contained in:
Fabio Berger
2018-08-02 00:01:23 +02:00
parent b92b745ab7
commit 238eef6bae

View File

@@ -17,9 +17,6 @@ const InstallationMarkdownV1 = require('md/docs/connect/1.0.0/installation');
const markdownSections = { const markdownSections = {
introduction: 'introduction', introduction: 'introduction',
installation: 'installation', installation: 'installation',
httpClient: 'httpClient',
webSocketOrderbookChannel: 'webSocketOrderbookChannel',
types: docConstants.TYPES_SECTION_NAME,
}; };
const docsInfoConfig: DocsInfoConfig = { const docsInfoConfig: DocsInfoConfig = {
@@ -30,9 +27,6 @@ const docsInfoConfig: DocsInfoConfig = {
markdownMenu: { markdownMenu: {
introduction: [markdownSections.introduction], introduction: [markdownSections.introduction],
install: [markdownSections.installation], install: [markdownSections.installation],
httpClient: [markdownSections.httpClient],
webSocketOrderbookChannel: [markdownSections.webSocketOrderbookChannel],
types: [markdownSections.types],
}, },
sectionNameToMarkdownByVersion: { sectionNameToMarkdownByVersion: {
'0.0.1': { '0.0.1': {