floyd-docs
floyd-docs copied to clipboard
FloydHub's documentation code. Contributions welcome!
Website • Docs • Forum • Twitter • We're Hiring • Write for FloydHub ✏️
FloydHub Documentation
This code generates FloydHub's documentation: http://docs.floydhub.com/.
Contributing
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!
Running docs locally
- Install requirements.txt with
pip install -r requirements.txt - Use
mkdocs serveto run a local server and build/preview documentation. You can view the docs at http://127.0.0.1:8000 - To build the static site, use
mkdocs build.
Steps to deploy (only admins)
Any pushes or merges to master will deploy to Netlify automatically.
