Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios, macos] Reorder classes in jazzy docs sidebar (#7338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrwolfe authored Dec 21, 2016
1 parent 9faa4af commit f802375
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 56 deletions.
71 changes: 41 additions & 30 deletions platform/ios/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -80,15 +88,13 @@ custom_categories:
- MGLTilePyramidOfflineRegion
- name: Geometry
children:
- MGLClockDirectionFormatter
- MGLCompassDirectionFormatter
- MGLCoordinateBounds
- MGLCoordinateBoundsEqualToCoordinateBounds
- MGLCoordinateBoundsGetCoordinateSpan
- MGLCoordinateBoundsIntersectsCoordinateBounds
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- MGLCoordinateFormatter
- MGLCoordinateInCoordinateBounds
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
Expand All @@ -97,3 +103,8 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
- name: Formatters
children:
- MGLClockDirectionFormatter
- MGLCompassDirectionFormatter
- MGLCoordinateFormatter
59 changes: 33 additions & 26 deletions platform/macos/jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -76,15 +80,13 @@ custom_categories:
- MGLTilePyramidOfflineRegion
- name: Geometry
children:
- MGLClockDirectionFormatter
- MGLCompassDirectionFormatter
- MGLCoordinateBounds
- MGLCoordinateBoundsEqualToCoordinateBounds
- MGLCoordinateBoundsGetCoordinateSpan
- MGLCoordinateBoundsIntersectsCoordinateBounds
- MGLCoordinateBoundsIsEmpty
- MGLCoordinateBoundsMake
- MGLCoordinateBoundsOffset
- MGLCoordinateFormatter
- MGLCoordinateInCoordinateBounds
- MGLCoordinateSpan
- MGLCoordinateSpanEqualToCoordinateSpan
Expand All @@ -93,3 +95,8 @@ custom_categories:
- MGLDegreesFromRadians
- MGLRadiansFromDegrees
- MGLStringFromCoordinateBounds
- name: Formatters
children:
- MGLClockDirectionFormatter
- MGLCompassDirectionFormatter
- MGLCoordinateFormatter

0 comments on commit f802375

Please sign in to comment.