Build the Home Page for Apache Pekko

Clone this repo:
  1. b3b21a5 Update sbt, scripted-plugin to 1.12.11 (#201) by Scala Steward · 3 days ago main
  2. 15954ff update downloads page and add redirects for new versions (#200) by PJ Fanning · 3 days ago asf-site asf-staging
  3. 5b415de Update sbt, scripted-plugin to 1.12.10 (#199) by Scala Steward · 10 days ago
  4. e4b3c2b connectors 2.0.0-M1 release (#198) by PJ Fanning · 2 weeks ago
  5. 997d82a Update sbt, scripted-plugin to 1.12.9 (#197) by Scala Steward · 4 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.