diff options
author | Eric Wolfe <eric.r.wolfe@gmail.com> | 2016-12-21 10:36:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-21 10:36:19 -0800 |
commit | f80237576b661b919e29d245d2369327452418d1 (patch) | |
tree | e7d541cdf473df34a96f801adf2d196d320a9c55 /platform/ios/jazzy.yml | |
parent | 9faa4af1c3cf0665ede20de8d98005ef9016b792 (diff) | |
download | qtlocation-mapboxgl-f80237576b661b919e29d245d2369327452418d1.tar.gz |
[ios, macos] Reorder classes in jazzy docs sidebar (#7338)
Diffstat (limited to 'platform/ios/jazzy.yml')
-rw-r--r-- | platform/ios/jazzy.yml | 71 |
1 files changed, 41 insertions, 30 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 |