mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 27 forks source link

Question: should the README be reordered to match the flow in our documentation? #12

Closed samfader closed 5 years ago

samfader commented 5 years ago

Our docs outline a flow for using the Tilesets API: https://docs.mapbox.com/api/maps/#tilesets

  1. Create a tileset source
  2. Write a recipe
  3. Create a new tileset
  4. Publish the tileset

The README in this repo goes like this:

  1. Create a tileset
  2. Create a tileset source
  3. Write a recipe

Does it make sense to re-order the README to more closely match our mapbox.com docs?

mapsam commented 5 years ago

@samfader 👍 on reordering