From 5819cba2d3583bd0bc290f751b25d455a50cf6d6 Mon Sep 17 00:00:00 2001 From: rgregg Date: Fri, 1 Sep 2017 18:18:09 +0000 Subject: [PATCH] Initialize open publishing repository: https://github.com/OneDrive/onedrive-api-docs of branch master --- .openpublishing.publish.config.json | 19 ++++++++++++++- docs/TOC.md | 1 + docs/docfx.json | 37 +++++++++++++++++++++++++++++ docs/index.md | 1 + 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 docs/TOC.md create mode 100644 docs/docfx.json create mode 100644 docs/index.md diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index a7333917..fe2f0788 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -1,7 +1,24 @@ { "need_generate_pdf": false, "need_generate_intellisense": false, - "docsets_to_publish": [], + "docsets_to_publish": [ + { + "docset_name": "onedrive", + "build_source_folder": "docs", + "build_output_subfolder": "onedrive", + "locale": "en-us", + "monikers": [], + "moniker_ranges": [], + "open_to_public_contributors": true, + "type_mapping": { + "Conceptual": "Content", + "ManagedReference": "Content", + "RestApi": "Content" + }, + "build_entry_point": "docs", + "template_folder": "_themes" + } + ], "notification_subscribers": [ "rgregg@microsoft.com" ], diff --git a/docs/TOC.md b/docs/TOC.md new file mode 100644 index 00000000..06913f7a --- /dev/null +++ b/docs/TOC.md @@ -0,0 +1 @@ +# [Index](index.md) \ No newline at end of file diff --git a/docs/docfx.json b/docs/docfx.json new file mode 100644 index 00000000..5441ba2b --- /dev/null +++ b/docs/docfx.json @@ -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": "onedrive" + } +} \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..26f8e173 --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +# Welcome to onedrive! \ No newline at end of file