Skip to content

Commit 1e121a3

Browse files
authored
Move index to top of TOC (#5963)
1 parent 857f578 commit 1e121a3

2 files changed

Lines changed: 35 additions & 36 deletions

File tree

hub/apps/package-and-deploy/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Deployment overview
3-
description: The topics in this section introduce options and guidance around deploying different types of Windows apps. Your first decision will be whether or not to package your app.
2+
title: Packaging and deployment overview
3+
description: The topics in this section introduce options and guidance for deploying different types of Windows apps. Your first decision will be whether or not to package your app.
44
ms.topic: concept-article
55
ms.date: 10/05/2023
66
ms.localizationpriority: medium
77
---
88

9-
# Deployment overview
9+
# Packaging and deployment overview
1010

11-
The topics in this section introduce options and guidance around deploying different types of Windows apps.
11+
The topics in this section introduce options and guidance for deploying different types of Windows apps.
1212

1313
## Advantages and disadvantages of packaging your app
1414

hub/apps/package-and-deploy/toc.yml

Lines changed: 31 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
1-
- name: App packaging
2-
items:
3-
- name: Package identity overview
4-
href: ../desktop/modernize/package-identity-overview.md
5-
- name: "Windows apps: packaging, deployment, and process"
6-
href: ../get-started/intro-pack-dep-proc.md
7-
- name: Features that require package identity
8-
items:
9-
- name: Overview
10-
href: ../desktop/modernize/modernize-packaged-apps.md
11-
- name: Integrate with package extensions
12-
href: ../desktop/modernize/desktop-to-uwp-extensions.md
13-
- name: Integrate a packaged desktop app with File Explorer
14-
href: ../desktop/modernize/integrate-packaged-app-with-file-explorer.md
15-
- name: Get activation info for packaged apps
16-
href: ../desktop/modernize/get-activation-info-for-packaged-apps.md
17-
- name: Extend with UWP components
18-
href: ../desktop/modernize/desktop-to-uwp-extend.md
19-
- name: Distribute your packaged app
20-
href: ../desktop/modernize/desktop-to-uwp-distribute.md
21-
- name: Package your app using single-project MSIX
22-
href: ../windows-app-sdk/single-project-msix.md
23-
- name: Grant package identity by packaging with external location
24-
items:
25-
- name: Overview
26-
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps-overview.md
27-
- name: Grant package identity by packaging with external location in Visual Studio
28-
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps-visual-studio.md
29-
- name: Grant package identity by packaging with external location manually
30-
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps.md
31-
- name: Deployment
32-
items:
1+
items:
332
- name: Overview
343
href: ../package-and-deploy/index.md
4+
- name: App packaging
5+
items:
6+
- name: Package identity overview
7+
href: ../desktop/modernize/package-identity-overview.md
8+
- name: "Windows apps: packaging, deployment, and process"
9+
href: ../get-started/intro-pack-dep-proc.md
10+
- name: Features that require package identity
11+
items:
12+
- name: Overview
13+
href: ../desktop/modernize/modernize-packaged-apps.md
14+
- name: Integrate with package extensions
15+
href: ../desktop/modernize/desktop-to-uwp-extensions.md
16+
- name: Integrate a packaged desktop app with File Explorer
17+
href: ../desktop/modernize/integrate-packaged-app-with-file-explorer.md
18+
- name: Get activation info for packaged apps
19+
href: ../desktop/modernize/get-activation-info-for-packaged-apps.md
20+
- name: Extend with UWP components
21+
href: ../desktop/modernize/desktop-to-uwp-extend.md
22+
- name: Distribute your packaged app
23+
href: ../desktop/modernize/desktop-to-uwp-distribute.md
24+
- name: Package your app using single-project MSIX
25+
href: ../windows-app-sdk/single-project-msix.md
26+
- name: Grant package identity by packaging with external location
27+
items:
28+
- name: Overview
29+
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps-overview.md
30+
- name: Grant package identity by packaging with external location in Visual Studio
31+
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps-visual-studio.md
32+
- name: Grant package identity by packaging with external location manually
33+
href: ../desktop/modernize/grant-identity-to-nonpackaged-apps.md
3534
- name: Windows App SDK deployment guide
3635
items:
3736
- name: Windows App SDK deployment overview

0 commit comments

Comments
 (0)