This is the documentation microsite for the OVO comms platform.
You must have jekyll installed: gem install jekyll
.
export SCHEMA_REGISTRY_URL=<Aiven UAT schema registry URL>
export SCHEMA_REGISTRY_USERNAME=...
export SCHEMA_REGISTRY_PASSWORD=...
sbt makeMicrosite
cd target/site
jekyll serve
The site should now be running at http://localhost:4000/comms-platform/.
The site is published automatically by CircleCI whenever a PR is merged.
But if you want to publish from your local machine, you can do so with sbt publishMicrosite
.