Skip to content

Commit

Permalink
add interactors page to sidebar + minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Aug 7, 2024
1 parent 355b989 commit 26a4ba9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,5 @@ async fn test_full_farm_scenario() {
}
```

As illustrated, these tests resemble typical Rust tests but apply scenarios directly on the actual blockchain, facilitated by the [interactor tx environment](//developers/transactions/tx-env.md#interactor). These tests can be executed with `cargo test` or `sc-meta test`, seamlessly integrating into your standard testing workflow.
As illustrated, these tests resemble typical Rust tests but apply scenarios directly on the actual blockchain, facilitated by the [interactor tx environment](/developers/transactions/tx-env#interactor). These tests can be executed with `cargo test` or `sc-meta test`, seamlessly integrating into your standard testing workflow.

20 changes: 14 additions & 6 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const sidebars = {
*/

docs: {
"Welcome to MultiversX":["welcome/welcome-to-multiversx"],
"Welcome to MultiversX": ["welcome/welcome-to-multiversx"],
"Learn about MultiversX": [
"learn/getting-started",
"learn/multiversx-ecosystem",
Expand Down Expand Up @@ -138,6 +138,14 @@ const sidebars = {
"developers/meta/sc-build-reference",
"developers/meta/sc-config",
"developers/meta/sc-meta-cli",
{
type: "category",
label: "Interactors",
items: [
"developers/meta/interactor/interactors-overview",
"developers/meta/interactor/interactors-example",
],
},
"developers/meta/sc-allocator",
"developers/meta/rust-nightly",
],
Expand Down Expand Up @@ -498,7 +506,7 @@ const sidebars = {
{
type: "category",
label: "Ad-Astra Bridge",
items: [
items: [
"bridge/architecture",
"bridge/transfer-flows",
"bridge/multiple-chains",
Expand Down Expand Up @@ -553,10 +561,10 @@ const sidebars = {
type: "category",
label: "Interoperability",
items: [
"sovereign/interoperability",
"sovereign/ethereum-l2",
"sovereign/bitcoin-l2",
"sovereign/solana-l2",
"sovereign/interoperability",
"sovereign/ethereum-l2",
"sovereign/bitcoin-l2",
"sovereign/solana-l2",
],
},
"sovereign/validators",
Expand Down
Binary file modified static/img/adder_snippets_gen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26a4ba9

Please sign in to comment.