diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-12-23 17:47:51 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-01-04 21:39:08 -0800 |
commit | 0fac9d5674453f587a4c86f71b06da668f8cae27 (patch) | |
tree | 65aa1e2ab5a470c897befa375e43b7ae407505b8 /platform/macos/scripts | |
parent | 50ae3eb3c0985567a0f86d08337d7cb8bed79a6c (diff) | |
download | qtlocation-mapboxgl-0fac9d5674453f587a4c86f71b06da668f8cae27.tar.gz |
[ios, macos] Added guide for working with GeoJSON
Diffstat (limited to 'platform/macos/scripts')
-rwxr-xr-x | platform/macos/scripts/document.sh | 2 |
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 |