diff --git a/akka-docs/src/main/paradox/scala/fault-tolerance.md b/akka-docs/src/main/paradox/scala/fault-tolerance.md index ed9d70b8c3..36e0e6c842 100644 --- a/akka-docs/src/main/paradox/scala/fault-tolerance.md +++ b/akka-docs/src/main/paradox/scala/fault-tolerance.md @@ -16,14 +16,6 @@ Read the following source code. The inlined comments explain the different piece the fault handling and why they are added. It is also highly recommended to run this sample as it is easy to follow the log output to understand what is happening at runtime. -@@toc { depth=1 } - -@@@ index - -* [fault-tolerance-sample](fault-tolerance-sample.md) - -@@@ - ## Creating a Supervisor Strategy The following sections explain the fault handling mechanism and alternatives