mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live
This commit is contained in:
parent
cf9646e66e
commit
e19d21e82a
@ -324,6 +324,22 @@
|
|||||||
"build_entry_point": "docs",
|
"build_entry_point": "docs",
|
||||||
"template_folder": "_themes",
|
"template_folder": "_themes",
|
||||||
"version": 0
|
"version": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"docset_name": "windows-plan",
|
||||||
|
"build_source_folder": "windows/plan",
|
||||||
|
"build_output_subfolder": "windows-plan",
|
||||||
|
"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/plan/docfx.json
Normal file
37
windows/plan/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": "windows-plan"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user