Build the Home Page for Apache Pekko

Clone this repo:
  1. 586dd54 redirect 1.2.0 (and some other versions) (#164) by PJ Fanning · 8 days ago asf-site asf-staging main
  2. 2170395 pekko 1.2.0 release (#163) by PJ Fanning · 8 days ago
  3. ed6826c redirects for 1.2 and 1.3 (#162) by PJ Fanning · 6 weeks ago
  4. d6b3a8c release 1.2.0-M2 (#161) by PJ Fanning · 7 weeks ago
  5. a1353b4 sbt 1.11.3 (#160) by PJ Fanning · 8 weeks 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.