Skip to content

Commit 6ebed62

Browse files
authored
Merge pull request #1109 from MicrosoftDocs/update-docfx-json-file
Add exclusion rules for incomplete filenames and images
2 parents 424f140 + bceb7db commit 6ebed62

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

sharepoint/docfx.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,38 @@
7373
}
7474
},
7575
"template": [],
76-
"dest": "sharepointps"
76+
"dest": "sharepointps",
77+
"rules": {
78+
"filename-incomplete": {
79+
"exclude": [
80+
"**/*.md",
81+
"**/*.yml"
82+
]
83+
},
84+
"image-name-incomplete": {
85+
"exclude": [
86+
"**/*.gif",
87+
"**/*.jpeg",
88+
"**/*.jpg",
89+
"**/*.png",
90+
"**/*.svg"
91+
]
92+
},
93+
"image-structure-incorrect": {
94+
"exclude": [
95+
"**/*.gif",
96+
"**/*.jpeg",
97+
"**/*.jpg",
98+
"**/*.png",
99+
"**/*.svg"
100+
]
101+
},
102+
"include-structure-incorrect": {
103+
"exclude": [
104+
"**/*.md",
105+
"**/*.yml"
106+
]
107+
}
108+
}
77109
}
78110
}

0 commit comments

Comments
 (0)