diff options
author | Jason Wray <jason@mapbox.com> | 2016-06-09 17:47:41 -0700 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-07-01 14:44:51 -0400 |
commit | bacf8eee70f3c1a2075702e8ef82b6f1204d671e (patch) | |
tree | a30bb5a8f8fe0b5e61c89c6e55e7f8d896974baf /platform/ios | |
parent | 5389f04da5f66c5e26d71e761a0fcda4d8382581 (diff) | |
download | qtlocation-mapboxgl-bacf8eee70f3c1a2075702e8ef82b6f1204d671e.tar.gz |
[ios, macos] Add Mapbox Jazzy theme
- Based on Jazzy's "full width" theme.
- Add ellipsis to overlong items in navigation menu.
- Set minimum width for navigation menu.
- Use Open Sans font face.
- Inline GitHub header icon as SVG.
- Center images by default.
- Add GitHub SVG icon to 'show on github' link.
- Wrap overlong method names on class pages.
Diffstat (limited to 'platform/ios')
-rwxr-xr-x | platform/ios/scripts/document.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/scripts/document.sh b/platform/ios/scripts/document.sh index 3059550ba0..b525b6db41 100755 --- a/platform/ios/scripts/document.sh +++ b/platform/ios/scripts/document.sh @@ -40,6 +40,7 @@ jazzy \ --module-version ${SHORT_VERSION} \ --readme ${README} \ --root-url https://www.mapbox.com/ios-sdk/api/${RELEASE_VERSION}/ \ + --theme platform/darwin/docs/theme \ --output ${OUTPUT} # https://github.com/realm/jazzy/issues/411 find ${OUTPUT} -name *.html -exec \ |