This commit is contained in:
Brian Lich 2018-02-07 21:26:11 +00:00
parent 7d00a111a7
commit eb9ce463b6
5 changed files with 68 additions and 1 deletions

View File

@ -1,6 +1,22 @@
{
"build_entry_point": "",
"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",
"build_source_folder": "education",
@ -449,7 +465,8 @@
"branches_to_filter": [
""
],
"git_repository_url_open_to_public_contributors": "https://cpubwin.visualstudio.com/_git/it-client",
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/windows-itpro-docs",
"git_repository_branch_open_to_public_contributors": "master",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
"resolve_user_profile_using_github": true,

1
bcs/TOC.md Normal file
View File

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

3
bcs/breadcrumb/toc.yml Normal file
View File

@ -0,0 +1,3 @@
- name: Docs
tocHref: /
topicHref: /

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

1
bcs/index.md Normal file
View File

@ -0,0 +1 @@
# Welcome to bcs-vsts!