Skip to content

ahmednawras/comms-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comms-platform

This is the documentation microsite for the OVO comms platform.

To run the site locally

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/.

To publish the site

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.

About

Documentation for the comms platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 50.7%
  • CSS 49.3%