diff --git a/.gitignore b/.gitignore index bc5911d0..b62d97b7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ _site .jekyll-metadata .DS_Store _drafts/ -downloads.json diff --git a/_data/downloads.json b/_data/downloads.json new file mode 100644 index 00000000..e57a9511 --- /dev/null +++ b/_data/downloads.json @@ -0,0 +1,78 @@ +{ + "data": [{ + "type": "boards", + "id": "Arduino Zero", + "attributes": { + "version": "4.0.0 Alpha 1", + "manufacturer": "Arduino", + "downloads": "5324", + "board_url": "https://www.arduino.cc", + "board_image": "https://cdn-shop.adafruit.com/970x728/2488-19.jpg", + "description": "Arduino Zero is a board.", + "files": { + "en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-en_US-4.0.0-alpha.1.bin", + "de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-de_DE-4.0.0-alpha.1.bin", + "es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-es-4.0.0-alpha.1.bin", + "fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fil-4.0.0-alpha.1.bin", + "fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fr-4.0.0-alpha.1.bin" + } + } + }, + { + "type": "boards", + "id": "Circuit Playground Express", + "attributes": { + "version": "4.0.0 Alpha 1", + "manufacturer": "Adafruit", + "downloads": "213", + "board_url": "https://www.adafruit.com", + "board_image": "https://cdn-shop.adafruit.com/970x728/3333-03.jpg", + "description": "Circuit Playground Express is a board.", + "files": { + "en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2", + "de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2", + "es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-es-4.0.0-alpha.1.uf2", + "fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fil-4.0.0-alpha.1.uf2", + "fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fr-4.0.0-alpha.1.uf2" + } + } + }, + { + "type": "boards", + "id": "Arduino Zero", + "attributes": { + "version": "4.0.0 Alpha 1", + "manufacturer": "Arduino", + "downloads": "5324", + "board_url": "https://www.arduino.cc", + "board_image": "https://cdn-shop.adafruit.com/970x728/2488-19.jpg", + "description": "Arduino Zero is a board.", + "files": { + "en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-en_US-4.0.0-alpha.1.bin", + "de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-de_DE-4.0.0-alpha.1.bin", + "es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-es-4.0.0-alpha.1.bin", + "fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fil-4.0.0-alpha.1.bin", + "fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-arduino_zero-fr-4.0.0-alpha.1.bin" + } + } + }, + { + "type": "boards", + "id": "Circuit Playground Express", + "attributes": { + "version": "4.0.0 Alpha 1", + "manufacturer": "Adafruit", + "downloads": "213", + "board_url": "https://www.adafruit.com", + "board_image": "https://cdn-shop.adafruit.com/970x728/3333-03.jpg", + "description": "Circuit Playground Express is a board.", + "files": { + "en": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2", + "de": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-de_DE-4.0.0-alpha.1.uf2", + "es": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-es-4.0.0-alpha.1.uf2", + "fil": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fil-4.0.0-alpha.1.uf2", + "fr": "https://github.com/adafruit/circuitpython/releases/download/4.0.0-alpha.1/adafruit-circuitpython-circuitplayground_express-fr-4.0.0-alpha.1.uf2" + } + } + }] +}