mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

Update documentation generation process #55

Closed captainbarbosa closed 4 years ago

captainbarbosa commented 4 years ago

This PR updates the way this project generates documentation in a few ways:

1) Fixes bugs caused by renaming of this project in https://github.com/mapbox/mapbox-annotation-extension/pull/50 2) No longer hard codes the version of this project in generate_docs.sh. Instead, the script now looks at the current s.version in the podspec to generate docs. 3) Adds documentation/api-docs to .gitignore. That documentation is hosted elsewhere, so it doesn't need to be included in this project.

I've also included a miscellaneous change to README.md to add triple backticks to code snippets so they render better in Jazzy.