From 059f2f1edab8785cb7580fc6cb43f9f4e4d92ab9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 13:02:43 +0000 Subject: [PATCH] Add vim insert mode tip to upgrading docs Mintlify-Source: dashboard-editor --- .../appdev/get-started/upgrading-from-previous-versions.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-main/appdev/get-started/upgrading-from-previous-versions.mdx b/docs-main/appdev/get-started/upgrading-from-previous-versions.mdx index 848cb986..7ccbe60a 100644 --- a/docs-main/appdev/get-started/upgrading-from-previous-versions.mdx +++ b/docs-main/appdev/get-started/upgrading-from-previous-versions.mdx @@ -3,6 +3,8 @@ title: "Upgrading from Previous Versions" description: "Pointers to migration guides and component release notes for upgrading Canton Network applications" --- +To edit text, you may need to tap the "i" key to enter "insert mode". + Per-version migration steps live with the component release notes. Use the links below for the change you are migrating across. ## Within Canton 3.x @@ -27,4 +29,4 @@ For a worked migration path, build against the [cn-quickstart](https://github.co - [Development Stack](/appdev/modules/m1-development-stack) — the 3.x technology stack - [Smart Contract Upgrades Overview](/appdev/modules/m6-overview) — SCU model -- [Backend Development](/appdev/modules/m4-backend-dev) — 3.x Ledger API usage patterns +- [Backend Development](/appdev/modules/m4-backend-dev) — 3.x Ledger API usage patterns \ No newline at end of file