Skip to content

floydhub/floyd-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsiteDocsForumTwitterWe're HiringWrite for FloydHub ✏️

FloydHub Logo

FloydHub Documentation

Netlify Status

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 serve to 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.