These docs are build with Gitbook v1.
To get setup for contributing to the docs is a quick process.
- clone the repo
git clone https://github.com/AlbertaSat/albertasat.github.io.git
- cd into the repo and run
npm install
- to serve locally, run
gitbook serve
and open your browser tohttp://localhost:4000
- Edit your files!
A quick blurb on file structure for these docs, simply make the folders and files using markdown (.md) file and make sure to add them to SUMMARY.md using the format shown there.
To edit files more dynamically, use Gitbook editor