DocBot
DocBot is a cheatsheet, recipe book, reference guide, and notebook.
This site is a collection of useful documents, scripts, bits and pieces that I have assembled over the years.
The purpose of this site is to conveniently hold bits of code and frequently googled commands.
Editing
Clone the repo locally:
git clone https://github.com/noahbailey/docbot.git
This site is built with mkdocs
. To test a local copy:
mkdocs serve
The site will be available at http://localhost:8080
For more info, see https://www.mkdocs.org/
Contributing
Put in a pull request! If it's approved, the site will automatically update.