diff --git a/docs/dg-site.json b/docs/dg-site.json index b9a836e26..7cc786e1e 100644 --- a/docs/dg-site.json +++ b/docs/dg-site.json @@ -6,10 +6,17 @@ }, "pages": [ { - "glob": ["*.md", "devGuide/*.md", "devGuide/*/*.md"] + "glob": [ + "*.md", + "devGuide/*.md", + "devGuide/*/*.md" + ] }, { - "src": ["index.md", "devGuide/index.md"], + "src": [ + "index.md", + "devGuide/index.md" + ], "searchable": "no" } ], @@ -25,24 +32,15 @@ "*.pptx", "CNAME" ], - "plugins" : [ + "plugins": [ "filterTags", - "mathDelimiters", - "codeBlockWrapButtons", - "web3Form", - "codeBlockCopyButtons", - "dataTable", - "mermaid" + "codeBlockCopyButtons" ], - "pluginsContext" : { - "filterTags" : { - "tags": ["environment--dg"] - }, - "mathDelimiters": { - "delimiters": ["beg_end"] - }, - "web3Form": { - "accessKey": [""] + "pluginsContext": { + "filterTags": { + "tags": [ + "environment--dg" + ] } }, "deploy": { @@ -50,4 +48,4 @@ "repo": "https://github.com/MarkBind/devdocs.git", "branch": "gh-pages" } -} +} \ No newline at end of file