summaryrefslogtreecommitdiff
path: root/platform/macos/scripts/document.sh
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-12-23 17:47:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-04 21:39:08 -0800
commit0fac9d5674453f587a4c86f71b06da668f8cae27 (patch)
tree65aa1e2ab5a470c897befa375e43b7ae407505b8 /platform/macos/scripts/document.sh
parent50ae3eb3c0985567a0f86d08337d7cb8bed79a6c (diff)
downloadqtlocation-mapboxgl-0fac9d5674453f587a4c86f71b06da668f8cae27.tar.gz
[ios, macos] Added guide for working with GeoJSON
Diffstat (limited to 'platform/macos/scripts/document.sh')
-rwxr-xr-xplatform/macos/scripts/document.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/scripts/document.sh b/platform/macos/scripts/document.sh
index d03ad91674..22b7685c7e 100755
--- a/platform/macos/scripts/document.sh
+++ b/platform/macos/scripts/document.sh
@@ -38,7 +38,7 @@ jazzy \
--github-file-prefix https://github.com/mapbox/mapbox-gl-native/tree/${BRANCH} \
--module-version ${SHORT_VERSION} \
--readme ${README} \
- --documentation="platform/macos/docs/Info.plist Keys.md" \
+ --documentation="platform/{darwin,macos}/docs/guides/*.md" \
--theme platform/darwin/docs/theme \
--output ${OUTPUT}
# https://github.com/realm/jazzy/issues/411