Add documentation

This commit is contained in:
Charles-Axel Dein 2017-10-03 09:47:09 +02:00
parent addc220356
commit 13ad906930

View File

@ -25,6 +25,7 @@
- [Incident response (alerting, outages, firefighting)](#incident-response-alerting-outages-firefighting)
- [Internet](#internet)
- [Interviewing](#interviewing)
- [JavaScript](#javascript)
- [Learning](#learning)
- [Project management](#project-management)
- [Programming language](#programming-language)
@ -199,6 +200,11 @@ Tools
* [tmux: terminal multiplexer](http://tmux.github.io/)
* [htop: an interactive process viewer for Linux](http://hisham.hm/htop/)
### Documentation
* [Documentation-Driven Development](https://gist.github.com/zsup/9434452)
* [Writing automated tests for your documentation](https://krausefx.com/blog/writing-automated-tests-for-your-documentation): this should be required, IMO. Testing code samples in your documentation ensures they never get outdated.
### Dotfiles
* [Awesome dotfiles](https://github.com/webpro/awesome-dotfiles)