From d9cf9dce7a5bf6fc73b0b524f0ebfcc64b432234 Mon Sep 17 00:00:00 2001 From: Ryan Brideau Date: Wed, 26 Jul 2017 04:00:14 -0400 Subject: [PATCH] Removed TOC (#23425) - Removed TOC as it is inconsistent with the rest of the documentation and duplicates the side menu --- akka-docs/src/main/paradox/scala/fault-tolerance.md | 8 -------- 1 file changed, 8 deletions(-) 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