Skip to content

Commit

Permalink
update pub,redirect,landing
Browse files Browse the repository at this point in the history
  • Loading branch information
adegeo committed Nov 12, 2024
1 parent 69f9056 commit 32ca3bf
Show file tree
Hide file tree
Showing 14 changed files with 300 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-build-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
docs_path: "dotnet-desktop-guide"
url_base_path: "dotnet/desktop"
opaque_leading_url_segments: "framework:view=netframeworkdesktop-4.8,net:view=netdesktop-7.0,net:view=netdesktop-8.0"
opaque_leading_url_segments: "framework:view=netframeworkdesktop-4.8,net:view=netdesktop-7.0,net:view=netdesktop-8.0,net:view=netdesktop-9.0"
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
close-issue-message: >
This issue has been automatically closed due to lack of activity.
If you feel this issue is still important, please reopen it and leave a comment.
exempt-issue-labels: 'breaking-change,Pri0,:watch: Not Triaged,:checkered_flag: Release: .NET 7,:checkered_flag: Release: .NET 8'
exempt-issue-labels: 'breaking-change,Pri0,:watch: Not Triaged,:checkered_flag: Release: .NET 7,:checkered_flag: Release: .NET 8,:checkered_flag: Release: .NET 9'
operations-per-run: 50
debug-only: true
3 changes: 2 additions & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"netframeworkdesktop-4.8",
"netdesktop-6.0",
"netdesktop-7.0",
"netdesktop-8.0"
"netdesktop-8.0",
"netdesktop-9.0"
],
"filemap_share_depots": [
"VS.dotnet-api-docs"
Expand Down
152 changes: 76 additions & 76 deletions .openpublishing.redirection.winforms.json

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions .openpublishing.redirection.wpf.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dotnet-desktop-guide/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ items:
- name: Windows Forms
expanded: true
items:
- name: ".NET 6+"
href: net/winforms/index.yml?view=netdesktop-7.0&preserve-view=true
- name: ".NET"
href: net/winforms/index.yml?view=netdesktop-9.0&preserve-view=true
- name: .NET Framework
href: framework/winforms/index.yml?view=netframeworkdesktop-4.8&preserve-view=true
- name: Windows Presentation Foundation
expanded: true
items:
- name: ".NET 6+"
href: net/wpf/index.yml?view=netdesktop-7.0&preserve-view=true
- name: ".NET"
href: net/wpf/index.yml?view=netdesktop-9.0&preserve-view=true
- name: .NET Framework
href: framework/wpf/index.md?view=netframeworkdesktop-4.8&preserve-view=true
- name: XAML language reference
Expand Down
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
},
"open_source_feedback_productLogoDarkUrl": {
"**.*": "https://learn.microsoft.com/media/logos/logo_net.svg"
},
}
},
"template": [],
"dest": "dotnet-desktop-guide",
Expand Down
16 changes: 7 additions & 9 deletions dotnet-desktop-guide/index.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
### YamlMime:Landing

title: Desktop Guide for .NET, .NET Core, and .NET Framework
summary: "Welcome to the Desktop Guide. The Desktop Guide is a set of documentation for .NET-based Windows UI technologies including Windows Presentation Foundation (WPF) and Windows Forms (WinForms). The Desktop Guide will cover both .NET 5 (and .NET Core 3.1) and later versions, along with .NET Framework."
title: Desktop Guide for .NET and .NET Framework
summary: "Welcome to the Desktop Guide. The Desktop Guide is a set of documentation for .NET-based Windows UI technologies including Windows Presentation Foundation (WPF) and Windows Forms (WinForms). The Desktop Guide covers .NET and .NET Framework."

metadata:
title: Desktop Guide for WPF and Windows Forms on .NET
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET 6+ and .NET Framework.
description: Introduction to the Desktop Guide for WPF and Windows Forms for both .NET and .NET Framework.
ms.topic: landing-page
ms.product: dotnet
author: adegeo
ms.author: adegeo
ms.date: 02/07/2023
ms.date: 11/11/2024

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

landingContent:

- title: .NET 6+
- title: .NET
linkLists:
- linkListType: overview
links:
- text: Windows Presentation Foundation (WPF)
url: net/wpf/index.yml?view=netdesktop-7.0&preserve-view=true
url: net/wpf/index.yml?view=netdesktop-9.0&preserve-view=true
- text: Windows Forms (WinForms)
url: net/winforms/index.yml?view=netdesktop-7.0&preserve-view=true
url: net/winforms/index.yml?view=netdesktop-9.0&preserve-view=true

- title: .NET Framework
linkLists:
Expand All @@ -48,5 +48,3 @@ landingContent:
url: /uwp
- text: .NET Multi-platform App UI (.NET MAUI)
url: /dotnet/maui
- text: Xamarin Forms
url: /xamarin/xamarin-forms/
2 changes: 1 addition & 1 deletion dotnet-desktop-guide/net/winforms/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
title: Windows Forms for .NET documentation
description: Learn about using Windows Forms, an open-source, graphical user interface for Windows, on .NET.
ms.topic: landing-page
ms.date: 04/09/2024
ms.date: 11/11/2024

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new

Expand Down
4 changes: 2 additions & 2 deletions dotnet-desktop-guide/net/wpf/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ title: Windows Presentation Foundation documentation
summary: Learn about using Windows Presentation Foundation (WPF), an open-source, graphical user interface for Windows, on .NET.

metadata:
title: Windows Presentation Foundation for .NET 8 documentation
title: Windows Presentation Foundation for .NET documentation
description: Learn about using Windows Presentation Foundation (WPF), an open-source, graphical user interface for Windows, on .NET.
ms.topic: landing-page
ms.date: 04/09/2024
ms.date: 11/11/2024

# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview
# quickstart | reference | sample | tutorial | video | whats-new
Expand Down
2 changes: 1 addition & 1 deletion redirects_generator/definitions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Moniker1": "netframeworkdesktop-4.8",
"RepoPath1": "dotnet-desktop-guide/framework/",
"Moniker2": "netdesktop-8.0",
"Moniker2": "netdesktop-9.0",
"RepoPath2": "dotnet-desktop-guide/net/",
"PublishRoot": "/dotnet/desktop/",
"Entries": []
Expand Down
Loading

0 comments on commit 32ca3bf

Please sign in to comment.