We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05748e commit 62fbbf6Copy full SHA for 62fbbf6
sharepoint/docfx.json
@@ -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
26
+ "**/*.png",
27
+ "**/*.jpg"
28
29
30
31
32
33
34
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