Skip to content

Commit

Permalink
Support Markdown in description (#24)
Browse files Browse the repository at this point in the history
* Support Markdown in description

* Disallow images
  • Loading branch information
deerob4 authored Nov 3, 2023
1 parent 6782ba8 commit d6347e5
Show file tree
Hide file tree
Showing 5 changed files with 1,432 additions and 20 deletions.
4 changes: 2 additions & 2 deletions index/golioth.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"name": "reference-design-can-asset-tracker",
"title": "CAN / OBD-II Asset Tracker Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updates are built in.",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/](https://projects.golioth.io/reference-designs/can-asset-tracker/guide-nrf9160-dk/), but includes all code required to pass messages received on a CAN bus back to the Cloud, as well as regular GPS readings. Over-the-air updates are built in.",
"kind": "template",
"tags": ["dfu","lte"]
},
{
"name": "reference-design-air-quality",
"title": "Air Quality Monitor Reference Design",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updates are built in.",
"description": "This Reference Design requires external hardware on top of an nRF9160-DK (see [https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk](https://projects.golioth.io/reference-designs/air-quality-monitor/guide-nrf9160-dk/), but includes all code required to monitor readings from connected air quality sensors and pass back to the Cloud. Includes remote procedure call to clean sensor, and Over-the-air updates are built in.",
"kind": "template",
"tags": ["dfu","lte"]
}
Expand Down
Loading

0 comments on commit d6347e5

Please sign in to comment.