This is the new repository for the Decidim Documentation website. Is built with Antora.
Install antora with software dependencies.
# Install Node & npm using nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install node
# Install Antora and dependencies
npm installIf antora installation succeed, antora -v will return antora's version.
git clone https://github.com/decidim/documentation
cd documentation
./bin/buildThe generated website will be create under build/site/ folder. Open index.html with any browser.
xdg-open build/site/index.htmlYou can check this locally and install with Docker.
git clone https://github.com/decidim/documentation
cd documentation
./bin/dbuild
xdg-open build/site/index.html