This is the documentation for Open Restaurant 2.x.
- Fork this repository.
- Clone the fork to your machine.
- Create a new branch:
git checkout -b documentation-update
. - Install mkdocs:
sudo pip install mkdocs
. - Go to the root of the repository and run
mkdocs serve
. - Make your changes, commit and push.
- Open a pull request.