From 35bb9ffd89fe93fe90a48b5750aecf8a4e1bc381 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 11 Jul 2024 16:33:12 -0500 Subject: [PATCH] remove use of DocCardList component in guides README We're already injecting the list of doccards elsewhere. --- docs/build/guides/README.mdx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/build/guides/README.mdx b/docs/build/guides/README.mdx index e0c49112b..b3589206e 100644 --- a/docs/build/guides/README.mdx +++ b/docs/build/guides/README.mdx @@ -5,8 +5,4 @@ sidebar_position: 40 hide_table_of_contents: true --- -import DocCardList from "@theme/DocCardList"; - This section provides step-by-step instructions to help users complete specific tasks associated with developing on Stellar. These tasks can include instructions for goals related to writing contracts, interacting with contracts, building applications, using Stellar operations, setting up infrastructure, and more. - -