mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 06:17:22 +00:00
Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live
This commit is contained in:
parent
7c3090231a
commit
d62e83b23f
@ -196,6 +196,22 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes",
|
"template_folder": "_themes",
|
||||||
"version": 0
|
"version": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"docset_name": "win-app-management",
|
||||||
|
"build_source_folder": "windows/application-management",
|
||||||
|
"build_output_subfolder": "win-app-management",
|
||||||
|
"locale": "en-us",
|
||||||
|
"monikers": [],
|
||||||
|
"open_to_public_contributors": false,
|
||||||
|
"type_mapping": {
|
||||||
|
"Conceptual": "Content",
|
||||||
|
"ManagedReference": "Content",
|
||||||
|
"RestApi": "Content"
|
||||||
|
},
|
||||||
|
"build_entry_point": "docs",
|
||||||
|
"template_folder": "_themes",
|
||||||
|
"version": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"notification_subscribers": [
|
"notification_subscribers": [
|
||||||
|
37
windows/application-management/docfx.json
Normal file
37
windows/application-management/docfx.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"build": {
|
||||||
|
"content": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.md"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"**/includes/**",
|
||||||
|
"README.md",
|
||||||
|
"LICENSE",
|
||||||
|
"LICENSE-CODE",
|
||||||
|
"ThirdPartyNotices"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
"**/*.png",
|
||||||
|
"**/*.jpg"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/obj/**",
|
||||||
|
"**/includes/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"overwrite": [],
|
||||||
|
"externalReference": [],
|
||||||
|
"globalMetadata": {},
|
||||||
|
"fileMetadata": {},
|
||||||
|
"template": [],
|
||||||
|
"dest": "win-app-management"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user