Skip to content

Commit

Permalink
Attempt to Publish v2 API docs with new workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Dec 1, 2023
1 parent f4e0f95 commit d1c19dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"src": "../Terminal.Gui"
}
],
"dest": "api/Terminal.Gui",
"dest": "api/Terminal.Gui2",
"shouldSkipMarkup": true,
"properties": {
"TargetFramework": "net7.0"
Expand All @@ -32,7 +32,7 @@
"src": "../UICatalog"
}
],
"dest": "api/UICatalog",
"dest": "api/UICatalog2",
"shouldSkipMarkup": false,
"properties": {
"TargetFramework": "net7.0"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d1c19dc

Please sign in to comment.