From 3f6d2780cb98840b48dbf6beee20cfa4bfae5dcb Mon Sep 17 00:00:00 2001 From: Ali Serag Date: Thu, 21 Mar 2024 14:06:15 -0700 Subject: [PATCH] Update staging for capital case consistency and changing title --- docs/cadence_migration_guide/staging-guide.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cadence_migration_guide/staging-guide.mdx b/docs/cadence_migration_guide/staging-guide.mdx index ab58446..c259a6a 100644 --- a/docs/cadence_migration_guide/staging-guide.mdx +++ b/docs/cadence_migration_guide/staging-guide.mdx @@ -1,7 +1,7 @@ --- -title: Cadence Migrate Smart Contracts To Cadence 1.0 -sidebar_label: Smart Contract Migration Guide -description: Guide to migrating your cadence 1.0 compatible smart contracts +title: Staging Guide +sidebar_label: Staging Guide +description: Guide to staging your cadence 1.0 compatible smart contracts sidebar_position: 6 --- @@ -15,7 +15,7 @@ This guide aims to simplify the migration process to Cadence 1.0, making it acce [Cadence 1.0](https://flow.com/upgrade/crescendo/cadence-1) is the latest version of the Cadence smart contract programming language. The stable release of Cadence 1.0 represents a significant milestone in the languageā€™s maturity, delivering a comprehensive suite of improvements that increase speed, security and efficiency. With Cadence 1.0, developers gain access to over 20 new features and enhancements. Each change is thoughtfully designed to streamline workflows, reduce duplication and improve code readability, making writing and understanding smart contracts much easier. -## Staging a contract +## Staging a Contract