Skip to content

Commit d567ea1

Browse files
committed
Moved tocs to subfolder
1 parent 562129b commit d567ea1

File tree

5 files changed

+19
-13
lines changed

5 files changed

+19
-13
lines changed

articles/remote-rendering/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ landingContent:
6666
linkLists:
6767
- linkListType: tutorial
6868
links:
69-
- text: Setting up a Unity project from scratch
69+
- text: Unity: Setting up a project from scratch
7070
url: tutorials/unity/project-setup.md
71-
- text: Working with remote entities in Unity
71+
- text: Unity: Working with remote entities
7272
url: tutorials/unity/working-with-remote-entities.md
73-
- text: Changing environment and materials
73+
- text: Unity: Changing environment and materials
7474
url: tutorials/unity/changing-environment-and-materials.md
75+
- text: Native C++: Integrate Remote Rendering into a HoloLens Holographic App
76+
url: tutorials/native-cpp/hololens/integrate-arr-into-holographic-app.md

articles/remote-rendering/tutorials/native-cpp/hololens/integrate-arr-into-holographic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Integrate Remote Rendering into a HoloLens Holographic App
3-
description: Explains how to integrate Remote Rendering into a plain HoloLens Holographic App as created with Visual Studio project wizard
2+
title: Integrate Remote Rendering into a C++/DirectX11 Holographic App
3+
description: Explains how to integrate Remote Rendering into a plain C++/DirectX11 Holographic App as created with Visual Studio project wizard
44
author: florianborn71
55
ms.author: flborn
66
ms.date: 05/04/2020
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Integrate Remote Rendering into a Hololens app
2+
href: hololens/integrate-arr-into-holographic-app.md
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
- name: Unity/Setting up a Unity project from scratch
2-
href: unity/project-setup.md
3-
- name: Unity/Working with remote entities in Unity
4-
href: unity/working-with-remote-entities.md
5-
- name: Unity/Changing environment and materials
6-
href: unity/changing-environment-and-materials.md
7-
- name: Native C++/Integrate Remote Rendering into a Hololens app
8-
href: native-cpp/hololens/integrate-arr-into-holographic-app.md
1+
- name: Unity
2+
href: unity/toc.yml
3+
- name: Native C++
4+
href: native-cpp/toc.yml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Setting up a Unity project from scratch
2+
href: project-setup.md
3+
- name: Working with remote entities in Unity
4+
href: working-with-remote-entities.md
5+
- name: Changing environment and materials
6+
href: changing-environment-and-materials.md

0 commit comments

Comments
 (0)