Website • Docs • Forum • Twitter • We're Hiring • Write for FloydHub ✏️
This code generates FloydHub's documentation: http://docs.floydhub.com/.
Please feel free to make pull requests or file issues if you think there's anything missing or if there's something we should explain more clearly. We love pull requests!
pip install -r requirements.txt
mkdocs serve
to run a local server and build/preview documentation. You can view the docs at http://127.0.0.1:8000mkdocs build
.Any pushes or merges to master will deploy to Netlify automatically.