|
2 | 2 | "build": {
|
3 | 3 | "content": [
|
4 | 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 |
| - "samples/**/*.*" |
21 |
| - ], |
22 |
| - "group": "framework", |
23 |
| - "src": "framework" |
24 |
| - }, |
25 |
| - { |
26 |
| - "files": [ |
27 |
| - "**/*.md", |
28 |
| - "**/*.yml" |
29 |
| - ], |
30 |
| - "exclude": [ |
31 |
| - "**/obj/**", |
32 |
| - "**/includes/**", |
33 |
| - "_themes/**", |
34 |
| - "_themes.pdf/**", |
35 |
| - "**/docfx.json", |
36 |
| - "_repo.en-us/**", |
37 |
| - "README.md", |
38 |
| - "LICENSE", |
39 |
| - "LICENSE-CODE", |
40 |
| - "ThirdPartyNotices.md", |
41 |
| - "samples/**/*.*" |
42 |
| - ], |
43 |
| - "group": "net", |
44 |
| - "src": "net" |
45 |
| - }, |
46 |
| - { |
47 |
| - "files": [ |
48 |
| - "**/*.md", |
49 |
| - "**/*.yml" |
50 |
| - ], |
51 |
| - "exclude": [ |
52 |
| - "framework", |
53 |
| - "net", |
54 |
| - |
55 |
| - "**/obj/**", |
56 |
| - "**/includes/**", |
57 |
| - "_themes/**", |
58 |
| - "_themes.pdf/**", |
59 |
| - "**/docfx.json", |
60 |
| - "_repo.en-us/**", |
61 |
| - "README.md", |
62 |
| - "LICENSE", |
63 |
| - "LICENSE-CODE", |
64 |
| - "ThirdPartyNotices.md", |
65 |
| - "samples/**/*.*" |
66 |
| - ] |
| 5 | + "files": ["**/*.{md,yml}"], |
| 6 | + "exclude": ["**/includes/**"] |
67 | 7 | }
|
68 | 8 | ],
|
69 | 9 | "resource": [
|
70 | 10 | {
|
71 |
| - "files": [ |
72 |
| - "**/*.png", |
73 |
| - "**/*.gif", |
74 |
| - "**/*.jpg" |
75 |
| - ], |
76 |
| - "exclude": [ |
77 |
| - "**/obj/**", |
78 |
| - "**/includes/**", |
79 |
| - "_themes/**", |
80 |
| - "_themes.pdf/**", |
81 |
| - "**/docfx.json", |
82 |
| - "_repo.en-us/**", |
83 |
| - "samples/**/*.*" |
84 |
| - ], |
85 |
| - "group": "framework", |
86 |
| - "src": "framework" |
87 |
| - }, |
88 |
| - { |
89 |
| - "files": [ |
90 |
| - "**/*.png", |
91 |
| - "**/*.gif", |
92 |
| - "**/*.jpg" |
93 |
| - ], |
94 |
| - "exclude": [ |
95 |
| - "**/obj/**", |
96 |
| - "**/includes/**", |
97 |
| - "_themes/**", |
98 |
| - "_themes.pdf/**", |
99 |
| - "**/docfx.json", |
100 |
| - "_repo.en-us/**", |
101 |
| - "samples/**/*.*" |
102 |
| - ], |
103 |
| - "group": "net", |
104 |
| - "src": "net" |
105 |
| - }, |
106 |
| - { |
107 |
| - "files": [ |
108 |
| - "**/*.png", |
109 |
| - "**/*.gif", |
110 |
| - "**/*.jpg" |
111 |
| - ], |
112 |
| - "exclude": [ |
113 |
| - "framework", |
114 |
| - "net", |
115 |
| - |
116 |
| - "**/obj/**", |
117 |
| - "**/includes/**", |
118 |
| - "_themes/**", |
119 |
| - "_themes.pdf/**", |
120 |
| - "**/docfx.json", |
121 |
| - "_repo.en-us/**", |
122 |
| - "samples/**/*.*" |
123 |
| - ] |
| 11 | + "files": ["**/*.{png,gif,jpg}"] |
124 | 12 | }
|
125 | 13 | ],
|
126 | 14 | "overwrite": [],
|
|
140 | 28 | },
|
141 | 29 | "titleSuffix": {
|
142 | 30 | "framework/winforms/**/**.md": "Windows Forms .NET Framework",
|
143 |
| - "net/winforms/**/**.md": "Windows Forms .NET", |
| 31 | + "winforms/**/**.md": "Windows Forms", |
144 | 32 | "framework/wpf/**/**.md": "WPF .NET Framework",
|
145 | 33 | "net/wpf/**/**.md": "WPF .NET",
|
146 | 34 | "xaml-services/**/*.md": "XAML"
|
147 | 35 | },
|
148 | 36 | "ms.subservice": {
|
149 | 37 | "framework/winforms/**/**.md": "winforms",
|
150 | 38 | "framework/wpf/**/**.md": "wpf",
|
151 |
| - "net/winforms/**/**.md": "winforms", |
| 39 | + "winforms/**/**.md": "winforms", |
152 | 40 | "net/wpf/**/**.md": "wpf",
|
153 | 41 | "xaml-services/**/*.md": "wpf"
|
154 | 42 | },
|
|
159 | 47 | "ms.topic": {
|
160 | 48 | "framework/winforms/**/**.md": "conceptual",
|
161 | 49 | "framework/wpf/**/**.md": "conceptual",
|
162 |
| - "net/winforms/**/**.md": "conceptual", |
| 50 | + "winforms/**/**.md": "conceptual", |
163 | 51 | "net/wpf/**/**.md": "conceptual",
|
164 |
| - "net/winforms/compiler-messages/**.md": "error-reference", |
165 |
| - "net/winforms/wfdev-diagnostics/**.md": "error-reference", |
| 52 | + "winforms/compiler-messages/**.md": "error-reference", |
| 53 | + "winforms/wfdev-diagnostics/**.md": "error-reference", |
166 | 54 | "xaml-services/**/*.md": "reference",
|
167 | 55 | "**/*how-to*.md": "how-to",
|
168 | 56 | "**/*overview*.md": "overview"
|
169 | 57 | },
|
170 |
| - "feedback_system": { |
171 |
| - "**.*": "OpenSource", |
172 |
| - "docs/standard/design-guidelines/**/**.md": "None", |
173 |
| - "docs/framework/data/adonet/**/**.md": "None", |
174 |
| - "docs/framework/data/wcf/**/**.md": "None", |
175 |
| - "docs/framework/ui-automation/**/**.md": "None", |
176 |
| - "docs/framework/wcf/**/**.md": "None" |
177 |
| - }, |
178 |
| - "open_source_feedback_contributorGuideUrl": { |
179 |
| - "**.*": "https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute" |
180 |
| - }, |
181 |
| - "open_source_feedback_issueUrl": { |
182 |
| - "**.*": "https://github.com/dotnet/docs-desktop/issues/new?template=customer-feedback.yml" |
183 |
| - }, |
184 |
| - "open_source_feedback_productName": { |
185 |
| - "**.*": ".NET Desktop feedback" |
186 |
| - }, |
187 |
| - "open_source_feedback_productDescription": { |
188 |
| - "**.*": "The .NET Desktop documentation is open source. Provide feedback here." |
189 |
| - }, |
190 |
| - "open_source_feedback_issueTitle": { |
191 |
| - "**.*": "" |
192 |
| - }, |
193 |
| - "open_source_feedback_productLogoLightUrl": { |
194 |
| - "**.*": "https://learn.microsoft.com/media/logos/logo_net.svg" |
195 |
| - }, |
196 |
| - "open_source_feedback_productLogoDarkUrl": { |
197 |
| - "**.*": "https://learn.microsoft.com/media/logos/logo_net.svg" |
198 |
| - } |
| 58 | + "feedback_system": { |
| 59 | + "**.*": "OpenSource" |
| 60 | + }, |
| 61 | + "open_source_feedback_contributorGuideUrl": { |
| 62 | + "**.*": "https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute" |
| 63 | + }, |
| 64 | + "open_source_feedback_issueUrl": { |
| 65 | + "**.*": "https://github.com/dotnet/docs-desktop/issues/new?template=customer-feedback.yml" |
| 66 | + }, |
| 67 | + "open_source_feedback_productName": { |
| 68 | + "**.*": ".NET Desktop feedback" |
| 69 | + }, |
| 70 | + "open_source_feedback_productDescription": { |
| 71 | + "**.*": "The .NET Desktop documentation is open source. Provide feedback here." |
| 72 | + }, |
| 73 | + "open_source_feedback_issueTitle": { |
| 74 | + "**.*": "" |
| 75 | + }, |
| 76 | + "open_source_feedback_productLogoLightUrl": { |
| 77 | + "**.*": "https://learn.microsoft.com/media/logos/logo_net.svg" |
| 78 | + }, |
| 79 | + "open_source_feedback_productLogoDarkUrl": { |
| 80 | + "**.*": "https://learn.microsoft.com/media/logos/logo_net.svg" |
| 81 | + } |
199 | 82 | },
|
200 | 83 | "template": [],
|
201 | 84 | "dest": "dotnet-desktop-guide",
|
202 | 85 | "markdownEngineName": "markdig",
|
203 | 86 | "markdownEngineProperties": {
|
204 |
| - "markdigExtensions": [ |
205 |
| - "abbreviations", |
206 |
| - "definitionlists", |
207 |
| - "tasklists", |
208 |
| - "footnotes", |
209 |
| - "diagrams" |
210 |
| - ] |
211 |
| - }, |
212 |
| - "groups": { |
213 |
| - "framework": { |
214 |
| - "dest": "framework-dest", |
215 |
| - "moniker_range": "netframeworkdesktop-4.8" |
216 |
| - }, |
217 |
| - "net": { |
218 |
| - "dest": "net-dest", |
219 |
| - "moniker_range": ">= netdesktop-6.0" |
220 |
| - } |
| 87 | + "markdigExtensions": [ |
| 88 | + "abbreviations", |
| 89 | + "definitionlists", |
| 90 | + "tasklists", |
| 91 | + "footnotes", |
| 92 | + "diagrams" |
| 93 | + ] |
221 | 94 | }
|
222 | 95 | }
|
223 | 96 | }
|
0 commit comments