From 6718d2cc5145497bb7503ab0bb9db4cbe6e1deb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sun, 2 Apr 2017 04:21:27 -0700 Subject: [macos] Removed MGLUserTrackingMode from jazzy ToC --- platform/macos/jazzy.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/macos/jazzy.yml') diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index 9323119718..fd6052c9f2 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -27,7 +27,6 @@ custom_categories: - MGLMapCamera - MGLMapView - MGLMapViewDelegate - - MGLUserTrackingMode - name: Shapes and Annotations children: - MGLAnnotation -- cgit v1.2.1 From 5d4d5dcf1b2f56f1dff3ef9dbca57fd076932c50 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Wed, 5 Apr 2017 12:05:29 -0700 Subject: [ios, macos] Rename Data-driven styling guide (#8627) * [ios, macos] Rename Data-driven styling guide This turns the Data-driven styling guide into a guide for working with style functions. This helps clarify that not all style functions are DDS specific but keeps the discussion of this related functionality in the same guide. --- platform/macos/jazzy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/jazzy.yml') diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index fd6052c9f2..1f0e2fbc74 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -19,7 +19,7 @@ custom_categories: children: - Working with GeoJSON Data - For Style Authors - - Data-Driven Styling + - Using Style Functions at Runtime - Info.plist Keys - name: Maps children: -- cgit v1.2.1