|
1 | | -- name: About MRTK |
2 | | - items: |
3 | | - - name: MRTK v2 |
4 | | - href: ../MRTK-vNext.md |
5 | | - - name: Mixed Reality Services |
6 | | - href: ../External/Documentation/MixedRealityServices.md |
7 | | -- name: How-tos |
8 | | - href: ../External/HowTo/README.md |
9 | | - items: |
10 | | - - name: Getting Started |
11 | | - href: GettingStartedWithTheMRTK.md |
12 | | - items: |
13 | | - - name: Downloading MRTK |
14 | | - href: DownloadingTheMRTK.md |
15 | | - - name: Core Features |
16 | | - href: TODO.md |
17 | | - items: |
18 | | - - name: Packages |
19 | | - href: TODO.md |
20 | | - - name: Service Provider |
21 | | - href: MixedRealityConfigurationGuide.md |
22 | | - - name: Input |
| 1 | +- name: About MRTK |
| 2 | + items: |
| 3 | + - name: MRTK v2 |
| 4 | + href: ../MRTK-vNext.md |
| 5 | + - name: Mixed Reality Services |
| 6 | + href: ../External/Documentation/MixedRealityServices.md |
| 7 | +- name: How-tos |
| 8 | + href: ../External/HowTo/README.md |
| 9 | + items: |
| 10 | + - name: Getting Started |
| 11 | + href: GettingStartedWithTheMRTK.md |
| 12 | + items: |
| 13 | + - name: Downloading MRTK |
| 14 | + href: DownloadingTheMRTK.md |
| 15 | + - name: Core Features |
| 16 | + href: TODO.md |
| 17 | + items: |
| 18 | + - name: Packages |
| 19 | + href: TODO.md |
| 20 | + - name: Service Provider |
| 21 | + href: MixedRealityConfigurationGuide.md |
| 22 | + - name: Input |
23 | 23 | href: Input/Overview.md |
24 | 24 | items: |
25 | 25 | - name: Input Providers |
|
40 | 40 | href: Input/Dictation.md |
41 | 41 | - name: Hands |
42 | 42 | href: InputSystem/HandTracking.md |
43 | | - - name: Eye |
44 | | - href: TODO.md |
45 | | - - name: Gaze |
46 | | - href: TODO.md |
47 | | - - name: Interactions and UX Building Blocks |
48 | | - href: TODO.md |
49 | | - items: |
50 | | - - name: Interactable |
51 | | - href: README_Interactable.md |
52 | | - - name: Obeject Manipulation |
53 | | - href: README_ManipulationHandler.md |
54 | | - - name: Fintertip Visualization |
55 | | - href: README_FingertipVisualization.md |
56 | | - - name: Hand Interaction Example |
57 | | - href: README_HandInteractionExamples.md |
58 | | - - name: App Bar |
59 | | - href: README_AppBar.md |
60 | | - - name: Bounding Box |
61 | | - href: README_BoundingBox.md |
62 | | - - name: Button |
63 | | - href: README_Button.md |
64 | | - - name: Object Collection |
65 | | - href: README_ObjectCollection.md |
66 | | - - name: Pointers |
67 | | - href: README_Pointers.md |
68 | | - - name: Slate |
69 | | - href: README_Slate.md |
70 | | - - name: System Keyboard |
71 | | - href: README_SystemKeyboard.md |
72 | | - - name: Tooltips |
73 | | - href: README_Tooltip.md |
74 | | - - name: Solvers |
75 | | - href: README_Solver.md |
76 | | - - name: Spatial Awareness |
77 | | - href: SpatialAwareness/SpatialAwarenessGettingStarted.md |
78 | | - items: |
79 | | - - name: Configuring the Spatial Awareness Mesh Observer |
80 | | - - name: In-Editor Input Simulation |
81 | | - href: InputSimulation/InputSimulationService.md |
82 | | - - name: Diagnostics System |
83 | | - href: Diagnostics/DiagnosticsSystemGettingStarted.md |
84 | | - items: |
85 | | - - name: Configuring the Diagnostics System |
86 | | - href: Diagnostics/ConfiguringDiagnostics.md |
87 | | - - name: Using the Visual Profiler |
88 | | - href: TODO.md |
89 | | - - name: Other Features |
90 | | - href: TODO.md |
91 | | - items: |
92 | | - - name: QR Tracking |
93 | | - href: TODO.md |
94 | | - - name: Spatial Audio |
95 | | - href: TODO.md |
96 | | - - name: Advanced topics |
97 | | - href: TODO.md |
98 | | - items: |
99 | | - - name: Performance |
100 | | - href: TODO.md |
101 | | - - name: Shared Experiences |
102 | | - href: TODO.md |
103 | | - - name: Moving your project from HTK to MRTK |
104 | | - href: TODO.md |
105 | | -- name: Contributing |
106 | | - href: ../CONTRIBUTING.md |
107 | | - items: |
108 | | - - name: Feature Contribution Process |
109 | | - href: ../Feature_Contribution_Process.md |
110 | | - - name: Coding Guidelines |
111 | | - href: ../CodingGuidelines.md |
112 | | - - name: Documentation Guide |
113 | | - href: ../DocumentationGuide.md |
114 | | - - name: Developer Docs Generation |
115 | | - href: DevDocGuide.md |
116 | | -- name: Planning |
117 | | - items: |
118 | | - - name: Roadmap |
119 | | - href: ../Roadmap.md |
120 | | -- name: Notice |
121 | | - href: ../NOTICE.md |
| 43 | + - name: Eye |
| 44 | + href: TODO.md |
| 45 | + - name: Gaze |
| 46 | + href: TODO.md |
| 47 | + - name: Interactions and UX Building Blocks |
| 48 | + href: TODO.md |
| 49 | + items: |
| 50 | + - name: Interactable |
| 51 | + href: README_Interactable.md |
| 52 | + - name: Obeject Manipulation |
| 53 | + href: README_ManipulationHandler.md |
| 54 | + - name: Fintertip Visualization |
| 55 | + href: README_FingertipVisualization.md |
| 56 | + - name: Hand Interaction Example |
| 57 | + href: README_HandInteractionExamples.md |
| 58 | + - name: App Bar |
| 59 | + href: README_AppBar.md |
| 60 | + - name: Bounding Box |
| 61 | + href: README_BoundingBox.md |
| 62 | + - name: Button |
| 63 | + href: README_Button.md |
| 64 | + - name: Object Collection |
| 65 | + href: README_ObjectCollection.md |
| 66 | + - name: Pointers |
| 67 | + href: README_Pointers.md |
| 68 | + - name: Slate |
| 69 | + href: README_Slate.md |
| 70 | + - name: System Keyboard |
| 71 | + href: README_SystemKeyboard.md |
| 72 | + - name: Tooltips |
| 73 | + href: README_Tooltip.md |
| 74 | + - name: Solvers |
| 75 | + href: README_Solver.md |
| 76 | + - name: Spatial Awareness |
| 77 | + href: SpatialAwareness/SpatialAwarenessGettingStarted.md |
| 78 | + items: |
| 79 | + - name: Configuring the Spatial Awareness Mesh Observer |
| 80 | + - name: In-Editor Input Simulation |
| 81 | + href: InputSimulation/InputSimulationService.md |
| 82 | + - name: Diagnostics System |
| 83 | + href: Diagnostics/DiagnosticsSystemGettingStarted.md |
| 84 | + items: |
| 85 | + - name: Configuring the Diagnostics System |
| 86 | + href: Diagnostics/ConfiguringDiagnostics.md |
| 87 | + - name: Using the Visual Profiler |
| 88 | + href: TODO.md |
| 89 | + - name: Other Features |
| 90 | + href: TODO.md |
| 91 | + items: |
| 92 | + - name: QR Tracking |
| 93 | + href: TODO.md |
| 94 | + - name: Spatial Audio |
| 95 | + href: TODO.md |
| 96 | + - name: Advanced topics |
| 97 | + href: TODO.md |
| 98 | + items: |
| 99 | + - name: Performance |
| 100 | + href: Performance/PerfGettingStarted.md |
| 101 | + - name: Shared Experiences |
| 102 | + href: TODO.md |
| 103 | + - name: Moving your project from HTK to MRTK |
| 104 | + href: TODO.md |
| 105 | +- name: Contributing |
| 106 | + href: ../CONTRIBUTING.md |
| 107 | + items: |
| 108 | + - name: Feature Contribution Process |
| 109 | + href: ../Feature_Contribution_Process.md |
| 110 | + - name: Coding Guidelines |
| 111 | + href: ../CodingGuidelines.md |
| 112 | + - name: Documentation Guide |
| 113 | + href: ../DocumentationGuide.md |
| 114 | + - name: Developer Docs Generation |
| 115 | + href: DevDocGuide.md |
| 116 | +- name: Planning |
| 117 | + items: |
| 118 | + - name: Roadmap |
| 119 | + href: ../Roadmap.md |
| 120 | +- name: Notice |
| 121 | + href: ../NOTICE.md |
0 commit comments