The scripts folder contains various utility scripts that help to
maintain the Qovery docs. All of these are exposed through the Makefile,
and it should be rare that you have to call these directly (except generate script that generates).
Make sure you have Ruby installed. A simple way to install this is:
brew install rbenv
rbenv install 2.6.3
rbenv global 2.6.3We also need bundler
gem install bundlerThese are currently the only requirements.