Everybody from community could contribute their materials (articles, books, tools) to DevShelf library.
To add your materials all you need to do, is to select wanted category by *.json
file in this directory (or create your own), and leave a pull request with new object in array.
Example:
{
"css": [
{
"url": "http://operatino.github.io/MCSS/en/",
"title": "Multilayer CSS",
"author": "Robert Haritonov",
"author-link": "http://rhr.me",
"author-mail": "[email protected]",
"author-mail-hash": "[email protected]",
"id":"mcss",
"tags": [
"css methodologies",
"best practises"
]
},
{
"url": "..."
}
]
}
Where,
- *
url
- link to the article or interesting material - *
title
- its title description
- article description (not vital but usefull)auhtor-*
- author name, link to info about him and email for gravatarid
- ID's are optional, will be generated automaticallytags
- first tag in array defines main object category, other tags will be also searchable on DevShelf
* obligatory fields
This repository is used from main project, and is connected through symlink from devshelf-articles/
to devshelf/articles-data
.