Skip to content

Commit ee7a4d9

Browse files
authored
separate and reorg develop TOC (#6089)
* split develop into new TOC, reorganize * update links * fix links * fix links * update WinUI/WASDK nodes * move index to top of toc * update nodes * add links between sections * add top index.yml * fix links * add navigation buttons
1 parent 4c43563 commit ee7a4d9

9 files changed

Lines changed: 1302 additions & 1248 deletions

File tree

hub/apps/design/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ ms.date: 10/28/2024
55
ms.topic: article
66
ms.localizationpriority: medium
77
---
8+
9+
<div class="buttons margin-top-xs">
10+
<a href="../desktop/index.yml" class="button button-sm"><span>Start</span></a>
11+
<a href="" class="button button-sm button-primary button-filled"><span>Design</span></a>
12+
<a href="../develop/index.md" class="button button-sm"><span>Develop</span></a>
13+
<a href="../package-and-deploy/index.md" class="button button-sm"><span>Deploy</span></a>
14+
<a href="../publish/index.md" class="button button-sm"><span>Distribute</span></a>
15+
</div>
16+
817
# Design for Windows apps
918

1019
Here, you'll find design guidelines and examples for creating Windows app experiences. Windows 11 incorporates Fluent's design language and principles for a cohesive look and feel that's uniquely Microsoft.

hub/apps/design/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
items:
2+
- name: Build Windows apps
3+
href: ../desktop/index.yml
24
- name: Overview
35
href: index.md
46
- name: Color
@@ -203,3 +205,11 @@ items:
203205
href: widgets/widgets-picker-integration.md
204206
- name: Design resources
205207
href: downloads/index.md
208+
- name: Get started >>
209+
href: ../get-started/index.md
210+
- name: Develop >>
211+
href: ../develop/index.md
212+
- name: Package and deploy >>
213+
href: ../package-and-deploy/index.md
214+
- name: Distribute >>
215+
href: ../publish/index.md

hub/apps/develop/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ ms.date: 06/28/2024
66
ms.localizationpriority: medium
77
---
88

9+
<div class="buttons margin-top-xs">
10+
<a href="../desktop/index.yml" class="button button-sm"><span>Start</span></a>
11+
<a href="../design/index.md" class="button button-sm"><span>Design</span></a>
12+
<a href="" class="button button-sm button-primary button-filled"><span>Develop</span></a>
13+
<a href="../package-and-deploy/index.md" class="button button-sm"><span>Deploy</span></a>
14+
<a href="../publish/index.md" class="button button-sm"><span>Distribute</span></a>
15+
</div>
16+
917
# Develop Windows desktop apps
1018

1119
This section of the documentation provides information about APIs and features you can use while developing Windows desktop apps. Some of these features are available by using APIs in the [Windows App SDK](../windows-app-sdk/index.md). Other features are available by using APIs in the Windows OS (via the [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-sdk)) and .NET, and don't require use of the Windows App SDK.

0 commit comments

Comments
 (0)