The readme should include instructions to run the docs site so that
people don't have to go searching for the contributing.md file if they
are stumbling upon the docs in their code editor instead of via the
docs.dev.to website.
* /api/articles/me defaults to published articles
We want to make it explicit to retrieve unpublished articles, this change defaults `/api/articles/me` to only published articles, also adds `/api/articles/me/published`, `/api/articles/me/unpublished` and `/api/articles/me/all` to make requests more explicit.
* Refactor /me logic into a case switch
* WIP test custom deploy script
* Add console logs
* Use common JS require instead of import
* WIP
* Use proper names
* Move back one directory...?
* Add npm install?
* Remove console logs
* Refactor a bit
* Fix webhook API and add POST /api/webhooks docs
* Document GET /api/webhooks/:id
* Fix DELETE /api/webhooks/{id} and document it
* Add proper 404 specs
Adds solution for the command 'bin/setup' failing while trying to install
'cld-0.8.0' due to absence of 'aclocal-1.10' and 'automake-1.10'. Provides
commands to install 'automake-1.10' from 'ftp.gnu.org' which fixes the problem.
Signed-off-by: Amorpheuz <mail2ypd@gmail.com>
* Add YARD and plugins to generate source code doc
* Expose yard Ruby doc in gitdocs
* Add yard doc step to Travis
* Tell netlify to build the docs before deploying
* Add Gemfile for Ruby prerequisites and Makefile
* Makefile uses tabs, not spaces
* Build ruby-doc and then gitdocs
* Add recent Ruby version to make sure yard plugins work
* Switch Ruby to a pre-built version inside Netlify
* Add ActiveRecord for the yard-activerecord plugin
* Add Ruby doc header link and info to build it locally
* Correct installation documentation
* Add stylized titles
* Add some changes to the getting started documentation
* Add changes for the backend guide
* Add changes for the design guide
* Add testing / Q&A guide improvements
* Minor fixes to contributing docs
* More improvements to the general doc
* Improvements for frontend guide