Skip to content

Commit b04277b

Browse files
committedAug 30, 2017
Initialize open publishing repository: https://github.com/MicrosoftDocs/officeDocs-SP-Framework of branch master
1 parent a190981 commit b04277b

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed
 

‎.openpublishing.publish.config.json

+18-1
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": "SP-Framework",
7+
"build_source_folder": "SP-Framework",
8+
"build_output_subfolder": "SP-Framework",
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
"branches_to_filter": [],
724
"skip_source_output_uploading": false,

‎SP-Framework/TOC.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# [Index](index.md)

‎SP-Framework/docfx.json

+37
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": "SP-Framework"
36+
}
37+
}

‎SP-Framework/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Welcome to SP-Framework!

0 commit comments

Comments
 (0)
Please sign in to comment.