Skip to content

Commit db44ddc

Browse files
committed
Add nav_order metadata
And remove descriptions, as they were mostly duplicative with the title
1 parent 76c8281 commit db44ddc

22 files changed

Lines changed: 38 additions & 109 deletions

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ $indexDestination = Join-Path $docs "index.md"
2121
New-Item -Path $indexDestination -Value @"
2222
---
2323
title: Home
24+
nav_order: 1
2425
---
2526
2627

docs/mrtk3-overview/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API reference
3-
description: MRTK3 API reference
3+
nav_order: 8
44
---
55

66
# API reference — MRTK3

docs/mrtk3-overview/architecture/architecture.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Architecture overview
3-
description: Mixed Reality Toolkit 3 for developers - Architecture overview.
3+
nav_order: 5
44
---
55

66
# Architecture overview — MRTK3
@@ -37,9 +37,3 @@ Conceptually, Unity's Input System will also feel familiar to users of the MRTK2
3737
### XR Interaction Toolkit
3838

3939
XRI provides a foundation of interactors and interactables. MRTK builds upon this with its own set of [interactors](interactors.md) and [interactables](interactables.md), allowing for additional features like articulated hand tracking, gaze, and pinch.
40-
41-
## See also
42-
43-
- [Subsystems](subsystems.md)
44-
- [Interactors](interactors.md)
45-
- [Interactables](interactables.md)

docs/mrtk3-overview/architecture/interactables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Interactables
3-
description: Mixed Reality Toolkit 3 for developers - Interactables.
43
parent: Architecture overview
4+
nav_order: 2
55
---
66

77
# Interactables — MRTK3

docs/mrtk3-overview/architecture/interactors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Interactor architecture
3-
description: Mixed Reality Toolkit 3 for developers - Interactor architecture.
43
parent: Architecture overview
4+
nav_order: 1
55
---
66

77
# Interactor Architecture — MRTK3

docs/mrtk3-overview/architecture/subsystems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Subsystems
3-
description: Mixed Reality Toolkit 3 for developers - Subsystems.
43
parent: Architecture overview
4+
nav_order: 3
55
---
66

77
# Subsystems — MRTK3

docs/mrtk3-overview/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Contributing to MRTK3
3-
description: Overview of how to contribute to the MRTK3 open source project.
3+
nav_order: 6
44
---
55

66
# Contributing to MRTK3

docs/mrtk3-overview/getting-started/exploring-features/mrtk3-sample-scenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Exploring MRTK3 sample scenes
3-
description: Using and creating scenes in MRTK3
43
parent: Getting started with MRTK3
4+
nav_order: 1
55
---
66

77
# Exploring MRTK3 sample scenes

docs/mrtk3-overview/getting-started/exploring-features/mrtk3-tutorials.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
---
22
title: MRTK3 tutorials
3-
description: Resources for our MRTK3 tutorials
43
parent: Getting started with MRTK3
4+
nav_order: 2
55
---
66

77
# Exploring MRTK3 tutorials
88

99
Several tutorials have been created to help developers learn about MRTK3's various features and capabilities.
1010

11+
> [!WARNING]
12+
> These samples have gone out-of-date and will not be updated.
13+
1114
## [MRTK3 Aquarium](https://learn.microsoft.com/windows/mixed-reality/develop/unity/mrtk3-aquarium): the in-editor tutorial
1215

1316
The [MRTK3 Aquarium project](https://learn.microsoft.com/windows/mixed-reality/develop/unity/mrtk3-aquarium) provides a Unity in-editor tutorial that explores various MRTK3 features. Set in an underwater scene, you'll be introduced to the creatures of the aquarium and the objects that make up their habitat. Using MRTK3 features, you'll add interactivity to the aquarium, enabling you to create an aquarium of your very own!
1417

1518
## [Zappy's Playground](https://learn.microsoft.comhttps://learn.microsoft.com/windows/mixed-reality/develop/unity/playground-tutorial)
1619

1720
[Zappy's Playground](https://learn.microsoft.com/windows/mixed-reality/develop/unity/playground-tutorial) is a cross-platform developer sample project that showcases how to develop intuitive and comprehensive end-to-end experiences for mixed reality. It makes use of many advanced features present in MRTK3, such as Gaze Interaction, Hand Menus, and Spatial Audio.
18-
19-
This sample is currently out of date and will be brought up to the current MRTK3 developments in the near future.

docs/mrtk3-overview/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Getting started with MRTK3
3-
description: Overview of how to get started with MRTK3
3+
nav_order: 2
44
---
55

66
# Getting started with MRTK3

0 commit comments

Comments
 (0)