Skip to content

Commit 61b3cc8

Browse files
authored
Merge pull request #107387 from rolyon/rolyon-landing-spatial-anchors
[Azure Spatial Anchors] landing page update
2 parents 7623b43 + d6fa75a commit 61b3cc8

File tree

1 file changed

+74
-86
lines changed

1 file changed

+74
-86
lines changed

articles/spatial-anchors/index.yml

Lines changed: 74 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,79 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure Spatial Anchors Documentation
1+
### YamlMime:Landing
2+
3+
title: Azure Spatial Anchors documentation
4+
summary: Spatial Anchors is a cross-platform developer service that allows you to create mixed reality experiences using objects that persist their location across devices over time.
5+
46
metadata:
5-
title: Azure Spatial Anchors Documentation
6-
meta.description: Learn how to use Azure Spatial Anchors to build apps with durable spatial anchors.
7+
title: Azure Spatial Anchors documentation
8+
description: Learn how to use Azure Spatial Anchors to build apps with durable spatial anchors.
79
services: azure-spatial-anchors
8-
author: craigktreasure
9-
manager: aliemami
1010
ms.service: azure-spatial-anchors
11-
ms.tgt_pltfrm: na
1211
ms.topic: landing-page
13-
ms.date: 02/24/2019
12+
author: craigktreasure
1413
ms.author: crtreasu
15-
abstract:
16-
description: Spatial Anchors is a cross-platform developer service that allows you to create mixed reality experiences using objects that persist their location across devices over time.
17-
sections:
18-
- title: Concepts
19-
items:
20-
- type: paragraph
21-
text: 'Learn key concepts to help get you started with Azure Spatial Anchors:'
22-
- type: list
23-
style: unordered
24-
items:
25-
- html: <a href="/azure/spatial-anchors/concepts/authentication">Authentication.</a>
26-
- html: <a href="/azure/spatial-anchors/concepts/anchor-relationships-way-finding">Anchor relationships and way-finding.</a>
27-
- html: <a href="/azure/spatial-anchors/concepts/guidelines-effective-anchor-experiences">Experience guidelines.</a>
28-
- html: <a href="/azure/spatial-anchors/concepts/logging-diagnostics">Logging and diagnostics.</a>
29-
- html: <a href="/azure/spatial-anchors/concepts/coarse-reloc">Coarse relocalization.</a>
30-
- title: 5-Minute Quickstarts
31-
items:
32-
- type: paragraph
33-
text: 'Learn how to create your first application using Azure Spatial Anchors:'
34-
- type: list
35-
style: icon48
36-
items:
37-
- image:
38-
src: /media/logos/logo_Windows.svg
39-
alt:
40-
text: Unity HoloLens
41-
href: quickstarts/get-started-unity-hololens.md
42-
- image:
43-
src: /media/logos/logo_android.svg
44-
alt:
45-
text: Unity Android
46-
href: quickstarts/get-started-unity-android.md
47-
- image:
48-
src: /media/logos/logo_ios.svg
49-
alt:
50-
text: Unity iOS
51-
href: quickstarts/get-started-unity-ios.md
52-
- image:
53-
src: /media/logos/logo_Windows.svg
54-
alt:
55-
text: HoloLens
56-
href: quickstarts/get-started-hololens.md
57-
- image:
58-
src: /media/logos/logo_android.svg
59-
alt:
60-
text: Android
61-
href: quickstarts/get-started-android.md
62-
- image:
63-
src: /media/logos/logo_ios.svg
64-
alt:
65-
text: iOS
66-
href: quickstarts/get-started-ios.md
67-
- image:
68-
src: /media/logos/logo_xamarin.svg
69-
alt:
70-
text: Xamarin Android
71-
href: quickstarts/get-started-xamarin-android.md
72-
- image:
73-
src: /media/logos/logo_xamarin.svg
74-
alt:
75-
text: Xamarin iOS
76-
href: quickstarts/get-started-xamarin-ios.md
77-
- title: Step-by-Step Tutorials
78-
items:
79-
- type: paragraph
80-
text: 'Learn how to setup, manage, build, and deploy an app using Azure Spatial Anchors:'
81-
- type: list
82-
style: unordered
83-
items:
84-
- html: <a href="/azure/spatial-anchors/tutorials/tutorial-share-anchors-across-devices">Sharing across sessions and devices.</a>
85-
- html: <a href="/azure/spatial-anchors/tutorials/tutorial-use-cosmos-db-to-store-anchors">Persistent sharing with Azure Cosmos DB.</a>
86-
- html: <a href="/azure/spatial-anchors/tutorials/tutorial-new-unity-hololens-app">Starting a new Unity HoloLens app.</a>
87-
- html: <a href="/azure/spatial-anchors/tutorials/tutorial-new-android-app">Starting a new Android app.</a>
88-
- title: Release Notes
89-
items:
90-
- type: paragraph
91-
text: '<a href="https://github.com/Azure/azure-spatial-anchors-samples/releases">View release notes on GitHub.</a>'
14+
ms.date: 03/11/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Card
20+
- title: About Azure Spatial Anchors
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: What is Azure Spatial Anchors?
25+
url: overview.md
26+
- text: View release notes on GitHub
27+
url: https://github.com/Azure/azure-spatial-anchors-samples/releases
28+
29+
# Card
30+
- title: Learn key concepts
31+
linkLists:
32+
- linkListType: concept
33+
links:
34+
- text: Authentication
35+
url: ./concepts/authentication.md
36+
- text: Anchor relationships and way-finding
37+
url: ./concepts/anchor-relationships-way-finding.md
38+
- text: Experience guidelines
39+
url: ./concepts/guidelines-effective-anchor-experiences.md
40+
- text: Logging and diagnostics
41+
url: ./concepts/logging-diagnostics.md
42+
- text: Coarse relocalization
43+
url: ./concepts/coarse-reloc.md
44+
45+
# Card
46+
- title: Create your first app
47+
linkLists:
48+
- linkListType: quickstart
49+
links:
50+
- text: Unity HoloLens
51+
url: ./quickstarts/get-started-unity-hololens.md
52+
- text: Unity Android
53+
url: ./quickstarts/get-started-unity-android.md
54+
- text: Unity iOS
55+
url: ./quickstarts/get-started-unity-ios.md
56+
- text: HoloLens
57+
url: ./quickstarts/get-started-hololens.md
58+
- text: Android
59+
url: ./quickstarts/get-started-android.md
60+
- text: iOS
61+
url: ./quickstarts/get-started-ios.md
62+
- text: Xamarin Android
63+
url: ./quickstarts/get-started-xamarin-android.md
64+
- text: Xamarin iOS
65+
url: ./quickstarts/get-started-xamarin-ios.md
66+
67+
# Card
68+
- title: Setup, manage, build, and deploy an app
69+
linkLists:
70+
- linkListType: tutorial
71+
links:
72+
- text: Sharing across sessions and devices
73+
url: ./tutorials/tutorial-share-anchors-across-devices.md
74+
- text: Persistent sharing with Azure Cosmos DB
75+
url: ./tutorials/tutorial-use-cosmos-db-to-store-anchors.md
76+
- text: Starting a new Unity HoloLens app
77+
url: ./tutorials/tutorial-new-unity-hololens-app.md
78+
- text: Starting a new Android app
79+
url: ./tutorials/tutorial-new-android-app.md

0 commit comments

Comments
 (0)