Build the Home Page for Apache Pekko

Clone this repo:
  1. fcbc555 management 1.2.1 released (#191) by PJ Fanning · 29 hours ago asf-site asf-staging main
  2. cf0caa0 Update sbt, scripted-plugin to 1.12.5 (#190) by Scala Steward · 9 days ago
  3. 9638c8f Update sbt, scripted-plugin to 1.12.4 (#189) by Scala Steward · 2 weeks ago
  4. c10e8c5 Update sbt, scripted-plugin to 1.12.3 (#188) by Scala Steward · 3 weeks ago
  5. d28ad43 Update sbt, scripted-plugin to 1.12.2 (#187) by Scala Steward · 5 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.

Use Java 17 to build the site locally. Try 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.