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