Skip to content

Commit

Permalink
mark the two empty category pages as drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Jun 20, 2024
1 parent 6a2bccd commit 7a89d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/smart-contracts/guides/conversions/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions docs/smart-contracts/guides/fees/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 7a89d6f

Please sign in to comment.