The bulk of the documentation is stored in a dedeicated documentation repository. It covers all compinents of the software, i.e frontend and backend. It is structured into different capters. The documentation tool honhit (successor of gitbook) is used.
git clone https://github.com/SciCatProject/documentation.git`
cd documentation
npm install honkit --save
npx honkit build
npx honkit serve --port 4040
git push origin master
The push to the origin repo will trigger a travis job, which will publish the resulting documentation to https://scicatproject.github.io/documentation