Skip to content

Commit f71244c

Browse files
authored
Merge pull request #1111 from multiversx/TOOL-598-remove-migration-guides-pages
Remove migration guides as not needed
2 parents 537f906 + 719fe41 commit f71244c

File tree

7 files changed

+14
-39
lines changed

7 files changed

+14
-39
lines changed

docs/sdk-and-tools/overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Note that Rust is also the recommended programming language for writing Smart Co
3333
| [sdk-js cookbook](/sdk-and-tools/sdk-js/sdk-js-cookbook) | Learn how to handle common tasks by using sdk-js. |
3434
| [Extending sdk-js](/sdk-and-tools/sdk-js/extending-sdk-js) | How to extend and tailor certain modules of sdk-js. |
3535
| [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 |
36-
| [sdk-js migration guides](/sdk-and-tools/sdk-js/sdk-js-migration-guides) | Migrate from sdk-js v9.x to v10+ |
3736
| [sdk-js signing providers](/sdk-and-tools/sdk-js/sdk-js-signing-providers) | Integrate sdk-js signing providers. |
3837

3938
In addition to sdk-js, one could use the following Javascript library for performing wallet operations via CLI:

docs/sdk-and-tools/sdk-js/migration-guides.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/sdk-and-tools/sdk-py/migration-guides.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/sdk-and-tools/sdk-py/mxpy-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ title: mxpy CLI cookbook
55

66
[comment]: # (mx-abstract)
77

8+
9+
810
## mxpy (Command Line Interface)
911

1012
**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**.
1113

14+
:::important
15+
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).
16+
:::
17+
1218
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.
1319

1420
For example:

docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ pagination_prev: sdk-and-tools/sdk-py/sdk-py
1212

1313
This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v0 (legacy, previous version)**.
1414

15+
:::important
16+
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).
17+
:::
18+
1519
:::note
1620
All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/Cookbook.ipynb)**.
1721
:::

docs/sdk-and-tools/sdk-py/sdk-py-cookbook-v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ pagination_next: sdk-and-tools/sdk-py/installing-mxpy
1313

1414
This page will guide you through the process of handling common tasks using the MultiversX Python SDK (libraries) **v1 (latest, stable version)**.
1515

16+
:::important
17+
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).
18+
:::
19+
1620
:::note
1721
All examples depicted here are captured in **(interactive) [Jupyter notebooks](https://github.com/multiversx/mx-sdk-py/blob/main/examples/v1.ipynb)**.
1822
:::

sidebars.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ const sidebars = {
214214
"sdk-and-tools/sdk-py/installing-mxpy",
215215
"sdk-and-tools/sdk-py/mxpy-cli",
216216
"sdk-and-tools/sdk-py/smart-contract-interactions",
217-
"sdk-and-tools/sdk-py/sdk-py-migration-guides",
218217
],
219218
},
220219
{
@@ -236,7 +235,6 @@ const sidebars = {
236235
},
237236
"sdk-and-tools/sdk-js/extending-sdk-js",
238237
"sdk-and-tools/sdk-js/writing-and-testing-sdk-js-interactions",
239-
"sdk-and-tools/sdk-js/sdk-js-migration-guides",
240238
"sdk-and-tools/sdk-js/sdk-js-signing-providers",
241239
],
242240
},

0 commit comments

Comments
 (0)