diff options
author | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2019-07-17 13:02:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-17 13:02:30 -0700 |
commit | 54fb5b046e335fe1f71dcc1d41c8e65daca2e45c (patch) | |
tree | 10f0211d41b0f985875275030be0f5a53043c33c /platform/macos | |
parent | 5b820a926dae65547c6548b5a95f49a98728c99d (diff) | |
download | qtlocation-mapboxgl-54fb5b046e335fe1f71dcc1d41c8e65daca2e45c.tar.gz |
[ios, macos] Update Jazzy theme (#15125)
* [ios, macos] Update Jazzy theme
module_version -> module-version
* Update platform/macos/scripts/document.sh
Diffstat (limited to 'platform/macos')
-rwxr-xr-x | platform/macos/scripts/document.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/platform/macos/scripts/document.sh b/platform/macos/scripts/document.sh index 7960c87698..8d8d1c7bf2 100755 --- a/platform/macos/scripts/document.sh +++ b/platform/macos/scripts/document.sh @@ -47,7 +47,6 @@ jazzy \ --readme ${README} \ --documentation="platform/{darwin,macos}/docs/guides/*.md" \ --theme platform/darwin/docs/theme \ - --output ${OUTPUT} -# https://github.com/realm/jazzy/issues/411 -find ${OUTPUT} -name *.html -exec \ - perl -pi -e 's/BRANDLESS_DOCSET_TITLE/Maps SDK for macOS $1/, s/Mapbox\s+(Docs|Reference)/Mapbox Maps SDK for macOS $1/' {} \; + --output ${OUTPUT} \ + --title "Maps SDK for macOS" \ + --module-version ${SHORT_VERSION} |