Skip to content

Instantly share code, notes, and snippets.

@xbill82
Created November 2, 2020 16:35
Show Gist options
  • Save xbill82/dc81f7d025533014f210ef32b47e9b80 to your computer and use it in GitHub Desktop.
Save xbill82/dc81f7d025533014f210ef32b47e9b80 to your computer and use it in GitHub Desktop.
How to build the whole Kuzzle documentation in one single process
npm i -g kuzdoc
cd /tmp
git clone git@github.com:kuzzleio/documentation.git
cd documentation
npm ci
kuzdoc iterate-repos:install --link_framework
# select all the repos
npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment