From c74d3aa47beb1ffbf9e469c2177929249a73f4a4 Mon Sep 17 00:00:00 2001 From: erirc6 Date: Fri, 17 Oct 2025 10:35:16 +0200 Subject: [PATCH 1/4] Refresh TDX page; clarify experimental status --- .../advanced/build-your-first-tdx-iapp.md | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md index 796e85c..ada94ef 100644 --- a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md +++ b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md @@ -11,11 +11,11 @@ In this tutorial, you will learn how to build and run a Confidential Computing application with Intel TDX technology using both traditional deployment and the iApp Generator. -:::danger ⚠️ EXPERIMENTAL FEATURE +::: info **Experimental** -**TDX support is currently experimental and should NOT be used in production.** -This feature is provided for testing and development purposes only. Expect -instabilities, limited compatibility, and potential outages. +- Please don’t share sensitive data or secrets. +- Features and availability may change or be discontinued. +- Please share feedbacks, ideas, and suggestions on [Discord](https://discord.com/invite/pbt9m98wnU) or support bot. ::: @@ -24,20 +24,6 @@ differences between TEE technologies. Check out our **[Intel TDX Technology](/protocol/tee/intel-tdx)** guide for comprehensive explanations of TDX technology and its benefits. -::: info - -**Request access to the experimental feature** - -- The TDX-powered workerpool is currently in a development environment and not - intended for production use. -- Expect occasional instability or incomplete features. Service is subject to - change or discontinuation -- Development environment only - do not share sensitive data or secrets. -- Please share any bug reports, suggestions for improvement, or general feedback - on your experience. -- To request early access, please [contact us](https://discord.gg/9h25DQFSCU) - -::: ## Prerequisites From 2d24c30606a2344bb29712b04dd08f7a43f2a2e9 Mon Sep 17 00:00:00 2001 From: erirc6 Date: Fri, 17 Oct 2025 10:55:46 +0200 Subject: [PATCH 2/4] format docs with Prettier --- src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md index ada94ef..68a4153 100644 --- a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md +++ b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md @@ -15,7 +15,8 @@ iApp Generator. - Please don’t share sensitive data or secrets. - Features and availability may change or be discontinued. -- Please share feedbacks, ideas, and suggestions on [Discord](https://discord.com/invite/pbt9m98wnU) or support bot. +- Please share feedbacks, ideas, and suggestions on + [Discord](https://discord.com/invite/pbt9m98wnU) or support bot. ::: @@ -24,7 +25,6 @@ differences between TEE technologies. Check out our **[Intel TDX Technology](/protocol/tee/intel-tdx)** guide for comprehensive explanations of TDX technology and its benefits. - ## Prerequisites - [Docker](https://docs.docker.com/install/) 17.05 or higher on the daemon and From c1a0e32471a80377155b60078ff1497971fdb45f Mon Sep 17 00:00:00 2001 From: erirc6 Date: Fri, 17 Oct 2025 15:24:29 +0200 Subject: [PATCH 3/4] rephrase --- .../build-iapp/advanced/build-your-first-tdx-iapp.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md index 68a4153..cfee962 100644 --- a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md +++ b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md @@ -13,10 +13,11 @@ iApp Generator. ::: info **Experimental** -- Please don’t share sensitive data or secrets. -- Features and availability may change or be discontinued. -- Please share feedbacks, ideas, and suggestions on - [Discord](https://discord.com/invite/pbt9m98wnU) or support bot. +TDX support is currently in experimental phase: + +- Stability and confidentiality features are still being tested and refined. +- Features may evolve based on user feedback, please share your experience on + [Discord](https://discord.com/invite/pbt9m98wnU). ::: From a6c18fbdef4d35eeba4ee55b5c443101080bb840 Mon Sep 17 00:00:00 2001 From: erirc6 Date: Fri, 17 Oct 2025 15:25:31 +0200 Subject: [PATCH 4/4] typo --- src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md index cfee962..57a3827 100644 --- a/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md +++ b/src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md @@ -11,7 +11,7 @@ In this tutorial, you will learn how to build and run a Confidential Computing application with Intel TDX technology using both traditional deployment and the iApp Generator. -::: info **Experimental** +::: info **Experimental Feature** TDX support is currently in experimental phase: