mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-05 17:17:22 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into atp-whatsnew
This commit is contained in:
commit
4d26ee2a6b
@ -374,6 +374,22 @@
|
||||
"build_entry_point": "docs",
|
||||
"template_folder": "_themes",
|
||||
"version": 0
|
||||
},
|
||||
{
|
||||
"docset_name": "bcs",
|
||||
"build_source_folder": "bcs",
|
||||
"build_output_subfolder": "bcs",
|
||||
"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": [
|
||||
@ -386,7 +402,6 @@
|
||||
"git_repository_branch_open_to_public_contributors": "master",
|
||||
"skip_source_output_uploading": false,
|
||||
"need_preview_pull_request": true,
|
||||
"enable_incremental_build": true,
|
||||
"dependent_repositories": [
|
||||
{
|
||||
"path_to_root": "_themes.pdf",
|
||||
@ -402,10 +417,16 @@
|
||||
}
|
||||
],
|
||||
"branch_target_mapping": {
|
||||
"live": ["Publish","Pdf"],
|
||||
"master": ["Publish", "Pdf"]
|
||||
},
|
||||
"need_generate_pdf_url_template": true,
|
||||
"live": [
|
||||
"Publish",
|
||||
"Pdf"
|
||||
],
|
||||
"master": [
|
||||
"Publish",
|
||||
"Pdf"
|
||||
]
|
||||
},
|
||||
"need_generate_pdf_url_template": false,
|
||||
"Targets": {
|
||||
"Pdf": {
|
||||
"template_folder": "_themes.pdf"
|
||||
|
1
bcs/TOC.md
Normal file
1
bcs/TOC.md
Normal file
@ -0,0 +1 @@
|
||||
# [Index](index.md)
|
37
bcs/docfx.json
Normal file
37
bcs/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": "bcs"
|
||||
}
|
||||
}
|
@ -1 +1 @@
|
||||
# Placeholder
|
||||
# Welcome to bcs!
|
Loading…
x
Reference in New Issue
Block a user