diff --git a/docs/sdk-and-tools/overview.md b/docs/sdk-and-tools/overview.md index 25a6af2bf..2dd8a47cb 100644 --- a/docs/sdk-and-tools/overview.md +++ b/docs/sdk-and-tools/overview.md @@ -33,7 +33,6 @@ Note that Rust is also the recommended programming language for writing Smart Co | [sdk-js cookbook](/sdk-and-tools/sdk-js/sdk-js-cookbook) | Learn how to handle common tasks by using sdk-js. | | [Extending sdk-js](/sdk-and-tools/sdk-js/extending-sdk-js) | How to extend and tailor certain modules of sdk-js. | | [Writing and testing sdk-js interactions](/sdk-and-tools/sdk-js/writing-and-testing-sdk-js-interactions) | Write sdk-js interactions for Visual Studio Code | -| [sdk-js migration guides](/sdk-and-tools/sdk-js/sdk-js-migration-guides) | Migrate from sdk-js v9.x to v10+ | | [sdk-js signing providers](/sdk-and-tools/sdk-js/sdk-js-signing-providers) | Integrate sdk-js signing providers. | In addition to sdk-js, one could use the following Javascript library for performing wallet operations via CLI: diff --git a/docs/sdk-and-tools/sdk-js/migration-guides.md b/docs/sdk-and-tools/sdk-js/migration-guides.md deleted file mode 100644 index bf6e03359..000000000 --- a/docs/sdk-and-tools/sdk-js/migration-guides.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -id: sdk-js-migration-guides -title: Migration guides ---- - -[comment]: # (mx-exclude-file) - -This page links to resources which are helpful in upgrading to newer versions of a **sdk-js** package. - -:::important -Make sure you have a look over the [cookbook](/sdk-and-tools/sdk-js/sdk-js-cookbook), in advance. -::: - -## Migrate to a newer sdk-core - -See [migration support](https://github.com/multiversx/mx-sdk-js-core/issues?q=label:migration). diff --git a/docs/sdk-and-tools/sdk-py/migration-guides.md b/docs/sdk-and-tools/sdk-py/migration-guides.md deleted file mode 100644 index 4fff75a69..000000000 --- a/docs/sdk-and-tools/sdk-py/migration-guides.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -id: sdk-py-migration-guides -title: Migration guides ---- - -[comment]: # (mx-exclude-file) - -This page links to resources which are helpful in upgrading to newer versions of a **sdk-py** package or component, including **mxpy**. - -:::important -Make sure you have a look over the [cookbook](/sdk-and-tools/sdk-py/sdk-py-cookbook), in advance. -::: - -## Migrate to a newer mxpy - -See [migration support](https://github.com/multiversx/mx-sdk-py-cli/issues?q=label:migration). - -## Migrate to a newer sdk - -See [migration support](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration). diff --git a/docs/sdk-and-tools/sdk-py/mxpy-cli.md b/docs/sdk-and-tools/sdk-py/mxpy-cli.md index f5a3715a0..49b9519ff 100644 --- a/docs/sdk-and-tools/sdk-py/mxpy-cli.md +++ b/docs/sdk-and-tools/sdk-py/mxpy-cli.md @@ -5,10 +5,16 @@ title: mxpy CLI cookbook [comment]: # (mx-abstract) + + ## mxpy (Command Line Interface) **mxpy**, as a command-line tool, can be used to simplify and automate the interaction with the MultiversX network - it can be easily used in shell scripts, as well. It implements a set of **commands**, organized within **groups**. +:::important +In order to migrate to the newer `mxpy`, please follow [the migration guide](https://github.com/multiversx/mx-sdk-py-cli/issues?q=label:migration). +::: + The complete Command Line Interface is listed [**here**](https://github.com/multiversx/mx-sdk-py-cli/blob/main/CLI.md). Command usage and description are available through the `--help` or `-h` flags. For example: diff --git a/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md b/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md index c9bb702f1..3b37ff778 100644 --- a/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md +++ b/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md @@ -12,6 +12,10 @@ pagination_prev: sdk-and-tools/sdk-py/sdk-py This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v0 (legacy, previous version)**. +:::important +In order to migrate to the newer `sdk-py v1`, please follow [the migration guide](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration). +::: + :::note All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/Cookbook.ipynb)**. ::: diff --git a/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md b/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md index a7be419b8..453ef5904 100644 --- a/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md +++ b/docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md @@ -13,6 +13,10 @@ pagination_next: sdk-and-tools/sdk-py/installing-mxpy This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v1 (latest, stable version)**. +:::important +This cookbook makes use of `sdk-py v1`. In order to migrate from `sdk-py v0` to `sdk-py v1`, please also follow [the migration guide](https://github.com/multiversx/mx-sdk-py/issues?q=label:migration). +::: + :::note All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/v1.ipynb)**. ::: diff --git a/sidebars.js b/sidebars.js index 5357e9f87..d73247cfa 100644 --- a/sidebars.js +++ b/sidebars.js @@ -214,7 +214,6 @@ const sidebars = { "sdk-and-tools/sdk-py/installing-mxpy", "sdk-and-tools/sdk-py/mxpy-cli", "sdk-and-tools/sdk-py/smart-contract-interactions", - "sdk-and-tools/sdk-py/sdk-py-migration-guides", ], }, { @@ -236,7 +235,6 @@ const sidebars = { }, "sdk-and-tools/sdk-js/extending-sdk-js", "sdk-and-tools/sdk-js/writing-and-testing-sdk-js-interactions", - "sdk-and-tools/sdk-js/sdk-js-migration-guides", "sdk-and-tools/sdk-js/sdk-js-signing-providers", ], },