Merge remote-tracking branch 'refs/remotes/origin/master' into atp-whatsnew

This commit is contained in:
Joey Caparas 2017-05-09 16:17:22 -07:00
commit 4d26ee2a6b
4 changed files with 65 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1 @@
# [Index](index.md)

37
bcs/docfx.json Normal file
View 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"
}
}

View File

@ -1 +1 @@
# Placeholder
# Welcome to bcs!