Skip to content
Joel Trottier-Hebert edited this page Aug 5, 2016 · 1 revision

To add a new link to the automatic deployment, simply add a .json file for your link in the data/links directory with the following information:

{
  "name": "dslink-language-name",
  "displayName": "Display Name",
  "type": "Language",
  "automated": {
    "repository": "https://github.com/IOT-DSA/link_repo_name.git"
  },
  "description": "Small description",
  "category": "Category of your link"
}

Clone this wiki locally