Skip to content

Commit 5819cba

Browse files
author
rgregg
committed
Initialize open publishing repository: https://github.com/OneDrive/onedrive-api-docs of branch master
1 parent e14a994 commit 5819cba

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
{
22
"need_generate_pdf": false,
33
"need_generate_intellisense": false,
4-
"docsets_to_publish": [],
4+
"docsets_to_publish": [
5+
{
6+
"docset_name": "onedrive",
7+
"build_source_folder": "docs",
8+
"build_output_subfolder": "onedrive",
9+
"locale": "en-us",
10+
"monikers": [],
11+
"moniker_ranges": [],
12+
"open_to_public_contributors": true,
13+
"type_mapping": {
14+
"Conceptual": "Content",
15+
"ManagedReference": "Content",
16+
"RestApi": "Content"
17+
},
18+
"build_entry_point": "docs",
19+
"template_folder": "_themes"
20+
}
21+
],
522
"notification_subscribers": [
623
724
],

docs/TOC.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Index](index.md)

docs/docfx.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"build": {
3+
"content": [
4+
{
5+
"files": [
6+
"**/*.md"
7+
],
8+
"exclude": [
9+
"**/obj/**",
10+
"**/includes/**",
11+
"README.md",
12+
"LICENSE",
13+
"LICENSE-CODE",
14+
"ThirdPartyNotices"
15+
]
16+
}
17+
],
18+
"resource": [
19+
{
20+
"files": [
21+
"**/*.png",
22+
"**/*.jpg"
23+
],
24+
"exclude": [
25+
"**/obj/**",
26+
"**/includes/**"
27+
]
28+
}
29+
],
30+
"overwrite": [],
31+
"externalReference": [],
32+
"globalMetadata": {},
33+
"fileMetadata": {},
34+
"template": [],
35+
"dest": "onedrive"
36+
}
37+
}

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to onedrive!

0 commit comments

Comments
 (0)