From 479c0a64d5f109cf9044687e36902dc46df78e04 Mon Sep 17 00:00:00 2001 From: 0xlavar Date: Thu, 7 May 2026 13:44:53 -0400 Subject: [PATCH 1/2] docs: add rebrand banner and improve quick-start introduction --- docs/pages/quick-start.mdx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/pages/quick-start.mdx b/docs/pages/quick-start.mdx index d3d6f6e154..d3ccdb8144 100644 --- a/docs/pages/quick-start.mdx +++ b/docs/pages/quick-start.mdx @@ -1,14 +1,19 @@ --- title: 'Quick Start' -description: 'Get up and running with your first E3 program' +description: 'Get up and running with your first E3 program on The Interfold' --- +> **Rebrand Update**: Enclave is now **The Interfold**. +> The CLI, packages, and many tool names still use `enclave` during the transition. +> Documentation is being actively updated. + # Quick Start -Get your first E3 program running on the Interfold protocol! This guide assumes you have the -[Interfold CLI installed](/installation). +Get your first E3 program running on **The Interfold** protocol! + +This guide assumes you have the [Interfold CLI installed](../installation). -## Prerequisites Check +## Prerequisites Make sure you have the required software installed: From 6bf499944187ac3a54a2e3efa7da6aef5a62b628 Mon Sep 17 00:00:00 2001 From: 0xlavar Date: Thu, 7 May 2026 14:08:41 -0400 Subject: [PATCH 2/2] docs: fix relative link to absolute in quick-start --- docs/pages/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/quick-start.mdx b/docs/pages/quick-start.mdx index d3ccdb8144..170980d375 100644 --- a/docs/pages/quick-start.mdx +++ b/docs/pages/quick-start.mdx @@ -11,7 +11,7 @@ description: 'Get up and running with your first E3 program on The Interfold' Get your first E3 program running on **The Interfold** protocol! -This guide assumes you have the [Interfold CLI installed](../installation). +This guide assumes you have the [Interfold CLI installed](/installation). ## Prerequisites