Skip to content

Commit fd0b74b

Browse files
authored
Play with docfx config (#2067)
* Play with docfx config * Update docfx * move /net content to root
1 parent 5a7ed80 commit fd0b74b

File tree

1,709 files changed

+173
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,709 files changed

+173
-300
lines changed

dotnet-desktop-guide/docfx.json

Lines changed: 39 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -2,125 +2,13 @@
22
"build": {
33
"content": [
44
{
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/**"]
677
}
688
],
699
"resource": [
7010
{
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}"]
12412
}
12513
],
12614
"overwrite": [],
@@ -140,15 +28,15 @@
14028
},
14129
"titleSuffix": {
14230
"framework/winforms/**/**.md": "Windows Forms .NET Framework",
143-
"net/winforms/**/**.md": "Windows Forms .NET",
31+
"winforms/**/**.md": "Windows Forms",
14432
"framework/wpf/**/**.md": "WPF .NET Framework",
14533
"net/wpf/**/**.md": "WPF .NET",
14634
"xaml-services/**/*.md": "XAML"
14735
},
14836
"ms.subservice": {
14937
"framework/winforms/**/**.md": "winforms",
15038
"framework/wpf/**/**.md": "wpf",
151-
"net/winforms/**/**.md": "winforms",
39+
"winforms/**/**.md": "winforms",
15240
"net/wpf/**/**.md": "wpf",
15341
"xaml-services/**/*.md": "wpf"
15442
},
@@ -159,65 +47,50 @@
15947
"ms.topic": {
16048
"framework/winforms/**/**.md": "conceptual",
16149
"framework/wpf/**/**.md": "conceptual",
162-
"net/winforms/**/**.md": "conceptual",
50+
"winforms/**/**.md": "conceptual",
16351
"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",
16654
"xaml-services/**/*.md": "reference",
16755
"**/*how-to*.md": "how-to",
16856
"**/*overview*.md": "overview"
16957
},
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+
}
19982
},
20083
"template": [],
20184
"dest": "dotnet-desktop-guide",
20285
"markdownEngineName": "markdig",
20386
"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+
]
22194
}
22295
}
22396
}

0 commit comments

Comments
 (0)