Build the Home Page for Apache Pekko

Clone this repo:
  1. a979adb redirect projection/current to 1.1 (#152) by PJ Fanning · 6 weeks ago asf-site asf-staging main
  2. 16e4e11 projection 1.1.0 release (#151) by PJ Fanning · 6 weeks ago
  3. 31a5ffa add download for pekko 1.2.0-M1 (#150) by PJ Fanning · 10 weeks ago
  4. 8d945ff add release notes links (#149) by PJ Fanning · 3 months ago
  5. afbeb03 persistence cassandra 1.1.0 release (#148) by PJ Fanning · 3 months ago

pekko-site

Status

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.

Build

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.