Skip to content

Commit 62fbbf6

Browse files
author
Thomas Raya
authored
Create docfx.json
1 parent a05748e commit 62fbbf6

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

sharepoint/docfx.json

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

0 commit comments

Comments
 (0)