This is an aggregation of commonly used scuttlebutt modules grouped for your convenience into several sections.
To contribute, check out the git repository the generates this site here.
To add new pages, change SUMMARY.md
, the rest should be fairly self-explanatory (just copy the existing patterns).
You can run this book locally to test out what you're doing:
npm i -g gitbook-cli
npm install
gitbook install # probably not necessary
gitbook serve
Once you're happy with your changes, send a pull request to the original repository.