From 9192267ec9daeb8775c0045191d2433308016788 Mon Sep 17 00:00:00 2001 From: saldana Date: Wed, 3 Aug 2016 16:50:29 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/Microsoft/win-cpub-itpro-docs of branch live --- .openpublishing.publish.config.json | 2 +- devices/hololens/TOC.md | 1 + devices/hololens/docfx.json | 37 +++++++++++++++++++++++++++++ devices/hololens/index.md | 1 + 4 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 devices/hololens/TOC.md create mode 100644 devices/hololens/docfx.json create mode 100644 devices/hololens/index.md diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index ec7f86cf0e..0e0a061c84 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -27,7 +27,7 @@ }, { "docset_name": "itpro-hololens", - "build_source_folder": "itpro-hololens", + "build_source_folder": "devices/hololens", "build_output_subfolder": "itpro-hololens", "locale": "en-us", "version": 0, diff --git a/devices/hololens/TOC.md b/devices/hololens/TOC.md new file mode 100644 index 0000000000..06913f7aef --- /dev/null +++ b/devices/hololens/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/devices/hololens/docfx.json b/devices/hololens/docfx.json new file mode 100644 index 0000000000..24fe1da56d --- /dev/null +++ b/devices/hololens/docfx.json @@ -0,0 +1,37 @@ +{ + "build": { + "content": [ + { + "files": [ + "**/*.md" + ], + "exclude": [ + "**/obj/**", + "itpro-hololens/**", + "**/includes/**" + ] + } + ], + "resource": [ + { + "files": [ + "**/*.png", + "**/*.jpg" + ], + "exclude": [ + "**/obj/**", + "itpro-hololens/**", + "**/includes/**" + ] + } + ], + "overwrite": [], + "externalReference": [], + "globalMetadata": {}, + "fileMetadata": {}, + "template": [ + null + ], + "dest": "itpro-hololens" + } +} \ No newline at end of file diff --git a/devices/hololens/index.md b/devices/hololens/index.md new file mode 100644 index 0000000000..beccdc8994 --- /dev/null +++ b/devices/hololens/index.md @@ -0,0 +1 @@ +# Index test file for Open Publishing \ No newline at end of file