Skip to content

Commit acf4a56

Browse files
authored
Migrate WPF (#2080)
* Redo redirects for merge * Merge WPF Framework * Fix include path * CleanRepo --replace-redircts * CleanRepo --relative-links * fix relative in xaml-services * Fix other relative links * Fix build errors * add missing images * Fix final build errors * Breadcrumb + docfx
1 parent 5dece0d commit acf4a56

File tree

1,800 files changed

+1046
-11604
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,800 files changed

+1046
-11604
lines changed

.openpublishing.redirection.wpf.json

Lines changed: 114 additions & 285 deletions
Large diffs are not rendered by default.

dotnet-desktop-guide/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ items:
22
- name: Windows Forms
33
href: winforms/index.yml
44
- name: Windows Presentation Foundation
5-
href: wpf/index.yml?view=netdesktop-9.0&preserve-view=true
5+
href: wpf/index.yml
6+
- name: XAML language reference
7+
href: xaml-services/index.md

dotnet-desktop-guide/breadcrumb/toc.yml

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,48 @@ items:
33
tocHref: /dotnet
44
topicHref: /dotnet/index
55
items:
6-
- name: Windows Forms
7-
tocHref: /dotnet/desktop/winforms
8-
topicHref: /dotnet/desktop/winforms/index
6+
- name: Windows Desktop
7+
tocHref: /dotnet/desktop/
8+
topicHref: /dotnet/desktop/index
99
items:
10-
- name: Controls
11-
tocHref: /dotnet/desktop/winforms/controls
12-
topicHref: /dotnet/desktop/winforms/controls/index
13-
- name: Design
14-
tocHref: /dotnet/desktop/winforms/controls-design
15-
topicHref: /dotnet/desktop/winforms/controls-design/index
16-
- name: Advanced
17-
tocHref: /dotnet/desktop/winforms/advanced
18-
topicHref: /dotnet/desktop/winforms/advanced/index
19-
- name: Windows Presentation Foundation
20-
tocHref: /dotnet/desktop/wpf
21-
topicHref: /dotnet/desktop/wpf/index
2210

11+
- name: WinForms
12+
tocHref: /dotnet/desktop/winforms
13+
topicHref: /dotnet/desktop/winforms/index
14+
items:
15+
- name: Controls
16+
tocHref: /dotnet/desktop/winforms/controls
17+
topicHref: /dotnet/desktop/winforms/controls/index
18+
- name: Design
19+
tocHref: /dotnet/desktop/winforms/controls-design
20+
topicHref: /dotnet/desktop/winforms/controls-design/index
21+
- name: Advanced
22+
tocHref: /dotnet/desktop/winforms/advanced
23+
topicHref: /dotnet/desktop/winforms/advanced/index
24+
25+
- name: WPF
26+
tocHref: /dotnet/desktop/wpf
27+
topicHref: /dotnet/desktop/wpf/index
28+
items:
29+
- name: Application Development
30+
tocHref: /dotnet/desktop/wpf/app-development
31+
topicHref: /dotnet/desktop/wpf/app-development/index
32+
- name: Advanced
33+
tocHref: /dotnet/desktop/wpf/advanced
34+
topicHref: /dotnet/desktop/wpf/advanced/index
35+
- name: Controls
36+
tocHref: /dotnet/desktop/wpf/controls
37+
topicHref: /dotnet/desktop/wpf/controls/index
38+
- name: Data
39+
tocHref: /dotnet/desktop/wpf/data
40+
topicHref: /dotnet/desktop/wpf/data/index
41+
- name: Graphics
42+
tocHref: /dotnet/desktop/wpf/graphics-multimedia
43+
topicHref: /dotnet/desktop/wpf/graphics-multimedia/index
44+
- name: Data
45+
tocHref: /dotnet/desktop/wpf/data
46+
topicHref: /dotnet/desktop/wpf/data/index
47+
48+
- name: XAML
49+
tocHref: /dotnet/desktop/xaml-services
50+
topicHref: /dotnet/desktop/xaml-services/index

dotnet-desktop-guide/docfx.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,38 +17,29 @@
1717
"breadcrumb_path": "/dotnet/desktop/breadcrumb/toc.json",
1818
"feedback_system": "GitHub",
1919
"feedback_github_repo": "dotnet/docs-desktop",
20-
"feedback_product_url": "https://developercommunity.visualstudio.com/spaces/61/index.html",
20+
"feedback_product_url": "https://developercommunity.visualstudio.com/VisualStudio",
2121
"author": "adegeo",
2222
"uhfHeaderId": "MSDocsHeader-DotNet",
2323
"ms.author": "adegeo"
2424
},
2525
"fileMetadata": {
26-
"breadcrumb_path": {
27-
"xaml-services/**/**.md": "/dotnet/desktop/xaml-services/breadcrumb/toc.json"
28-
},
2926
"titleSuffix": {
30-
"framework/winforms/**/**.md": "Windows Forms .NET Framework",
3127
"winforms/**/**.md": "Windows Forms",
32-
"framework/wpf/**/**.md": "WPF .NET Framework",
33-
"net/wpf/**/**.md": "WPF .NET",
28+
"wpf/**/**.md": "WPF",
3429
"xaml-services/**/*.md": "XAML"
3530
},
3631
"ms.subservice": {
37-
"framework/winforms/**/**.md": "winforms",
38-
"framework/wpf/**/**.md": "wpf",
3932
"winforms/**/**.md": "winforms",
40-
"net/wpf/**/**.md": "wpf",
33+
"wpf/**/**.md": "wpf",
4134
"xaml-services/**/*.md": "wpf"
4235
},
4336
"ms.service": {
4437
"xaml-services/**/*.md": "dotnet-desktop",
4538
"xaml-services/**/*.yml": "dotnet-desktop"
4639
},
4740
"ms.topic": {
48-
"framework/winforms/**/**.md": "conceptual",
49-
"framework/wpf/**/**.md": "conceptual",
5041
"winforms/**/**.md": "conceptual",
51-
"net/wpf/**/**.md": "conceptual",
42+
"wpf/**/**.md": "conceptual",
5243
"winforms/compiler-messages/**.md": "error-reference",
5344
"winforms/wfdev-diagnostics/**.md": "error-reference",
5445
"xaml-services/**/*.md": "reference",

dotnet-desktop-guide/framework/breadcrumb/toc.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

dotnet-desktop-guide/framework/wpf/advanced/attached-events-overview.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)