(maint) Update development documentation

This commit adds documentation for how to setup a development environment for
VM Pooler.  This commit also moves the API under the new docs directory and
modifies the README appropriately.
This commit is contained in:
Glenn Sarti 2017-06-16 15:20:20 -07:00
parent ee3f5e2215
commit 11dd15c7a8
4 changed files with 237 additions and 1 deletions

5
docs/README.md Normal file
View file

@ -0,0 +1,5 @@
# Documentation for vmpooler
* [Setting up a Development Environment](dev-setup.md)
* [API Documentation](API.md)