From 7a89d6fade370ebcee320dd9fb3384ceccce427d Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 20 Jun 2024 17:44:03 -0500 Subject: [PATCH] mark the two empty category pages as drafts --- docs/smart-contracts/guides/conversions/README.mdx | 1 + docs/smart-contracts/guides/fees/README.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/smart-contracts/guides/conversions/README.mdx b/docs/smart-contracts/guides/conversions/README.mdx index e9448e1e4..0175d9f68 100644 --- a/docs/smart-contracts/guides/conversions/README.mdx +++ b/docs/smart-contracts/guides/conversions/README.mdx @@ -2,6 +2,7 @@ title: Type Conversions hide_table_of_contents: true sidebar_class_name: sidebar-category-items-hidden +draft: true --- A collection of guides for converting from one data type to another in a variety of SDK languages. diff --git a/docs/smart-contracts/guides/fees/README.mdx b/docs/smart-contracts/guides/fees/README.mdx index 52e13d17c..b65bcc70d 100644 --- a/docs/smart-contracts/guides/fees/README.mdx +++ b/docs/smart-contracts/guides/fees/README.mdx @@ -2,6 +2,7 @@ title: Fees & Metering hide_table_of_contents: true sidebar_class_name: sidebar-category-items-hidden +draft: true --- Fees and metering in Soroban smart contracts work differently than the fees for "regular" Stellar transactions. The Stellar network still provides cheap, accessible transaction and that now includes smart contract metering!