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,