mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-21 17:57:22 +00:00
Initialize open publishing repository: https://cpubwin.visualstudio.com/DefaultCollection/it-client/_git/it-client of branch live
This commit is contained in:
parent
62c604c6e8
commit
133c39de66
@ -1,6 +1,22 @@
|
|||||||
{
|
{
|
||||||
"build_entry_point": "",
|
"build_entry_point": "",
|
||||||
"docsets_to_publish": [
|
"docsets_to_publish": [
|
||||||
|
{
|
||||||
|
"docset_name": "bcs-vsts",
|
||||||
|
"build_source_folder": "bcs",
|
||||||
|
"build_output_subfolder": "bcs-vsts",
|
||||||
|
"locale": "en-us",
|
||||||
|
"monikers": [],
|
||||||
|
"moniker_ranges": [],
|
||||||
|
"open_to_public_contributors": false,
|
||||||
|
"type_mapping": {
|
||||||
|
"Conceptual": "Content",
|
||||||
|
"ManagedReference": "Content",
|
||||||
|
"RestApi": "Content"
|
||||||
|
},
|
||||||
|
"build_entry_point": "docs",
|
||||||
|
"template_folder": "_themes"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"docset_name": "education-VSTS",
|
"docset_name": "education-VSTS",
|
||||||
"build_source_folder": "education",
|
"build_source_folder": "education",
|
||||||
|
45
bcs/docfx.json
Normal file
45
bcs/docfx.json
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.md",
|
||||||
|
"**/*.yml"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"**/includes/**",
|
||||||
|
"_themes/**",
|
||||||
|
"_themes.pdf/**",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE",
|
||||||
|
"LICENSE-CODE",
|
||||||
|
"ThirdPartyNotices"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.png",
|
||||||
|
"**/*.jpg"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"**/includes/**",
|
||||||
|
"_themes/**",
|
||||||
|
"_themes.pdf/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"overwrite": [],
|
||||||
|
"externalReference": [],
|
||||||
|
"globalMetadata": {
|
||||||
|
"breadcrumb_path": "/microsoft-365/business/breadcrumb/toc.json",
|
||||||
|
"extendBreadcrumb": true
|
||||||
|
},
|
||||||
|
"fileMetadata": {},
|
||||||
|
"template": [],
|
||||||
|
"dest": "bcs-vsts"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user