Browse Source

Moved globalMetadata back to docfx.json

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
c70f7ba5f8
2 changed files with 7 additions and 8 deletions
  1. +0
    -7
      docs/all_globals.json
  2. +7
    -1
      docs/docfx.json

+ 0
- 7
docs/all_globals.json View File

@ -1,7 +0,0 @@
{
"_enableSearch": true,
"_enableNewTab": true,
"_gitContribute": {
"apiSpecFolder": "docs/override"
}
}

+ 7
- 1
docs/docfx.json View File

@ -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,


Loading…
Cancel
Save