Skip to content

The code generating FloydHub's documentation. Please feel free to make pull requests, if there's anything you feel we could do better!

Notifications You must be signed in to change notification settings

kulshekhar/floyd-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloydHub Documentation

This code generates FloydHub's documentation: http://docs.floydhub.com/.

Contributing

Please feel free to make pull requests, if there's anything you feel we could do better!

Steps to build docs locally

  • Install requirements.txt with pip install -r requirements.txt
  • Use mkdocs serve to run a local server and build/preview documentation
  • To build the static site, use mkdocs build. This step is not necessary if hosting the site on Github Pages (which is what is currently done)

Steps to deploy (only admins)

  • To deploy static site to gh-pages, run mkdocs gh-deploy. This will build the static site, commit it to the gh-pages branch and push the branch to Github

About

The code generating FloydHub's documentation. Please feel free to make pull requests, if there's anything you feel we could do better!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published