From 2946744a8e5fb72f92a936c3a818025cf967e6bc Mon Sep 17 00:00:00 2001 From: Lucas Tortora <85233773+lucas-tortora@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:53:43 -0300 Subject: [PATCH] task(devx): Add Tags - Rust SDK (#4994) * task(devx): Add Tags - Rust SDK * Update docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx * fix(devx): add missing tags * Update docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx * add iotaledger@dev-tools team * change team to teams * fix team tag * dprint --- .../iota-101/objects/transfers/transfer-to-object.mdx | 3 +++ .../transactions/ptb/programmable-transaction-blocks.mdx | 4 +++- .../iota-101/transactions/sign-and-send-transactions.mdx | 4 +++- .../sponsored-transactions/use-sponsored-transactions.mdx | 4 +++- docs/content/developer/iota-101/using-events.mdx | 3 +++ .../developer/stardust/claiming/address-unlock-condition.mdx | 3 +++ docs/content/developer/stardust/claiming/alias.mdx | 3 +++ docs/content/developer/stardust/claiming/basic.mdx | 3 +++ docs/content/developer/stardust/claiming/foundry.mdx | 3 +++ docs/content/developer/stardust/claiming/nft.mdx | 3 +++ docs/content/developer/stardust/claiming/self-sponsor.mdx | 3 +++ docs/content/references/rust-sdk.mdx | 3 ++- docs/content/tags.yml | 4 ++++ 13 files changed, 39 insertions(+), 4 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..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 @@ -1,6 +1,9 @@ --- 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 --- 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 b30b86e3a89..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 @@ -1,6 +1,8 @@ --- description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks. -tags: [ move, transaction] +tags: [ move, transaction, rust-sdk] +teams: + - 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 1c4e58b956d..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 @@ -1,6 +1,8 @@ --- description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain. -tags: [ tutorial, move, rust, typescript, transaction] +tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk] +teams: + - 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..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 @@ -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] +teams: + - 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 4505faeb763..cbd0059ad85 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -1,5 +1,8 @@ --- 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 --- 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..3b736bef7d8 100644 --- a/docs/content/developer/stardust/claiming/address-unlock-condition.mdx +++ b/docs/content/developer/stardust/claiming/address-unlock-condition.mdx @@ -1,5 +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] +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 7b248a77505..367c3f171c2 100644 --- a/docs/content/developer/stardust/claiming/alias.mdx +++ b/docs/content/developer/stardust/claiming/alias.mdx @@ -1,5 +1,8 @@ --- description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger. +tags: [ rust, sdk, rust-sdk] +teams: + - 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 c4eeb572990..1522911882b 100644 --- a/docs/content/developer/stardust/claiming/basic.mdx +++ b/docs/content/developer/stardust/claiming/basic.mdx @@ -1,5 +1,8 @@ --- 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 --- 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..f27edb81e01 100644 --- a/docs/content/developer/stardust/claiming/foundry.mdx +++ b/docs/content/developer/stardust/claiming/foundry.mdx @@ -1,5 +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] +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 ae33a5c6d54..ba0cdea5c15 100644 --- a/docs/content/developer/stardust/claiming/nft.mdx +++ b/docs/content/developer/stardust/claiming/nft.mdx @@ -1,5 +1,8 @@ --- 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 --- 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..76f4170077e 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -1,5 +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] +teams: + - 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 700e577c314..05102a0879b 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] +tags: [ rust, sdk, reference, rust-sdk]teams: + - iotaledger/dev-tools --- import README from "../../../crates/iota-sdk/README.md"; diff --git a/docs/content/tags.yml b/docs/content/tags.yml index e35dbaa572f..45a780d0bc3 100644 --- a/docs/content/tags.yml +++ b/docs/content/tags.yml @@ -252,6 +252,10 @@ testing: label: Testing description: Process of evaluating code. +rust-sdk: + label: IOTA Rust SDK + description: The IOTA Rust Software Development Kit + iota-wallet: label: IOTA Wallet description: IOTA Wallet Browser Extension