diff --git a/akka-docs/src/main/paradox/additional/deploy.md b/akka-docs/src/main/paradox/additional/deploy.md index dea8a82b64..1109961d0b 100644 --- a/akka-docs/src/main/paradox/additional/deploy.md +++ b/akka-docs/src/main/paradox/additional/deploy.md @@ -6,12 +6,6 @@ Akka can be used in different ways: be put into `WEB-INF/lib` * As an application packaged with [sbt-native-packager](https://github.com/sbt/sbt-native-packager) -## Lightbend Enterprise Suite - -Lightbend Enterprise Suite is a solution for managing Lightbend Reactive Platform applications across a cluster of machines. -It is reactive from the ground up thus enabling operations to provide the resiliency required to unleash the full benefits -of the Lightbend Reactive Platform in their organization. - ## Native Packager [sbt-native-packager](https://github.com/sbt/sbt-native-packager) is a tool for creating @@ -72,4 +66,4 @@ to see what this looks like in practice. ### Resource limits -To avoid CFS scheduler limits, it is best not to use `resources.limits.cpu` limits, but use `resources.requests.cpu` configuration instead. \ No newline at end of file +To avoid CFS scheduler limits, it is best not to use `resources.limits.cpu` limits, but use `resources.requests.cpu` configuration instead.