Skip to content

Commit

Permalink
test config change
Browse files Browse the repository at this point in the history
  • Loading branch information
TianqiZhang committed Apr 1, 2017
1 parent 67f55b9 commit a1c647e
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
},
"build_entry_point": "docs",
"template_folder": "_themes",
"customized_template_paths": [
"_dependentPackages/memberpage.plugins/content"
],
"customized_tasks": {
"docset_prebuild": [
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
Expand Down
42 changes: 29 additions & 13 deletions docfx.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"merge": {
"content": [
{
"files": [
"api/**/*.yml"
]
}
],
"dest": ".",
"tocMetadata": "version"
},
"build": {
"content": [
{
"files": [
"api/**/*.yml",
"api/**/*.md"
],
"exclude": [
"api/overwrites/**",
"samples/**/*.*",
"**/includes/**",
"***/contributing.md"
]
},
{
Expand All @@ -25,6 +20,8 @@
"src": "docs",
"dest": "articles",
"exclude": [
"api/overwrites/**",
"samples/**/*.*",
"**/includes/**",
"***/contributing.md"
]
Expand All @@ -50,12 +47,31 @@
"dest": "articles",
"exclude": [
"**/obj/**",
"add/codesnippet/**/*.*",
"samples/**/*.*",
"_themes/DocPacker/**"
]
},
{
"files": [
"**/*.png",
"**/*.svg",
"**/*.jpg",
"**/*.gif",
"**/*.bmp"
],
"src": "add",
"dest": "articles",
"exclude": [
"metadata/**/*.*"
]
}
],
"overwrite": "apidoc/*.md",
"overwrite": {
"files": [
"api/overwrites/**/*.md",
"apidoc/*.md"
]
},
"externalReference": [],
"globalMetadata": {
"breadcrumb_path": "/dotnet/toc.json",
Expand Down
Loading

0 comments on commit a1c647e

Please sign in to comment.