diff --git a/banners/iota-streams-deprecated.mdx b/banners/iota-streams-deprecated.mdx new file mode 100644 index 00000000000..5414f539b49 --- /dev/null +++ b/banners/iota-streams-deprecated.mdx @@ -0,0 +1 @@ +Streams and this documentation are no longer actively maintained. diff --git a/banners/iota-js-deprecated.mdx b/banners/pre-sdk-libs-deprecated.mdx similarity index 100% rename from banners/iota-js-deprecated.mdx rename to banners/pre-sdk-libs-deprecated.mdx diff --git a/contentPlugins.js b/contentPlugins.js index 72445ebf2c9..e5ad96041db 100644 --- a/contentPlugins.js +++ b/contentPlugins.js @@ -118,6 +118,10 @@ module.exports = async () => { id: 'iota-rs-2-0-1-rc-7', path: path.resolve(__dirname, 'docs/build/iota.rs/2.0.1-rc.7/docs'), routeBasePath: 'iota.rs', + bannerPath: path.resolve( + __dirname, + 'banners/pre-sdk-libs-deprecated.mdx', + ), sidebarPath: path.resolve( __dirname, 'docs/build/iota.rs/2.0.1-rc.7/sidebars.js', @@ -134,7 +138,10 @@ module.exports = async () => { id: 'iotajs', path: path.resolve(__dirname, 'docs/build/iota.js/2.0.0-rc.1/docs'), routeBasePath: 'iota.js', - bannerPath: path.resolve(__dirname, 'banners/iota-js-deprecated.mdx'), + bannerPath: path.resolve( + __dirname, + 'banners/pre-sdk-libs-deprecated.mdx', + ), sidebarPath: path.resolve( __dirname, 'docs/build/iota.js/2.0.0-rc.1/sidebars.js', @@ -159,6 +166,10 @@ module.exports = async () => { id: 'wallet-rs-1-0-0-rc-6', path: path.resolve(__dirname, 'docs/build/wallet.rs/1.0.0-rc.6/docs'), routeBasePath: 'wallet.rs', + bannerPath: path.resolve( + __dirname, + 'banners/pre-sdk-libs-deprecated.mdx', + ), sidebarPath: path.resolve( __dirname, 'docs/build/wallet.rs/1.0.0-rc.6/sidebars.js', @@ -191,6 +202,10 @@ module.exports = async () => { id: 'iota-streams', path: path.resolve(__dirname, 'docs/build/streams/0.2.0/docs'), routeBasePath: 'streams', + bannerPath: path.resolve( + __dirname, + 'banners/iota-streams-deprecated.mdx', + ), sidebarPath: path.resolve( __dirname, 'docs/build/streams/0.2.0/sidebars.js', diff --git a/docs/build/iota.js/2.0.0-rc.1/docs/welcome.md b/docs/build/iota.js/2.0.0-rc.1/docs/welcome.md index 683dbb0dc35..3b48b86a719 100644 --- a/docs/build/iota.js/2.0.0-rc.1/docs/welcome.md +++ b/docs/build/iota.js/2.0.0-rc.1/docs/welcome.md @@ -13,11 +13,6 @@ keywords: # Welcome -:::caution -This is documentation for iota.js, which is no longer actively maintained. -For up-to-date documentation, see the documentation for its successor the [IOTA SDK](/iota-sdk/welcome). -::: - The iota.js client library is implemented in TypeScript to strongly type the objects sent and received from the API. You can use it in both NodeJs and Browser environments. You can use the client library to handle communications between your software and the IOTA network. diff --git a/docs/build/iota.rs/2.0.1-rc.7/docs/welcome.md b/docs/build/iota.rs/2.0.1-rc.7/docs/welcome.md index 8091b2742a4..98e41c4a5af 100644 --- a/docs/build/iota.rs/2.0.1-rc.7/docs/welcome.md +++ b/docs/build/iota.rs/2.0.1-rc.7/docs/welcome.md @@ -11,11 +11,6 @@ keywords: - explanation --- -:::caution -This is documentation for iota.rs, which is no longer actively maintained. -For up-to-date documentation, see the documentation for its successor the [IOTA SDK](/iota-sdk/welcome). -::: - # Welcome ![IOTA Client Library](/img/Banner/banner_client_lib.png) diff --git a/docs/build/streams/0.2.0/docs/welcome.md b/docs/build/streams/0.2.0/docs/welcome.md index 6c4bfc9c5f6..d4b0917c386 100644 --- a/docs/build/streams/0.2.0/docs/welcome.md +++ b/docs/build/streams/0.2.0/docs/welcome.md @@ -13,10 +13,6 @@ keywords: # Welcome -:::caution -This is documentation for Streams, which is no longer actively maintained. -::: - This is the documentation for the official IOTA Streams software. You can read more about core principles behind IOTA Streams in the following blog [post](https://blog.iota.org/iota-streams-alpha-7e91ee326ac0/). Streams is an organizational tool for structuring and navigating secure data through the Tangle. Streams organizes data by ordering it in a uniform and interoperable structure. Needless to say, it is also based on our official _one source code of truth_ [IOTA Rust library](https://github.com/iotaledger/iota.rs). diff --git a/docs/build/wallet.rs/1.0.0-rc.6/docs/welcome.md b/docs/build/wallet.rs/1.0.0-rc.6/docs/welcome.md index a4c33396967..a028327b091 100644 --- a/docs/build/wallet.rs/1.0.0-rc.6/docs/welcome.md +++ b/docs/build/wallet.rs/1.0.0-rc.6/docs/welcome.md @@ -14,11 +14,6 @@ keywords: # Welcome -:::caution -This is documentation for wallet.rs, which is no longer actively maintained. -For up-to-date documentation, see the documentation for its successor the [IOTA SDK](/iota-sdk/welcome). -::: - This is the documentation for the official IOTA Wallet Library Software. The documentation can be used to easily integrate an IOTA Wallet into your applications. You can read more about core principles behind IOTA client libraries in the following [blog post](https://blog.iota.org/the-new-iota-client-libraries-harder-better-faster-stronger/). `wallet.rs` is a general wallet library written in Rust. It is being utilized by our wallet software `Firefly` and other software components across IOTA ecosystem. `wallet.rs` contains all the logic to safely build wallets or integrations that require value-based transfers (such as exchanges, pay-as-you-go systems, etc.). `wallet.rs` includes account state management and backup, account creation, transferring tokens and much more. Needless to say, it is also based on our official _one-source-code-of-truth_ [IOTA Rust library](https://github.com/iotaledger/wallet.rs) and can be integrated with the [Stronghold enclave](https://blog.iota.org/iota-stronghold-6ce55d311d7c/) to achieve a maximum level of security. diff --git a/docs/build/wasp/0.7.0/docs/overview.md b/docs/build/wasp/0.7.0/docs/overview.md index 0b4c4c96eb3..f3d8d99fa36 100644 --- a/docs/build/wasp/0.7.0/docs/overview.md +++ b/docs/build/wasp/0.7.0/docs/overview.md @@ -13,6 +13,12 @@ keywords: ![Wasp Node](/img/Banner/banner_wasp.png) +:::caution + +Smart Contracts are currently only compatible with the stardust update and therefore only compatible with the Shimmer main- and testnetwork. + +::: + IOTA Smart Contracts (ISC) is a platform that brings scalable and flexible smart contracts into the IOTA ecosystem. It allows anyone to spin up a smart contract blockchain and anchor it to the IOTA Tangle, a design that offers multiple advantages.