This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-pekko-site.git
commit 8da54e7cd70c1f4cd6e584c6438c7e3d2ba65f4d Author: PJ Fanning <[email protected]> AuthorDate: Sat Mar 25 22:01:10 2023 +0100 update --- build.sbt | 2 +- project/plugins.sbt | 2 +- src/main/paradox/how-to-contribute.md | 15 ++++++++++++++- src/main/paradox/modules.md | 12 +++++++++++- src/main/paradox/what-is-pekko.md | 6 +++++- 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index b9789ba1..c452fb8f 100644 --- a/build.sbt +++ b/build.sbt @@ -2,4 +2,4 @@ enablePlugins(ParadoxPlugin, PekkoParadoxPlugin) resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/") -pekkoParadoxGithub := "https://github.com/apache/incubator-pekko-site" +pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-site") diff --git a/project/plugins.sbt b/project/plugins.sbt index 12d67af8..89d84597 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ // allow access to snapshots for pekko-sbt-paradox resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/") -addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+28-a1dda63b-SNAPSHOT") +addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "0.0.0+34-dd0f4a36-SNAPSHOT") diff --git a/src/main/paradox/how-to-contribute.md b/src/main/paradox/how-to-contribute.md index 5785200e..932e448e 100644 --- a/src/main/paradox/how-to-contribute.md +++ b/src/main/paradox/how-to-contribute.md @@ -1 +1,14 @@ -# How to Contribute \ No newline at end of file +# How to Contribute + +## The Apache Pekko Community + +If you have questions about the contribution process or discuss specific issues, please interact with the community using the following resources. + +- [GitHub discussions](https://github.com/apache/incubator-pekko/discussions): for questions and general discussion. +- [Pekko user mailing list](https://lists.apache.org/[email protected]): for Pekko usage discussions. +- [Pekko dev mailing list](https://lists.apache.org/[email protected]): for Pekko development discussions. +- [GitHub issues](https://github.com/apache/incubator-pekko/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first. + +## Code of Conduct + +Please see the Apache wide [Code of Conduct](https://www.apache.org/foundation/policies/conduct). diff --git a/src/main/paradox/modules.md b/src/main/paradox/modules.md index 857b555c..376cd774 100644 --- a/src/main/paradox/modules.md +++ b/src/main/paradox/modules.md @@ -1 +1,11 @@ -# Pekko Modules \ No newline at end of file +# Pekko Modules + +We publish the latest work in progress to Apache [Nightlies site](https://nightlies.apache.org/pekko/docs/). + +* pekko (core) [docs](https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/docs/) [api](https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/api/) [japi](https://nightlies.apache.org/pekko/docs/pekko/main-snapshot/japi/) +* pekko-http [docs](https://nightlies.apache.org/pekko/docs/pekko-http/main-snapshot/docs/) [api](https://nightlies.apache.org/pekko/docs/pekko-http/main-snapshot/api/) [japi](https://nightlies.apache.org/pekko/docs/pekko-http/main-snapshot/japi/) + +We occasionally manually update the docs on this site. + +* pekko (core) [docs](http://pekko.apache.org/docs/pekko/current/) [api](http://pekko.apache.org/api/pekko/current/) [japi](http://pekko.apache.org/japi/pekko/current/) +* pekko-http [docs](http://pekko.apache.org/docs/pekko-http/current/) [api](http://pekko.apache.org/api/pekko-http/current/) [japi](http://pekko.apache.org/japi/pekko-http/current/) diff --git a/src/main/paradox/what-is-pekko.md b/src/main/paradox/what-is-pekko.md index 1b921769..50b3fd95 100644 --- a/src/main/paradox/what-is-pekko.md +++ b/src/main/paradox/what-is-pekko.md @@ -1 +1,5 @@ -# What is Pekko? \ No newline at end of file +# What is Pekko? + +Apache Pekko is an open-source framework for building applications that are concurrent, distributed, resilient and elastic. Pekko uses the Actor Model to provide more intuitive high-level abstractions for concurrency. Using these abstractions, Pekko also provides libraries for persistence, streams, HTTP, and more. + +Pekko is a fork of [Akka](https://github.com/akka/akka) 2.6.x, prior to the Akka project's adoption of the Business Source License. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
