Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c75caa6

Browse files
committed
[ios] Update and bundle docs screenshot
- Don't use an absolute URL for the screenshot image, include the file instead. - Add Sketch document for screenshot.
1 parent 2e0ab45 commit c75caa6

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

platform/ios/docs/doc-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Mapbox iOS SDK is an open-source framework for embedding interactive map views with scalable, customizable vector maps into Cocoa Touch applications on iOS 7.0 and above using Objective-C, Swift, or Interface Builder. It takes stylesheets that conform to the [Mapbox GL Style Specification](https://www.mapbox.com/mapbox-gl-style-spec/), applies them to vector tiles that conform to the [Mapbox Vector Tile Specification](https://www.mapbox.com/developers/vector-tiles/), and renders them using OpenGL.
44

5-
[![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/platform/ios/screenshot.png)]()
5+
![Mapbox iOS SDK screenshots](screenshot.png)
66

77
For setup information, check out the [Mapbox iOS SDK homepage](https://www.mapbox.com/ios-sdk/). For detailed usage instructions, read “[First steps with the Mapbox iOS SDK](https://www.mapbox.com/help/first-steps-ios-sdk/)” and consult the [online examples](https://www.mapbox.com/ios-sdk/examples/). A [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/platform/ios/CHANGELOG.md) is also available.
88

2.74 MB
Binary file not shown.

platform/ios/screenshot.png

916 KB
Loading

platform/ios/scripts/document.sh

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ sed -n -e '/^## /{' -e ':a' -e 'n' -e '/^##/q' -e 'p' -e 'ba' -e '}' platform/io
3232
rm -rf ${OUTPUT}
3333
mkdir -p ${OUTPUT}
3434

35+
cp platform/ios/screenshot.png "${OUTPUT}"
36+
3537
jazzy \
3638
--config platform/ios/jazzy.yml \
3739
--sdk iphonesimulator \

0 commit comments

Comments
 (0)