summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wolfe <eric.r.wolfe@gmail.com>2016-12-21 10:36:19 -0800
committerGitHub <noreply@github.com>2016-12-21 10:36:19 -0800
commitf80237576b661b919e29d245d2369327452418d1 (patch)
treee7d541cdf473df34a96f801adf2d196d320a9c55
parent9faa4af1c3cf0665ede20de8d98005ef9016b792 (diff)
downloadqtlocation-mapboxgl-f80237576b661b919e29d245d2369327452418d1.tar.gz
[ios, macos] Reorder classes in jazzy docs sidebar (#7338)
-rw-r--r--platform/ios/jazzy.yml71
-rw-r--r--platform/macos/jazzy.yml59
2 files changed, 74 insertions, 56 deletions
diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml
index a777d8cef9..7d8d82988d 100644
--- a/platform/ios/jazzy.yml
+++ b/platform/ios/jazzy.yml
@@ -13,63 +13,71 @@ skip_undocumented: Yes
hide_documentation_coverage: Yes
custom_categories:
+ - name: Guides
+ children:
+ - Info.plist Keys
- name: Maps
children:
- MGLAccountManager
- MGLMapCamera
- MGLMapView
- MGLMapViewDelegate
- - MGLStyle
- MGLUserTrackingMode
- - name: Annotations
+ - name: Primitive Shapes
children:
- MGLAnnotation
- - MGLAnnotationImage
- - MGLAnnotationView
- - MGLCalloutView
- - MGLCalloutViewDelegate
+ - MGLOverlay
+ - MGLShape
- MGLMultiPoint
- - MGLMultiPolygon
- - MGLMultiPolyline
- MGLPointAnnotation
- MGLPointCollection
- MGLPolygon
- MGLPolyline
- - MGLOverlay
- - MGLShape
+ - MGLMultiPolygon
+ - MGLMultiPolyline
- MGLShapeCollection
+ - name: Annotations
+ children:
+ - MGLAnnotationImage
+ - MGLAnnotationView
- MGLUserLocation
- MGLUserLocationAnnotationView
- - name: Map Data
+ - name: User Interaction
+ children:
+ - MGLCalloutView
+ - MGLCalloutViewDelegate
+ - name: Styling the Map
+ children:
+ - MGLStyle
+ - MGLStyleValue
+ - name: Style Primitives
children:
- MGLFeature
- - MGLMultiPolygonFeature
- - MGLMultiPolylineFeature
- - MGLPointCollectionFeature
- MGLPointFeature
- MGLPolygonFeature
- MGLPolylineFeature
+ - MGLMultiPolygonFeature
+ - MGLMultiPolylineFeature
+ - MGLPointCollectionFeature
- MGLShapeCollectionFeature
+ - name: Style Content
+ children:
+ - MGLSource
+ - MGLTileSource
+ - MGLShapeSource
+ - MGLRasterSource
+ - MGLVectorSource
- name: Style Layers
children:
+ - MGLStyleLayer
+ - MGLForegroundStyleLayer
- MGLBackgroundStyleLayer
+ - MGLRasterStyleLayer
+ - MGLVectorStyleLayer
- MGLCircleStyleLayer
- MGLFillStyleLayer
- - MGLForegroundStyleLayer
- MGLLineStyleLayer
- - MGLRasterStyleLayer
- - MGLStyleLayer
- MGLSymbolStyleLayer
- - MGLVectorStyleLayer
- - name: Content Sources
- children:
- - MGLAttributionInfo
- - MGLRasterSource
- - MGLShapeSource
- - MGLSource
- - MGLTileCoordinateSystem
- - MGLTileSource
- - MGLVectorSource
- name: Offline Maps
children:
- MGLOfflineRegion
@@ -80,15 +88,13 @@ custom_categories:
- MGLTilePyramidOfflineRegion
- name: Geometry
children:
- - MGLClockDirectionFormatter
- - MGLCompassDirectionFormatter
- MGLCoordinateBounds
- MGLCoordinateBoundsEqualToCoordinateBounds
- MGLCoordinateBoundsGetCoordinateSpan
+ - MGLCoordinateBoundsIntersectsCoordinateBounds
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- - MGLCoordinateFormatter
- MGLCoordinateInCoordinateBounds
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
@@ -97,3 +103,8 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
+ - name: Formatters
+ children:
+ - MGLClockDirectionFormatter
+ - MGLCompassDirectionFormatter
+ - MGLCoordinateFormatter
diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml
index b085b18521..27202968ef 100644
--- a/platform/macos/jazzy.yml
+++ b/platform/macos/jazzy.yml
@@ -14,58 +14,62 @@ umbrella_header: src/Mapbox.h
framework_root: ../darwin/src
custom_categories:
+ - name: Guides
+ children:
+ - Info.plist Keys
- name: Maps
children:
- MGLAccountManager
- MGLMapCamera
- MGLMapView
- MGLMapViewDelegate
- - MGLStyle
- MGLUserTrackingMode
- - name: Annotations
+ - name: Shapes and Annotations
children:
- MGLAnnotation
- MGLAnnotationImage
+ - MGLOverlay
+ - MGLShape
- MGLMultiPoint
- - MGLMultiPolygon
- - MGLMultiPolyline
- MGLPointAnnotation
- MGLPointCollection
- MGLPolygon
- MGLPolyline
- - MGLOverlay
- - MGLShape
+ - MGLMultiPolygon
+ - MGLMultiPolyline
- MGLShapeCollection
- - name: Map Data
+ - name: Styling the Map
+ children:
+ - MGLStyle
+ - MGLStyleValue
+ - name: Content Primitives
children:
- MGLFeature
- - MGLMultiPolygonFeature
- - MGLMultiPolylineFeature
- - MGLPointCollectionFeature
- MGLPointFeature
- MGLPolygonFeature
- MGLPolylineFeature
+ - MGLMultiPolygonFeature
+ - MGLMultiPolylineFeature
+ - MGLPointCollectionFeature
- MGLShapeCollectionFeature
+ - name: Content Sources
+ children:
+ - MGLSource
+ - MGLTileSource
+ - MGLShapeSource
+ - MGLRasterSource
+ - MGLVectorSource
- name: Style Layers
children:
+ - MGLStyleLayer
+ - MGLForegroundStyleLayer
- MGLBackgroundStyleLayer
+ - MGLRasterStyleLayer
+ - MGLVectorStyleLayer
- MGLCircleStyleLayer
- MGLFillStyleLayer
- - MGLForegroundStyleLayer
- MGLLineStyleLayer
- - MGLRasterStyleLayer
- - MGLStyleLayer
- MGLSymbolStyleLayer
- - MGLVectorStyleLayer
- - name: Content Sources
- children:
- - MGLAttributionInfo
- - MGLRasterSource
- - MGLShapeSource
- - MGLSource
- - MGLTileCoordinateSystem
- - MGLTileSource
- - MGLVectorSource
- name: Offline Maps
children:
- MGLOfflineRegion
@@ -76,15 +80,13 @@ custom_categories:
- MGLTilePyramidOfflineRegion
- name: Geometry
children:
- - MGLClockDirectionFormatter
- - MGLCompassDirectionFormatter
- MGLCoordinateBounds
- MGLCoordinateBoundsEqualToCoordinateBounds
- MGLCoordinateBoundsGetCoordinateSpan
+ - MGLCoordinateBoundsIntersectsCoordinateBounds
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- - MGLCoordinateFormatter
- MGLCoordinateInCoordinateBounds
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
@@ -93,3 +95,8 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
+ - name: Formatters
+ children:
+ - MGLClockDirectionFormatter
+ - MGLCompassDirectionFormatter
+ - MGLCoordinateFormatter