Skip to content

Commit eb99447

Browse files
authored
Merge pull request #30771 from MicrosoftDocs/docfx-update
Add exclusion rules for incomplete filenames and images
2 parents 1f29596 + 3c60a4d commit eb99447

2 files changed

Lines changed: 67 additions & 20 deletions

File tree

copilot/docfx.json

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,55 @@
4747
"permissioned-type": "public",
4848
"uhfHeaderId": "MSDocsHeader-M365-IT",
4949
"contributors_to_exclude": [
50-
"rjagiewich",
51-
"traya1",
52-
"American-Dipper",
53-
"claydetels19",
54-
"jborsecnik",
55-
"shdyas",
56-
"garycentric",
57-
"Stacyrch140",
50+
"aditisrivastava07",
5851
"alexbuckgit",
52+
"American-Dipper",
5953
"beccarobins",
54+
"claydetels19",
6055
"dstrome",
56+
"garycentric",
57+
"jborsecnik",
6158
"MarcoLodini",
6259
"padmagit77",
63-
"aditisrivastava07",
64-
"Ruchika-mittal01"
60+
"rjagiewich",
61+
"Ruchika-mittal01",
62+
"shdyas",
63+
"Stacyrch140",
64+
"traya1"
6565
]
6666
},
67+
"rules": {
68+
"filename-incomplete": {
69+
"exclude": [
70+
"**/*.md",
71+
"**/*.yml"
72+
]
73+
},
74+
"image-name-incomplete": {
75+
"exclude": [
76+
"**/*.gif",
77+
"**/*.jpeg",
78+
"**/*.jpg",
79+
"**/*.png",
80+
"**/*.svg"
81+
]
82+
},
83+
"image-structure-incorrect": {
84+
"exclude": [
85+
"**/*.gif",
86+
"**/*.jpeg",
87+
"**/*.jpg",
88+
"**/*.png",
89+
"**/*.svg"
90+
]
91+
},
92+
"include-structure-incorrect": {
93+
"exclude": [
94+
"**/*.md",
95+
"**/*.yml"
96+
]
97+
}
98+
},
6799
"fileMetadata": {},
68100
"template": [],
69101
"dest": "microsoft-365-copilot"

microsoft-365/docfx.json

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,19 @@
7575
"uhfHeaderId": "MSDocsHeader-M365-IT",
7676
"searchScope": ["Microsoft Bookings", "Microsoft 365 Lighthouse", "Microsoft 365 for frontline workers", "Microsoft 365", "Microsoft 365 Archive", "Microsoft 365"],
7777
"contributors_to_exclude": [
78-
"rjagiewich",
79-
"claydetels19",
80-
"jborsecnik",
81-
"shdyas",
82-
"garycentric",
78+
"aditisrivastava07",
8379
"alexbuckgit",
80+
"American-Dipper",
8481
"beccarobins",
82+
"claydetels19",
8583
"dstrome",
86-
"Stacyrch140",
87-
"American-Dipper",
84+
"garycentric",
85+
"jborsecnik",
8886
"padmagit77",
89-
"aditisrivastava07",
90-
"Ruchika-mittal01"
87+
"rjagiewich",
88+
"Ruchika-mittal01",
89+
"shdyas",
90+
"Stacyrch140"
9191
]
9292
},
9393
"fileMetadata": {
@@ -174,7 +174,7 @@
174174
"filename-incomplete": {
175175
"exclude": [
176176
"**/*.md",
177-
"**.*.yml"
177+
"**/*.yml"
178178
]
179179
},
180180
"image-name-incomplete": {
@@ -185,6 +185,21 @@
185185
"**/*.png",
186186
"**/*.svg"
187187
]
188+
},
189+
"image-structure-incorrect": {
190+
"exclude": [
191+
"**/*.gif",
192+
"**/*.jpeg",
193+
"**/*.jpg",
194+
"**/*.png",
195+
"**/*.svg"
196+
]
197+
},
198+
"include-structure-incorrect": {
199+
"exclude": [
200+
"**/*.md",
201+
"**/*.yml"
202+
]
188203
},
189204
"sensitive-language-ma": {
190205
"exclude": [

0 commit comments

Comments
 (0)