From 570d4108a2f3f779c9acb3f4f1cd48a572b2c0ca Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Thu, 23 Jan 2025 11:34:36 -0300 Subject: [PATCH 1/8] task(devx): Add Tags - Rust SDK --- .../iota-101/objects/transfers/transfer-to-object.mdx | 1 + .../iota-101/transactions/sign-and-send-transactions.mdx | 2 +- docs/content/developer/iota-101/using-events.mdx | 1 + .../developer/stardust/claiming/address-unlock-condition.mdx | 1 + docs/content/developer/stardust/claiming/alias.mdx | 1 + docs/content/developer/stardust/claiming/basic.mdx | 1 + docs/content/developer/stardust/claiming/foundry.mdx | 1 + docs/content/developer/stardust/claiming/nft.mdx | 1 + docs/content/developer/stardust/claiming/self-sponsor.mdx | 1 + docs/content/references/rust-sdk.mdx | 2 +- docs/content/tags.yml | 4 ++++ 11 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx index 55c3805966c..eebcfb015b9 100644 --- a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx +++ b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx @@ -1,6 +1,7 @@ --- title: Transfer to Object description: On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses. +tags: [ rust, sdk, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/objects/transfers/transfer-to-object.json'; diff --git a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx index 1c4e58b956d..6fc17b64109 100644 --- a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx @@ -1,6 +1,6 @@ --- description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. -tags: [ tutorial, move, rust, typescript, transaction] +tags: [ tutorial, move, rust, typescript, transaction, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json'; diff --git a/docs/content/developer/iota-101/using-events.mdx b/docs/content/developer/iota-101/using-events.mdx index 4505faeb763..01ec2135cff 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -1,5 +1,6 @@ --- description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages. +tags: [ rust, sdk, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/using-events.json'; diff --git a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx index a4319e0a32d..e6f7d182df3 100644 --- a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx +++ b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx @@ -1,5 +1,6 @@ --- description: A guide on how to claim Outputs Unlockable by an Alias/NFT Address in the Move-based IOTA ledger. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/alias.mdx b/docs/content/developer/stardust/claiming/alias.mdx index 7b248a77505..d8dd123d22a 100644 --- a/docs/content/developer/stardust/claiming/alias.mdx +++ b/docs/content/developer/stardust/claiming/alias.mdx @@ -1,5 +1,6 @@ --- description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/basic.mdx b/docs/content/developer/stardust/claiming/basic.mdx index c4eeb572990..f473cf00fbc 100644 --- a/docs/content/developer/stardust/claiming/basic.mdx +++ b/docs/content/developer/stardust/claiming/basic.mdx @@ -1,5 +1,6 @@ --- description: A guide on how to claim Basic Outputs in Move by assessing and unlocking owned objects. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/foundry.mdx b/docs/content/developer/stardust/claiming/foundry.mdx index 601caef7ca7..3e5c693937f 100644 --- a/docs/content/developer/stardust/claiming/foundry.mdx +++ b/docs/content/developer/stardust/claiming/foundry.mdx @@ -1,5 +1,6 @@ --- description: A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/nft.mdx b/docs/content/developer/stardust/claiming/nft.mdx index ae33a5c6d54..7ae2db53755 100644 --- a/docs/content/developer/stardust/claiming/nft.mdx +++ b/docs/content/developer/stardust/claiming/nft.mdx @@ -1,5 +1,6 @@ --- description: A guide on how to claim and convert NFT Outputs in the Move-based IOTA ledger. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index f074881a53b..f07c1ca0636 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -1,5 +1,6 @@ --- description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees. +tags: [ rust, sdk, rust-sdk] --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/references/rust-sdk.mdx b/docs/content/references/rust-sdk.mdx index 700e577c314..88c422bf29e 100644 --- a/docs/content/references/rust-sdk.mdx +++ b/docs/content/references/rust-sdk.mdx @@ -1,7 +1,7 @@ --- title: IOTA Rust SDK description: The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language. -tags: [ rust, sdk, reference] +tags: [ rust, sdk, reference, rust-sdk] --- import README from "../../../crates/iota-sdk/README.md"; diff --git a/docs/content/tags.yml b/docs/content/tags.yml index 0edec61ed3b..fcf4533f0ae 100644 --- a/docs/content/tags.yml +++ b/docs/content/tags.yml @@ -251,3 +251,7 @@ setup: testing: label: Testing description: Process of evaluating code. + +rust-sdk: + label: IOTA Rust SDK + description: The IOTA Rust Software Development Kit From 364e5f1d1332d0fab96fba0b6643e9d209a66180 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:01:22 -0300 Subject: [PATCH 2/8] Update docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx --- .../iota-101/transactions/sign-and-send-transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx index 6fc17b64109..3f49b1c0a7e 100644 --- a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx @@ -1,6 +1,6 @@ --- description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. -tags: [ tutorial, move, rust, typescript, transaction, rust-sdk] +tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json'; From 960f247d4d5d05782420a1d75d7a0f41d0cc8c9f Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Thu, 23 Jan 2025 13:20:59 -0300 Subject: [PATCH 3/8] fix(devx): add missing tags --- .../transactions/ptb/programmable-transaction-blocks.mdx | 2 +- .../sponsored-transactions/use-sponsored-transactions.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx index b30b86e3a89..f16c3b8fbb5 100644 --- a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx +++ b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx @@ -1,6 +1,6 @@ --- description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks. -tags: [ move, transaction] +tags: [ move, transaction, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/ptb/programmable-transaction-blocks.json'; diff --git a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx index 4ea5be44691..4458a0dec8e 100644 --- a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx @@ -1,6 +1,6 @@ --- description: A guide to using sponsored transactions on the IOTA blockchain, including . -tags: [ move, transaction, address] +tags: [ move, transaction, address, rust-sdk] --- import Quiz from '@site/src/components/Quiz'; From 8cf9f1013ff353cd5f7608a5d61c7195978ad456 Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Fri, 24 Jan 2025 09:04:16 -0300 Subject: [PATCH 4/8] Update docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx --- .../sponsored-transactions/use-sponsored-transactions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx index 4458a0dec8e..4ea5be44691 100644 --- a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx @@ -1,6 +1,6 @@ --- description: A guide to using sponsored transactions on the IOTA blockchain, including . -tags: [ move, transaction, address, rust-sdk] +tags: [ move, transaction, address] --- import Quiz from '@site/src/components/Quiz'; From 27b025e9e06c5fc2acf9bfe92c36dec3bb45fe2f Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 29 Jan 2025 11:04:31 -0300 Subject: [PATCH 5/8] add iotaledger@dev-tools team --- .../iota-101/objects/transfers/transfer-to-object.mdx | 2 ++ .../transactions/ptb/programmable-transaction-blocks.mdx | 2 ++ .../iota-101/transactions/sign-and-send-transactions.mdx | 2 ++ .../sponsored-transactions/use-sponsored-transactions.mdx | 4 +++- docs/content/developer/iota-101/using-events.mdx | 2 ++ .../developer/stardust/claiming/address-unlock-condition.mdx | 2 ++ docs/content/developer/stardust/claiming/alias.mdx | 2 ++ docs/content/developer/stardust/claiming/basic.mdx | 2 ++ docs/content/developer/stardust/claiming/foundry.mdx | 2 ++ docs/content/developer/stardust/claiming/nft.mdx | 2 ++ docs/content/developer/stardust/claiming/self-sponsor.mdx | 2 ++ docs/content/references/rust-sdk.mdx | 3 ++- 12 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx index eebcfb015b9..d960f1e4a40 100644 --- a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx +++ b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx @@ -2,6 +2,8 @@ title: Transfer to Object description: On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/objects/transfers/transfer-to-object.json'; diff --git a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx index f16c3b8fbb5..985a31c0eff 100644 --- a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx +++ b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx @@ -1,6 +1,8 @@ --- description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks. tags: [ move, transaction, rust-sdk] +team: + - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/ptb/programmable-transaction-blocks.json'; diff --git a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx index 3f49b1c0a7e..79a72c7503d 100644 --- a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx @@ -1,6 +1,8 @@ --- description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk] +team: + - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json'; diff --git a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx index 4ea5be44691..3b0127db3cd 100644 --- a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx @@ -1,6 +1,8 @@ --- description: A guide to using sponsored transactions on the IOTA blockchain, including . -tags: [ move, transaction, address] +tags: [ move, transaction, address, rust-sdk] +team: + - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/iota-101/using-events.mdx b/docs/content/developer/iota-101/using-events.mdx index 01ec2135cff..e6726b4c2f8 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -1,6 +1,8 @@ --- description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/using-events.json'; diff --git a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx index e6f7d182df3..e1c93de1d94 100644 --- a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx +++ b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx @@ -1,6 +1,8 @@ --- description: A guide on how to claim Outputs Unlockable by an Alias/NFT Address in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/alias.mdx b/docs/content/developer/stardust/claiming/alias.mdx index d8dd123d22a..92c8c74969f 100644 --- a/docs/content/developer/stardust/claiming/alias.mdx +++ b/docs/content/developer/stardust/claiming/alias.mdx @@ -1,6 +1,8 @@ --- description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/basic.mdx b/docs/content/developer/stardust/claiming/basic.mdx index f473cf00fbc..6a228ca98c3 100644 --- a/docs/content/developer/stardust/claiming/basic.mdx +++ b/docs/content/developer/stardust/claiming/basic.mdx @@ -1,6 +1,8 @@ --- description: A guide on how to claim Basic Outputs in Move by assessing and unlocking owned objects. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/foundry.mdx b/docs/content/developer/stardust/claiming/foundry.mdx index 3e5c693937f..7a75e50172d 100644 --- a/docs/content/developer/stardust/claiming/foundry.mdx +++ b/docs/content/developer/stardust/claiming/foundry.mdx @@ -1,6 +1,8 @@ --- description: A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/nft.mdx b/docs/content/developer/stardust/claiming/nft.mdx index 7ae2db53755..f60712a6e5e 100644 --- a/docs/content/developer/stardust/claiming/nft.mdx +++ b/docs/content/developer/stardust/claiming/nft.mdx @@ -1,6 +1,8 @@ --- description: A guide on how to claim and convert NFT Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index f07c1ca0636..ecf74d3cb76 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -1,6 +1,8 @@ --- description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees. tags: [ rust, sdk, rust-sdk] +team: + - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/references/rust-sdk.mdx b/docs/content/references/rust-sdk.mdx index 88c422bf29e..3cfc9d4f5be 100644 --- a/docs/content/references/rust-sdk.mdx +++ b/docs/content/references/rust-sdk.mdx @@ -1,7 +1,8 @@ --- title: IOTA Rust SDK description: The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language. -tags: [ rust, sdk, reference, rust-sdk] +tags: [ rust, sdk, reference, rust-sdk]team: + - iotaledger@dev-tools --- import README from "../../../crates/iota-sdk/README.md"; From dab44f1f2386e04a2fc6fd7df033d968833a84fe Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 29 Jan 2025 11:10:28 -0300 Subject: [PATCH 6/8] change team to teams --- .../developer/iota-101/objects/transfers/transfer-to-object.mdx | 2 +- .../transactions/ptb/programmable-transaction-blocks.mdx | 2 +- .../iota-101/transactions/sign-and-send-transactions.mdx | 2 +- .../sponsored-transactions/use-sponsored-transactions.mdx | 2 +- docs/content/developer/iota-101/using-events.mdx | 2 +- .../developer/stardust/claiming/address-unlock-condition.mdx | 2 +- docs/content/developer/stardust/claiming/alias.mdx | 2 +- docs/content/developer/stardust/claiming/basic.mdx | 2 +- docs/content/developer/stardust/claiming/foundry.mdx | 2 +- docs/content/developer/stardust/claiming/nft.mdx | 2 +- docs/content/developer/stardust/claiming/self-sponsor.mdx | 2 +- docs/content/references/rust-sdk.mdx | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx index d960f1e4a40..9c00aaa338d 100644 --- a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx +++ b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx @@ -2,7 +2,7 @@ title: Transfer to Object description: On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx index 985a31c0eff..e2b51775ea1 100644 --- a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx +++ b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx @@ -1,7 +1,7 @@ --- description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks. tags: [ move, transaction, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx index 79a72c7503d..bbacca72caa 100644 --- a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx @@ -1,7 +1,7 @@ --- description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx index 3b0127db3cd..173ec1c12a7 100644 --- a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx @@ -1,7 +1,7 @@ --- description: A guide to using sponsored transactions on the IOTA blockchain, including . tags: [ move, transaction, address, rust-sdk] -team: +teams: - iotaledger@dev-tools --- diff --git a/docs/content/developer/iota-101/using-events.mdx b/docs/content/developer/iota-101/using-events.mdx index e6726b4c2f8..af48aff3581 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -1,7 +1,7 @@ --- description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx index e1c93de1d94..c462758484f 100644 --- a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx +++ b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx @@ -1,7 +1,7 @@ --- description: A guide on how to claim Outputs Unlockable by an Alias/NFT Address in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/alias.mdx b/docs/content/developer/stardust/claiming/alias.mdx index 92c8c74969f..57a14feb783 100644 --- a/docs/content/developer/stardust/claiming/alias.mdx +++ b/docs/content/developer/stardust/claiming/alias.mdx @@ -1,7 +1,7 @@ --- description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- diff --git a/docs/content/developer/stardust/claiming/basic.mdx b/docs/content/developer/stardust/claiming/basic.mdx index 6a228ca98c3..437e8fb6e8e 100644 --- a/docs/content/developer/stardust/claiming/basic.mdx +++ b/docs/content/developer/stardust/claiming/basic.mdx @@ -1,7 +1,7 @@ --- description: A guide on how to claim Basic Outputs in Move by assessing and unlocking owned objects. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- diff --git a/docs/content/developer/stardust/claiming/foundry.mdx b/docs/content/developer/stardust/claiming/foundry.mdx index 7a75e50172d..56911d31b38 100644 --- a/docs/content/developer/stardust/claiming/foundry.mdx +++ b/docs/content/developer/stardust/claiming/foundry.mdx @@ -1,7 +1,7 @@ --- description: A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/nft.mdx b/docs/content/developer/stardust/claiming/nft.mdx index f60712a6e5e..7046c5fda3a 100644 --- a/docs/content/developer/stardust/claiming/nft.mdx +++ b/docs/content/developer/stardust/claiming/nft.mdx @@ -1,7 +1,7 @@ --- description: A guide on how to claim and convert NFT Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index ecf74d3cb76..2e87d20c3f2 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -1,7 +1,7 @@ --- description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees. tags: [ rust, sdk, rust-sdk] -team: +teams: - iotaledger@dev-tools --- diff --git a/docs/content/references/rust-sdk.mdx b/docs/content/references/rust-sdk.mdx index 3cfc9d4f5be..e59e47f600c 100644 --- a/docs/content/references/rust-sdk.mdx +++ b/docs/content/references/rust-sdk.mdx @@ -1,7 +1,7 @@ --- title: IOTA Rust SDK description: The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language. -tags: [ rust, sdk, reference, rust-sdk]team: +tags: [ rust, sdk, reference, rust-sdk]teams: - iotaledger@dev-tools --- From b2554f514e69994f36c83ad2d38fa157825a1bdb Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 29 Jan 2025 11:17:03 -0300 Subject: [PATCH 7/8] fix team tag --- .../developer/iota-101/objects/transfers/transfer-to-object.mdx | 2 +- .../transactions/ptb/programmable-transaction-blocks.mdx | 2 +- .../iota-101/transactions/sign-and-send-transactions.mdx | 2 +- .../sponsored-transactions/use-sponsored-transactions.mdx | 2 +- docs/content/developer/iota-101/using-events.mdx | 2 +- .../developer/stardust/claiming/address-unlock-condition.mdx | 2 +- docs/content/developer/stardust/claiming/alias.mdx | 2 +- docs/content/developer/stardust/claiming/basic.mdx | 2 +- docs/content/developer/stardust/claiming/foundry.mdx | 2 +- docs/content/developer/stardust/claiming/nft.mdx | 2 +- docs/content/developer/stardust/claiming/self-sponsor.mdx | 2 +- docs/content/references/rust-sdk.mdx | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx index 9c00aaa338d..00900eb1c3b 100644 --- a/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx +++ b/docs/content/developer/iota-101/objects/transfers/transfer-to-object.mdx @@ -3,7 +3,7 @@ title: Transfer to Object description: On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/objects/transfers/transfer-to-object.json'; diff --git a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx index e2b51775ea1..28894de7fdb 100644 --- a/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx +++ b/docs/content/developer/iota-101/transactions/ptb/programmable-transaction-blocks.mdx @@ -2,7 +2,7 @@ description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks. tags: [ move, transaction, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/ptb/programmable-transaction-blocks.json'; diff --git a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx index bbacca72caa..0d63eed57c9 100644 --- a/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx @@ -2,7 +2,7 @@ description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json'; diff --git a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx index 173ec1c12a7..ec716778af6 100644 --- a/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx +++ b/docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx @@ -2,7 +2,7 @@ description: A guide to using sponsored transactions on the IOTA blockchain, including . tags: [ move, transaction, address, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import Quiz from '@site/src/components/Quiz'; diff --git a/docs/content/developer/iota-101/using-events.mdx b/docs/content/developer/iota-101/using-events.mdx index af48aff3581..cbd0059ad85 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -2,7 +2,7 @@ description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import Quiz from '@site/src/components/Quiz'; import questions from '/json/developer/iota-101/using-events.json'; diff --git a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx index c462758484f..3b736bef7d8 100644 --- a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx +++ b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx @@ -2,7 +2,7 @@ description: A guide on how to claim Outputs Unlockable by an Alias/NFT Address in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/alias.mdx b/docs/content/developer/stardust/claiming/alias.mdx index 57a14feb783..367c3f171c2 100644 --- a/docs/content/developer/stardust/claiming/alias.mdx +++ b/docs/content/developer/stardust/claiming/alias.mdx @@ -2,7 +2,7 @@ description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/basic.mdx b/docs/content/developer/stardust/claiming/basic.mdx index 437e8fb6e8e..1522911882b 100644 --- a/docs/content/developer/stardust/claiming/basic.mdx +++ b/docs/content/developer/stardust/claiming/basic.mdx @@ -2,7 +2,7 @@ description: A guide on how to claim Basic Outputs in Move by assessing and unlocking owned objects. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/foundry.mdx b/docs/content/developer/stardust/claiming/foundry.mdx index 56911d31b38..f27edb81e01 100644 --- a/docs/content/developer/stardust/claiming/foundry.mdx +++ b/docs/content/developer/stardust/claiming/foundry.mdx @@ -2,7 +2,7 @@ description: A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/nft.mdx b/docs/content/developer/stardust/claiming/nft.mdx index 7046c5fda3a..ba0cdea5c15 100644 --- a/docs/content/developer/stardust/claiming/nft.mdx +++ b/docs/content/developer/stardust/claiming/nft.mdx @@ -2,7 +2,7 @@ description: A guide on how to claim and convert NFT Outputs in the Move-based IOTA ledger. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index 2e87d20c3f2..76f4170077e 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -2,7 +2,7 @@ description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees. tags: [ rust, sdk, rust-sdk] teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import MigrationWarning from '../../../_snippets/migration-warning.mdx'; diff --git a/docs/content/references/rust-sdk.mdx b/docs/content/references/rust-sdk.mdx index e59e47f600c..05102a0879b 100644 --- a/docs/content/references/rust-sdk.mdx +++ b/docs/content/references/rust-sdk.mdx @@ -2,7 +2,7 @@ title: IOTA Rust SDK description: The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language. tags: [ rust, sdk, reference, rust-sdk]teams: - - iotaledger@dev-tools + - iotaledger/dev-tools --- import README from "../../../crates/iota-sdk/README.md"; From 6f21a20b1ee9a1907e0349bb1528908d3501a3a7 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 29 Jan 2025 12:08:06 -0300 Subject: [PATCH 8/8] dprint --- docs/content/tags.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/content/tags.yml b/docs/content/tags.yml index 453b129b43b..45a780d0bc3 100644 --- a/docs/content/tags.yml +++ b/docs/content/tags.yml @@ -252,7 +252,6 @@ testing: label: Testing description: Process of evaluating code. - rust-sdk: label: IOTA Rust SDK description: The IOTA Rust Software Development Kit