Skip to content

Commit 240aff6

Browse files
authored
[Developer/Graphics] (#6333)
* Scrub Win2D from UWP * Update quick-start.md * Update quick-start.md * Update .openpublishing.redirection.json
1 parent bca011d commit 240aff6

8 files changed

Lines changed: 97 additions & 404 deletions

File tree

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "hub/apps/develop/win2d/hellowin2dworld.md",
5+
"redirect_url": "/windows/apps/develop/win2d/quick-start",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path": "hub/apps/develop/win2d/features.md",
10+
"redirect_url": "/windows/apps/develop/win2d/#features",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "hub/apps/develop/win2d/in-a-core-app.md",
15+
"redirect_url": "/windows/apps/develop/win2d/",
16+
"redirect_document_id": true
17+
},
318
{
419
"source_path": "hub/apps/windows-app-sdk/system-backdrop-controller.md",
520
"redirect_url": "/windows/apps/develop/ui/system-backdrops",

hub/apps/develop/toc.yml

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -246,44 +246,36 @@ items:
246246
href: ../windows-app-sdk/dwritecore.md
247247
- name: Win2D
248248
items:
249-
- name: Overview of Win2D
249+
- name: Overview
250250
href: win2d/index.md
251-
- name: Win2D quickstart
252-
href: win2d/hellowin2dworld.md
253-
- name: Build a simple Win2D app
251+
- name: "Tutorial: Build a simple Win2D app"
254252
href: win2d/quick-start.md
255-
- name: Win2D in a Core App project
256-
href: win2d/in-a-core-app.md
257-
- name: Features
258-
href: win2d/features.md
259-
- name: Articles
260-
items:
261-
- name: Interop with Direct2D
262-
href: win2d/interop.md
263-
- name: Offscreen drawing
264-
href: win2d/offscreen-drawing.md
265-
- name: DPI and DIPs
266-
href: win2d/dpi-and-dips.md
267-
- name: Choosing control resolution
268-
href: win2d/choosing-control-resolution.md
269-
- name: Pixel formats
270-
href: win2d/pixel-formats.md
271-
- name: Premultiplied alpha
272-
href: win2d/premultiplied-alpha.md
273-
- name: Bitmap block compression
274-
href: win2d/bitmap-block-compression.md
275-
- name: Effect precision and clamping
276-
href: win2d/effect-precision-and-clamping.md
277-
- name: Handling device lost
278-
href: win2d/handling-device-lost.md
279-
- name: Using Win2D without built-in controls
280-
href: win2d/using-win2d-without-built-in-controls.md
281-
- name: Loading resources outside of CreateResources
282-
href: win2d/loading-resources-outside-of-createresources.md
283-
- name: Avoiding memory leaks
284-
href: win2d/avoiding-memory-leaks.md
285-
- name: Custom effects
286-
href: win2d/custom-effects.md
253+
- name: Interop with Direct2D
254+
href: win2d/interop.md
255+
- name: Offscreen drawing
256+
href: win2d/offscreen-drawing.md
257+
- name: DPI and DIPs
258+
href: win2d/dpi-and-dips.md
259+
- name: Choosing control resolution
260+
href: win2d/choosing-control-resolution.md
261+
- name: Pixel formats
262+
href: win2d/pixel-formats.md
263+
- name: Premultiplied alpha
264+
href: win2d/premultiplied-alpha.md
265+
- name: Bitmap block compression
266+
href: win2d/bitmap-block-compression.md
267+
- name: Effect precision and clamping
268+
href: win2d/effect-precision-and-clamping.md
269+
- name: Handling device lost
270+
href: win2d/handling-device-lost.md
271+
- name: Using Win2D without built-in controls
272+
href: win2d/using-win2d-without-built-in-controls.md
273+
- name: Loading resources outside of CreateResources
274+
href: win2d/loading-resources-outside-of-createresources.md
275+
- name: Avoiding memory leaks
276+
href: win2d/avoiding-memory-leaks.md
277+
- name: Custom effects
278+
href: win2d/custom-effects.md
287279
- name: Input and interactions
288280
items:
289281
- name: Overview

hub/apps/develop/win2d/features.md

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

hub/apps/develop/win2d/hellowin2dworld.md

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

0 commit comments

Comments
 (0)