forked from SAP/cloud-sdk-ios-fiori-ar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.jazzy.yaml
44 lines (38 loc) · 970 Bytes
/
.jazzy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module: cloud-sdk-ios-fiori-ar
author: SAP SE
author_url: https://www.sap.com
theme: jony
copyright: '© 2020 [https://github.com/SAP/cloud-sdk-ios-fiori-ar](https://github.com/SAP/cloud-sdk-ios-fiori-ar) under Apache-2.0.'
hide_documentation_coverage: true
custom_categories:
- name: Annotation Viewing
children:
- ARAnnotationsView
- ARScanView
- MarkerView
- CardView
- name: Scene Authoring
children:
- SceneAuthoringView
- SceneEditing
- SceneIdentifyingAttribute
- name: Annotation Management
children:
- ARAnnotationViewModel
- ARManager
- name: Annotation Data Loading
children:
- AnnotationLoadingStrategy
- AsyncAnnotationLoadingStrategy
- RCProjectStrategy
- RealityFileStrategy
- ServiceStrategy
- UsdzFileStrategy
- VectorStrategy
- name: Models
children:
- CardItemModel
- CodableCardItem
- ScreenAnnotation
- MarkerControl
- CardImage