Skip to content

Commit 7ea85fd

Browse files
committed
Merged main into live
2 parents 10e350e + f8760da commit 7ea85fd

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

hub/docfx.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
},
4444
"fileMetadata": {
4545
"ms.subservice": {
46-
"apps/design/**/*.md": "design",
47-
"apps/**/*.md": "apps",
48-
"apps/windows-dotnet-maui/**/*.md": "desktop-app-ui-dev",
49-
"apps/windows-app-sdk/**/*.md": "apps",
50-
"apps/windows-app-sdk/applifecycle/**/*.md": "app-lifecycle",
51-
"apps/windows-app-sdk/windowing/**/*.md": "windowing",
52-
"apps/get-started/**/*.md": "get-started",
46+
"apps/design/**": "design",
47+
"apps/**": "apps",
48+
"apps/windows-dotnet-maui/**": "desktop-app-ui-dev",
49+
"apps/windows-app-sdk/**": "apps",
50+
"apps/windows-app-sdk/applifecycle/**": "app-lifecycle",
51+
"apps/windows-app-sdk/windowing/**": "windowing",
52+
"apps/get-started/**": "get-started",
5353
"apps/windows-app-sdk/breaking-changes.md": "get-started",
5454
"apps/windows-app-sdk/composition.md": "get-started",
5555
"apps/windows-app-sdk/downloads.md": "get-started",
@@ -67,67 +67,67 @@
6767
"apps/windows-app-sdk/system-requirements.md": "get-started",
6868
"apps/windows-app-sdk/update-existing-projects-to-the-latest-release.md": "get-started",
6969
"apps/windows-app-sdk/use-windows-app-sdk-in-existing-project.md": "get-started",
70-
"apps/windows-app-sdk/migrate-to-windows-app-sdk/**/*.md": "get-started",
71-
"apps/winui/**/*.md": "winui-conceptual",
72-
"apps/performance/**/*.md": "performance",
70+
"apps/windows-app-sdk/migrate-to-windows-app-sdk/**": "get-started",
71+
"apps/winui/**": "winui-conceptual",
72+
"apps/performance/**": "performance",
7373
"apps/windows-app-sdk/dwritecore.md": "dwrite-core",
74-
"apps/windows-app-sdk/mrtcore/**/*.md": "mrt-core",
75-
"apps/package-and-deploy/**/*.md": "deployment",
74+
"apps/windows-app-sdk/mrtcore/**": "mrt-core",
75+
"apps/package-and-deploy/**": "deployment",
7676
"apps/windows-app-sdk/check-windows-app-sdk-versions.md": "deployment",
7777
"apps/windows-app-sdk/deploy-packaged-apps.md": "deployment",
7878
"apps/windows-app-sdk/deploy-unpackaged-apps.md": "deployment",
7979
"apps/windows-app-sdk/deployment-architecture.md": "deployment",
8080
"apps/windows-app-sdk/remove-windows-app-sdk-versions.md": "deployment",
8181
"apps/windows-app-sdk/deploy-apps-that-use-the-windows-app-sdk.md": "deployment",
8282
"apps/windows-app-sdk/tutorial-unpackaged-deployment.md": "deployment",
83-
"apps/api-reference/**/*.md": "reunion-reference",
84-
"web/**/*.md": "web",
85-
"android/**/*.md": "windows-android",
83+
"apps/api-reference/**": "reunion-reference",
84+
"web/**": "web",
85+
"android/**": "windows-android",
8686
"dev-home/*.md": "windows-devhome",
8787
"dev-drive/*.md": "windows-devhome",
88-
"dev-environment/docker/**/*.md": "windows-nodejs",
89-
"dev-environment/javascript/**/*.md": "windows-javascript",
90-
"dev-environment/rust/**/*.md": "windows-rust",
91-
"package-manager/**/*.md": "package-manager",
92-
"powertoys/**/*.md": "powertoys",
93-
"python/**/*.md": "windows-python"
88+
"dev-environment/docker/**": "windows-nodejs",
89+
"dev-environment/javascript/**": "windows-javascript",
90+
"dev-environment/rust/**": "windows-rust",
91+
"package-manager/**": "package-manager",
92+
"powertoys/**": "powertoys",
93+
"python/**": "windows-python"
9494
},
9595
"ms.service": {
96-
"apps/trace-processing/**/*.md": "traceprocessor",
97-
"apps/**/*.md": "windows-app-sdk",
98-
"apps/windows-dotnet-maui/**/*.md": "windows-dev-apps",
99-
"web/**/*.md": "windows",
100-
"android/**/*.md": "dev-environment",
101-
"dev-environment/**/*.md": "dev-environment",
96+
"apps/trace-processing/**": "traceprocessor",
97+
"apps/**": "windows-app-sdk",
98+
"apps/windows-dotnet-maui/**": "windows-dev-apps",
99+
"web/**": "windows",
100+
"android/**": "dev-environment",
101+
"dev-environment/**": "dev-environment",
102102
"dev-home/*.md": "dev-environment",
103103
"dev-drive/*.md": "dev-environment",
104-
"package-manager/**/*.md": "dev-environment",
105-
"powertoys/**/*.md": "dev-environment",
106-
"python/**/*.md": "dev-environment"
104+
"package-manager/**": "dev-environment",
105+
"powertoys/**": "dev-environment",
106+
"python/**": "dev-environment"
107107
},
108108
"ms.collection":
109109
{
110-
"apps/design/controls/**/*.md": "windows11",
111-
"apps/design/signature-experiences/**/*.md": "windows11"
110+
"apps/design/controls/**": "windows11",
111+
"apps/design/signature-experiences/**": "windows11"
112112
},
113113
"feedback_product_url":
114114
{
115-
"android/**/*.md": "https://www.microsoft.com/en-us/windowsinsider/feedbackhub/fb",
116-
"apps/**/*.md": "https://www.microsoft.com/en-us/windowsinsider/feedbackhub/fb",
117-
"apps/package-and-deploy/**/*.md": "https://github.com/microsoft/msix-packaging/issues",
118-
"apps/performance/**/*.md": "https://github.com/microsoft/Windows-Dev-Performance/issues",
119-
"apps/trace-processing/**/*.md": "https://github.com/microsoft/eventtracing-processing/issues",
120-
"apps/windows-app-sdk/**/*.md": "https://github.com/microsoft/WindowsAppSDK/issues",
121-
"apps/windows-dotnet-maui/**/*.md": "https://github.com/dotnet/maui/issues",
122-
"apps/winui/**/*.md": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
123-
"dev-drive/**/*.md": "https://github.com/microsoft/Windows-Dev-Performance/issues",
124-
"dev-environment/**/*.md": "https://github.com/microsoft/Windows-Dev-Performance/issues",
125-
"dev-home/**/*.md": "https://github.com/microsoft/Windows-Dev-Performance/issues",
126-
"package-manager/**/*.md": "https://github.com/microsoft/winget-cli/issues",
127-
"powertoys/**/*.md": "https://github.com/microsoft/PowerToys/issues",
128-
"python/**/*.md": "https://github.com/microsoft/vscode-python",
129-
"sudo*": "https://github.com/microsoft/sudo",
130-
"web/**/*.md": "https://github.com/microsoft/Windows-Dev-Performance/issues"
115+
"android/**": "https://www.microsoft.com/en-us/windowsinsider/feedbackhub/fb",
116+
"apps/**": "https://www.microsoft.com/en-us/windowsinsider/feedbackhub/fb",
117+
"apps/package-and-deploy/**": "https://github.com/microsoft/msix-packaging/issues",
118+
"apps/performance/**": "https://github.com/microsoft/Windows-Dev-Performance/issues",
119+
"apps/trace-processing/**": "https://github.com/microsoft/eventtracing-processing/issues",
120+
"apps/windows-app-sdk/**": "https://github.com/microsoft/WindowsAppSDK/issues",
121+
"apps/windows-dotnet-maui/**": "https://github.com/dotnet/maui/issues",
122+
"apps/winui/**": "https://github.com/microsoft/microsoft-ui-xaml/issues/new/choose",
123+
"dev-drive/**": "https://github.com/microsoft/Windows-Dev-Performance/issues",
124+
"dev-environment/**": "https://github.com/microsoft/Windows-Dev-Performance/issues",
125+
"dev-home/**": "https://github.com/microsoft/Windows-Dev-Performance/issues",
126+
"package-manager/**": "https://github.com/microsoft/winget-cli/issues",
127+
"powertoys/**": "https://github.com/microsoft/PowerToys/issues",
128+
"python/**": "https://github.com/microsoft/vscode-python",
129+
"sudo/**": "https://github.com/microsoft/sudo",
130+
"web/**": "https://github.com/microsoft/Windows-Dev-Performance/issues"
131131
},
132132
"author":
133133
{
@@ -323,7 +323,7 @@
323323
},
324324
"titleSuffix":
325325
{
326-
"apps/**/*.md": "Windows apps"
326+
"apps/**": "Windows apps"
327327
}
328328
},
329329
"template": [],

0 commit comments

Comments
 (0)