From e159f828ea49f6595782b41bd91637a062d685c0 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Sat, 25 Jan 2020 16:31:57 -0800 Subject: [PATCH] Fix overwrites --- docs/docfx.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/docfx.json b/docs/docfx.json index 4c01229..a729f3e 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -95,7 +95,7 @@ { "files": [ "images/**", - "favicon.ico" + "favicon.ico" ] }, { @@ -108,7 +108,7 @@ "overwrite": [ { "files": [ - "apidoc/**.md" + "api_overwrites/**.md" ], "exclude": [ "obj/**", @@ -118,9 +118,10 @@ ], "globalMetadata": { "_appLogoPath": "images/logo.png", - "_gitContribute": { - "branch": "master" - } + "_gitContribute": { + "branch": "master", + "apiSpecFolder": "docs/api_overwrites" + } }, "dest": "../artifacts/docs_site", "globalMetadataFiles": [],