-
Notifications
You must be signed in to change notification settings - Fork 1
Source Format
Doğan Çelik edited this page Nov 21, 2015
·
2 revisions
A link source file can be in JSON or YAML format.
Example:
{
"links": [
{
"name": "Link 1",
"tags": ["tag 1", "tag 2"],
"url": "http://example.com/"
},
{
"name": "Link 2 (File)",
"tags": ["foo", "bar"],
"url": "http://example.net/setup.exe",
"type": "file"
}
]
}
Anyone can create their own links source without forking the repository, just create a new Gist here and name your file ending with .json
or if it's a YAML file .yml
.