You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/25 12:39:52 UTC

[incubator-pekko] branch main updated: Remove Akka-Enhancements relevant docs (#126)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 59897a6425 Remove Akka-Enhancements relevant docs (#126)
59897a6425 is described below

commit 59897a642503033a7ad53a7ab108da34397dd0ed
Author: Denny Yung-Yu Chen <yu...@deliveryhero.com>
AuthorDate: Wed Jan 25 13:39:46 2023 +0100

    Remove Akka-Enhancements relevant docs (#126)
---
 docs/src/main/paradox/common/other-modules.md            | 10 ----------
 docs/src/main/paradox/general/configuration-reference.md |  3 +--
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/docs/src/main/paradox/common/other-modules.md b/docs/src/main/paradox/common/other-modules.md
index 2a7bc3650a..73ae985d62 100644
--- a/docs/src/main/paradox/common/other-modules.md
+++ b/docs/src/main/paradox/common/other-modules.md
@@ -50,13 +50,3 @@ Use [Google Cloud Spanner](https://cloud.google.com/spanner/) as Pekko Persisten
 * [Pekko Discovery for Kubernetes, Consul, Marathon, and AWS](https://doc.akka.io/docs/akka-management/current/discovery/)
 * [Kubernetes Lease](https://doc.akka.io/docs/akka-management/current/kubernetes-lease.html)
 
-## Pekko Resilience Enhancements
-
-* [Pekko Thread Starvation Detector](https://doc.akka.io/docs/akka-enhancements/current/starvation-detector.html)
-* [Pekko Configuration Checker](https://doc.akka.io/docs/akka-enhancements/current/config-checker.html)
-* [Pekko Diagnostics Recorder](https://doc.akka.io/docs/akka-enhancements/current/diagnostics-recorder.html)
-
-## Pekko Persistence Enhancements
-
-* [Pekko GDPR for Persistence](https://doc.akka.io/docs/akka-enhancements/current/gdpr/index.html)
-
diff --git a/docs/src/main/paradox/general/configuration-reference.md b/docs/src/main/paradox/general/configuration-reference.md
index a7f3b1a9e3..f48a80f486 100644
--- a/docs/src/main/paradox/general/configuration-reference.md
+++ b/docs/src/main/paradox/general/configuration-reference.md
@@ -3,8 +3,7 @@
 Each Pekko module has a `reference.conf` file with the default values.
 
 Make your edits/overrides in your `application.conf`. Don't override default values if
-you are not sure of the implications. [Pekko Config Checker](https://doc.akka.io/docs/akka-enhancements/current/config-checker.html)
-is a useful tool for finding potential configuration issues.
+you are not sure of the implications.
 
 The purpose of `reference.conf` files is for libraries, like Pekko, to define default values that are used if
 an application doesn't define a more specific value. It's also a good place to document the existence and


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org