This repo is used to publish the home page of the Apache Pekko website.
Anyone looking to help improve our module specific docs should look at the Git repos (eg apache/pekko) for the modules.
The site is built using Paradox.
To build the site locally, run:
sbt paradox
To browse the site locally, run:
sbt paradoxBrowse
Note that the content
folder needs to be updated manually with the latest output in the target/paradox/site/main
folder.
There are some details about how to deploy the pages associated with this repo in the wiki.