This repository hosts the content and website for Zero to Data 8, the guide to deploying your own Data 8 course infrastructure.
All of the content resides in content/
and is hosted online
at data8.github.io/zero-to-data-8
.
- Edit the files in
content/
that you wish to change. If you add a new file, make sure to add a new entry for it in_data/toc.yml
. - Run
make book
. This will update the book's built markdown files. - Push to github.
That's it!