summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorMaya Gao <mayagao@users.noreply.github.com>2016-12-16 16:11:47 -0800
committerGitHub <noreply@github.com>2016-12-16 16:11:47 -0800
commit7f67a2926d30af8f3ea6f1f877850dc00fa2d87e (patch)
treec380b7457f28ebe3ba7def8088095ce91dea96a8 /platform/ios/scripts
parent3f26e88c49d3afeb3754a877b8473deb4bf2cded (diff)
downloadqtlocation-mapboxgl-7f67a2926d30af8f3ea6f1f877850dc00fa2d87e.tar.gz
iOS jazzy theme improvements (#7422)
some small improvements to the theme
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/document.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh
index 2fb57a2688..fddf5abb0f 100755
--- a/platform/ios/scripts/document.sh
+++ b/platform/ios/scripts/document.sh
@@ -47,4 +47,4 @@ jazzy \
--output ${OUTPUT}
# https://github.com/realm/jazzy/issues/411
find ${OUTPUT} -name *.html -exec \
- perl -pi -e 's/Mapbox\s+(Docs|Reference)/Mapbox iOS SDK $1/' {} \;
+ perl -pi -e 's/BRANDLESS_DOCSET_TITLE/iOS SDK $1/, s/Mapbox\s+(Docs|Reference)/Mapbox iOS SDK $1/' {} \;