From 7f67a2926d30af8f3ea6f1f877850dc00fa2d87e Mon Sep 17 00:00:00 2001 From: Maya Gao Date: Fri, 16 Dec 2016 16:11:47 -0800 Subject: iOS jazzy theme improvements (#7422) some small improvements to the theme --- platform/macos/scripts/document.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/scripts') diff --git a/platform/macos/scripts/document.sh b/platform/macos/scripts/document.sh index fc026d08f5..d03ad91674 100755 --- a/platform/macos/scripts/document.sh +++ b/platform/macos/scripts/document.sh @@ -43,4 +43,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 macOS SDK $1/' {} \; + perl -pi -e 's/BRANDLESS_DOCSET_TITLE/macOS SDK $1/, s/Mapbox\s+(Docs|Reference)/Mapbox macOS SDK $1/' {} \; -- cgit v1.2.1