Wren Security documentation website is based on Antora and GitHub Pages.
Main development branch contains Antora configuration files.
Website is built through GitHub Action pipeline that deploys all artifacts into gh-pages
branch.
First of all you have to install NodeJS and all needed dependencies through NPM (npm install
).
To execute development build run this command:
npx antora --fetch antora-playbook.yml
Then open following URL file:///{GIT_REPOSITORIES}/docs.wrensecurity.org/build/site/index.html
in your browser.