iotaledger / documentation-platform

Legacy documentation platform
Apache License 2.0
52 stars 13 forks source link

Moved more site content to content repo and added dynamic feeds/maps #217

Closed obany closed 5 years ago

obany commented 5 years ago

To enable a feed on the api you must configure its options in the api:

{
    "feeds": {
        "training": {
            "service": "eventbrite",
            "config": {
                "oauthToken": "ABCDEFGHIGKJL"
            }
        }
    }
}

The feed would then be available as https://docs-api.iota.org/feed/training?page=0&pageSize=5

To use event or maps you need to specify a google maps key in the app config.

{
  "googleMapsKey": "AIzaSyCt8FGUABCDEFGHEh5etKjrZWUF7YYLs"
}