3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add page documenting Google Maps and Mapbox API keys.

This commit is contained in:
Michael Stenta 2020-02-21 00:12:41 -05:00
parent 3b7b460fd7
commit 6fe07dd641
2 changed files with 20 additions and 0 deletions

19
docs/hosting/apikeys.md Normal file
View file

@ -0,0 +1,19 @@
# API Keys
farmOS includes optional modules for integrating with third-party services, like
Google Maps and Mapbox. These modules will add additional base layers to the
farmOS map. However, because these layers are hosted by third-party providers,
API keys are required to use them. Instructions for getting an API key are
available via the links below.
### Google Maps
[https://developers.google.com/maps/documentation/javascript/get-api-key]
### Mapbox
[https://docs.mapbox.com/help/how-mapbox-works/access-tokens]
[https://developers.google.com/maps/documentation/javascript/get-api-key]: https://developers.google.com/maps/documentation/javascript/get-api-key
[https://docs.mapbox.com/help/how-mapbox-works/access-tokens]: https://docs.mapbox.com/help/how-mapbox-works/access-tokens

View file

@ -38,6 +38,7 @@ nav:
- Installing: hosting/installing.md
- Updating: hosting/updating.md
- Google Maps: hosting/googlemaps.md
- API Keys: hosting/apikeys.md
- Docker: hosting/docker.md
- Localization: hosting/localization.md
- Development: