From d1c19dc25e165b1657f6aa08c9abf7aac7eb2506 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Fri, 1 Dec 2023 15:10:45 -0700 Subject: [PATCH] Attempt to Publish v2 API docs with new workflow 2 --- docfx/docfx.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docfx/docfx.json b/docfx/docfx.json index 45db98577..d0dd9e7e4 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -13,7 +13,7 @@ "src": "../Terminal.Gui" } ], - "dest": "api/Terminal.Gui", + "dest": "api/Terminal.Gui2", "shouldSkipMarkup": true, "properties": { "TargetFramework": "net7.0" @@ -32,7 +32,7 @@ "src": "../UICatalog" } ], - "dest": "api/UICatalog", + "dest": "api/UICatalog2", "shouldSkipMarkup": false, "properties": { "TargetFramework": "net7.0" @@ -87,14 +87,14 @@ ] } ], - "dest": "../docs", + "dest": "../v2docs", "globalMetadata": { "_enableSearch": "true", "_appLogoPath": "images/logo48.png", "_disableContribution": false, "_gitContribute": { "repo": "https://github.com/gui-cs/Terminal.Gui", - "branch": "develop", + "branch": "v2_develop", "apiSpecFolder": "docfx/overrides" }, "_gitUrlPattern": "github"