Skip to content

Commit 3ee8380

Browse files
committed
Update TOC and indexes with lifecycle re-org
1 parent 5bba03a commit 3ee8380

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

hub/apps/develop/app-lifecycle-and-system-services.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
title: App lifecycle and system services
33
description: This article provides an index of development features that are related to scenarios involving managing the lifecycle of Windows apps and system-level services.
4-
ms.topic: article
5-
ms.date: 10/07/2021
4+
ms.topic: concept-article
5+
ms.date: 02/12/2025
66
ms.localizationpriority: medium
7+
# customer-intent: As a Windows developer, I want to learn about the features related to Windows app lifecycle and related system services.
78
---
89

910
# App lifecycle and system services

hub/apps/develop/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following articles provide information to help you get started using feature
3939
* [Modernize your existing desktop apps](../desktop/modernize/index.md)
4040
* [User interface and input](user-interface.md)
4141
* [App lifecycle and system services](app-lifecycle-and-system-services.md)
42+
* [Launching Windows apps and managing background tasks](launch/index.md)
4243
* [Communication](communication.md)
4344
* [Accessibility](accessibility.md)
4445
* [Audio, video, and camera](audio-video-camera.md)

hub/apps/develop/launch/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ This section describes how to manage background tasks in your app.
4848
## Related content
4949

5050
- [Launch Click to Do (Recall)](/windows/ai/apis/recall#launch-click-to-do)
51+
- [App lifecycle and system services](../app-lifecycle-and-system-services.md)

hub/apps/toc.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,6 @@ items:
3232
href: develop/index.md
3333
- name: Accessibility
3434
href: develop/accessibility.md
35-
- name: App lifecycle and system services
36-
items:
37-
- name: Overview
38-
href: develop/app-lifecycle-and-system-services.md
39-
- name: Manage app lifecycle
40-
items:
41-
- name: App lifecycle
42-
href: windows-app-sdk/applifecycle/applifecycle.md
43-
- name: App instancing
44-
href: windows-app-sdk/applifecycle/applifecycle-instancing.md
45-
- name: Create a single-instanced app
46-
href: windows-app-sdk/applifecycle/applifecycle-single-instance.md
47-
- name: Rich activation
48-
href: windows-app-sdk/applifecycle/applifecycle-rich-activation.md
49-
- name: Power management
50-
href: windows-app-sdk/applifecycle/applifecycle-power.md
51-
- name: Detect Focus session state
52-
href: windows-app-sdk/applifecycle/focus-session.md
5335
- name: Audio, video, and camera
5436
href: develop/audio-video-camera.md
5537
items:
@@ -240,6 +222,24 @@ items:
240222
href: develop/launch/launch-the-default-app-for-a-file.md
241223
- name: Reserved file and URI scheme names
242224
href: develop/launch/reserved-uri-scheme-names.md
225+
- name: App lifecycle and system services
226+
items:
227+
- name: Overview
228+
href: develop/app-lifecycle-and-system-services.md
229+
- name: Manage app lifecycle
230+
items:
231+
- name: App lifecycle
232+
href: windows-app-sdk/applifecycle/applifecycle.md
233+
- name: App instancing
234+
href: windows-app-sdk/applifecycle/applifecycle-instancing.md
235+
- name: Create a single-instanced app
236+
href: windows-app-sdk/applifecycle/applifecycle-single-instance.md
237+
- name: Rich activation
238+
href: windows-app-sdk/applifecycle/applifecycle-rich-activation.md
239+
- name: Power management
240+
href: windows-app-sdk/applifecycle/applifecycle-power.md
241+
- name: Detect Focus session state
242+
href: windows-app-sdk/applifecycle/focus-session.md
243243
- name: Background tasks
244244
items:
245245
- name: Working with background tasks in Windows apps

0 commit comments

Comments
 (0)