From a2ebfa7d45efa3cbb9e2eb5ef9c023aeb6120d06 Mon Sep 17 00:00:00 2001 From: Dzianis Andreyenka Date: Tue, 26 Sep 2023 15:44:35 +0200 Subject: [PATCH] Fix table of contents view Signed-off-by: Dzianis Andreyenka --- docs/tutorials/custom_contracts/ethereum.md | 3 +-- docs/tutorials/custom_contracts/fabric.md | 3 +-- docs/tutorials/custom_contracts/pinning.md | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/tutorials/custom_contracts/ethereum.md b/docs/tutorials/custom_contracts/ethereum.md index cd58e666f..bcf79993c 100644 --- a/docs/tutorials/custom_contracts/ethereum.md +++ b/docs/tutorials/custom_contracts/ethereum.md @@ -14,11 +14,10 @@ This guide describes the steps to deploy a smart contract to an Ethereum blockch > **NOTE:** This guide assumes that you are running a local FireFly stack with at least 2 members and an Ethereum blockchain created by the FireFly CLI. If you need help getting that set up, please see the [Getting Started guide to Start your environment](../../gettingstarted/setup_env.html). ## Table of contents - {: .no_toc .text-delta } 1. TOC - {:toc} +{:toc} --- diff --git a/docs/tutorials/custom_contracts/fabric.md b/docs/tutorials/custom_contracts/fabric.md index cccd4ce97..e7f2df33b 100644 --- a/docs/tutorials/custom_contracts/fabric.md +++ b/docs/tutorials/custom_contracts/fabric.md @@ -15,11 +15,10 @@ This guide describes the steps to deploy a chaincode to a Hyperledger Fabric blo > **NOTE:** This guide assumes that you are running a local FireFly stack with at least 2 members and a Fabric blockchain created by the FireFly CLI. If you need help getting that set up, please see the [Getting Started guide to Start your environment](../../gettingstarted/setup_env.html). ## Table of contents - {: .no_toc .text-delta } 1. TOC - {:toc} +{:toc} --- diff --git a/docs/tutorials/custom_contracts/pinning.md b/docs/tutorials/custom_contracts/pinning.md index 187ad7c4b..8628b2662 100644 --- a/docs/tutorials/custom_contracts/pinning.md +++ b/docs/tutorials/custom_contracts/pinning.md @@ -18,11 +18,10 @@ This guide describes how to associate an arbitrary off-chain payload with a bloc > fundamentals of how FireFly interacts with [custom contracts](../). ## Table of contents - {: .no_toc .text-delta } 1. TOC - {:toc} +{:toc} ---