From 3bd1ebcc09ad36568356bda4575f2607136bf6a6 Mon Sep 17 00:00:00 2001 From: Fawad Ali Date: Thu, 22 Aug 2024 16:05:41 +0200 Subject: [PATCH] Add contract handlers to main page --- docs/docs/handlers/{handlers.mdx => index.mdx} | 0 docs/docs/index.mdx | 1 + 2 files changed, 1 insertion(+) rename docs/docs/handlers/{handlers.mdx => index.mdx} (100%) diff --git a/docs/docs/handlers/handlers.mdx b/docs/docs/handlers/index.mdx similarity index 100% rename from docs/docs/handlers/handlers.mdx rename to docs/docs/handlers/index.mdx diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 22debce..9a7cdb3 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -8,3 +8,4 @@ SDK for interacting with the puffer smart contracts. - [Getting Started](./getting-started.mdx) - [Guides](./guides/index.mdx) +- [Using Contract Handlers](./handlers/index.mdx)