Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.44 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.44 KB

DevShelf Articles

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 gravatar
  • id - ID's are optional, will be generated automatically
  • tags - first tag in array defines main object category, other tags will be also searchable on DevShelf

* obligatory fields

Setup

This repository is used from main project, and is connected through symlink from devshelf-articles/ to devshelf/articles-data.