D2 - Developer Documentation
Quick access to popular libraries, frameworks & tools online developer documentation.
With all these great frameworks & libraries out there, it's hard to master each one of them.
D2 (Developer Documentation) provides links to online documentation of the most popular frameworks, libraries and other development tools, so you’ll able to get some answers quickly.
Submit a New Link
- Open D2 repository on Github
- Make sure the link is not already in the file
- Edit
data.json
file - Add your link object to the bottom of the array:
{
"name": "Tool's name as appear on its website",
"description": "Tool's description as appear on its website, up to 100 characters",
"tags": ["lowered", "case", "tags"],
"link": "direct link to documentation / api page, e.g. https://emberjs.com/api/",
"timestamp": "current date as YYYY-MM-DD, e.g. 2017-01-01",
"credit": "your_username@some_website, e.g. nire0510@github"
}
- Submit your PR