From 2c82a6333e1f7ba27061b8281941ff0b452ad9b9 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 17:25:44 -0500 Subject: [PATCH] Moved globalMetadata back to docfx.json --- docs/all_globals.json | 7 ------- docs/docfx.json | 8 +++++++- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 docs/all_globals.json diff --git a/docs/all_globals.json b/docs/all_globals.json deleted file mode 100644 index 7c506dff..00000000 --- a/docs/all_globals.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "_enableSearch": true, - "_enableNewTab": true, - "_gitContribute": { - "apiSpecFolder": "docs/override" - } -} \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json index af72e22e..4aa08e3f 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -53,7 +53,13 @@ "template": [ "default", "templates/material/material" ], - "globalMetadataFiles": ["all_globals.json"], + "globalMetadata": { + "_enableSearch": true, + "_enableNewTab": true, + "_gitContribute": { + "apiSpecFolder": "docs/override" + } + }, "postProcessors": [], "markdownEngineName": "dfm", "noLangKeyword": false,