From b3d922776b43697db592cef0d4473c56163bdb88 Mon Sep 17 00:00:00 2001 From: anthonyiscoding <142696453+anthonyiscoding@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:56:17 -0500 Subject: [PATCH] re-enable some sections as examples --- website/components/sections/EngineSection.tsx | 3 +-- website/components/sections/FooterSection.tsx | 20 +++---------------- website/public/ai.md | 2 ++ website/public/ai/index.html | 2 ++ 4 files changed, 8 insertions(+), 19 deletions(-) diff --git a/website/components/sections/EngineSection.tsx b/website/components/sections/EngineSection.tsx index 28b6b1249..f28161fdf 100644 --- a/website/components/sections/EngineSection.tsx +++ b/website/components/sections/EngineSection.tsx @@ -821,7 +821,7 @@ export function EngineSection({ isDarkMode = true }: EngineSectionProps) { accentColor={accentColor} /> - {/* Capability Map Diagram — commented out + {/* Capability Map Diagram */}
@@ -1021,7 +1021,6 @@ export function EngineSection({ isDarkMode = true }: EngineSectionProps) {
- */} ); diff --git a/website/components/sections/FooterSection.tsx b/website/components/sections/FooterSection.tsx index 80ea75cf1..536e1cdb1 100644 --- a/website/components/sections/FooterSection.tsx +++ b/website/components/sections/FooterSection.tsx @@ -261,8 +261,8 @@ export function FooterSection({ isDarkMode = true }: FooterSectionProps) { - {/* FAQ — hidden for now */} - {/*
+ {/* FAQ */} +

-
*/} - - {/* iii Particle Branding — hidden for now */} - {/*
-
- -
-
*/} +
diff --git a/website/public/ai.md b/website/public/ai.md index 37e72025e..d9079d452 100644 --- a/website/public/ai.md +++ b/website/public/ai.md @@ -41,6 +41,8 @@ Observe operations, traces, and system behavior across the entire connected stac It really is as simple as Functions, Triggers, and Workers Anything that does work. A Function receives input and optionally returns output. It can live anywhere — locally, on cloud, on serverless, or as a third-party HTTP endpoint. All Functions are treated the same within iii. +#### The Engine does it all +Operations flow through the Engine to any worker, in any language ## Polyglot Runtime ### One protocol. Any language. diff --git a/website/public/ai/index.html b/website/public/ai/index.html index 640b97c94..6d99637fe 100644 --- a/website/public/ai/index.html +++ b/website/public/ai/index.html @@ -74,6 +74,8 @@ It really is as simple as Functions, Triggers, and Workers Anything that does work. A Function receives input and optionally returns output. It can live anywhere — locally, on cloud, on serverless, or as a third-party HTTP endpoint. All Functions are treated the same within iii. +#### The Engine does it all +Operations flow through the Engine to any worker, in any language ## Polyglot Runtime ### One protocol. Any language.