Skip to content

Commit

Permalink
Initialize open publishing repository: https://github.com/OneDrive/on…
Browse files Browse the repository at this point in the history
…edrive-api-docs of branch master
  • Loading branch information
rgregg committed Sep 1, 2017
1 parent e14a994 commit 5819cba
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
@@ -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"
],
Expand Down
1 change: 1 addition & 0 deletions docs/TOC.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [Index](index.md)
37 changes: 37 additions & 0 deletions docs/docfx.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Welcome to onedrive!

0 comments on commit 5819cba

Please sign in to comment.