File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
purviewinformationprotection-ps Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
+ " SECURITY.md"
21
+ ]
22
+ }
23
+ ],
24
+ "resource" : [
25
+ {
26
+ "files" : [
27
+ " **/*.png" ,
28
+ " **/*.jpg"
29
+ ],
30
+ "exclude" : [
31
+ " **/obj/**" ,
32
+ " **/includes/**" ,
33
+ " _themes/**" ,
34
+ " _themes.pdf/**" ,
35
+ " **/docfx.json" ,
36
+ " _repo.en-us/**"
37
+ ]
38
+ }
39
+ ],
40
+ "overwrite" : [],
41
+ "externalReference" : [],
42
+ "globalMetadata" : {
43
+ "breadcrumb_path" : " ~/breadcrumb/purviewinformationprotection-ps/toc.yml" ,
44
+ "feedback_system" : " Standard" ,
45
+ "permissioned-type" : " public"
46
+ },
47
+ "fileMetadata" : {},
48
+ "template" : []
49
+ }
50
+ }
You can’t perform that action at this time.
0 commit comments