From 1f2a820d723a28a338fe8d6a419e7d2460f4de56 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Thu, 25 May 2017 15:07:52 -0700 Subject: [PATCH 1/2] [ios] categorized MGLLight as styling --- platform/ios/jazzy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml index 638abaaf6c7..31380faa2c7 100644 --- a/platform/ios/jazzy.yml +++ b/platform/ios/jazzy.yml @@ -60,6 +60,7 @@ custom_categories: children: - MGLStyle - MGLStyleValue + - MGLLight - name: Style Primitives children: - MGLFeature From 22f60645e69a34f365583468d0e558058041c3b5 Mon Sep 17 00:00:00 2001 From: jmkiley Date: Thu, 25 May 2017 17:26:10 -0700 Subject: [PATCH 2/2] [macos] added MGLLight to jazzy.yml --- platform/macos/jazzy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index 53f260b242e..fcd4bfd3019 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -46,6 +46,7 @@ custom_categories: children: - MGLStyle - MGLStyleValue + - MGLLight - name: Content Primitives children: - MGLFeature