From 3233c35746a1969c99c4ac33d72ab3f2f1d77d3f Mon Sep 17 00:00:00 2001 From: Piotr Mlocek Date: Thu, 9 Apr 2026 10:30:40 -0700 Subject: [PATCH] docs(fern): fix architecture diagram image Use a standard Markdown image so the architecture diagram renders correctly in the published Fern docs. --- fern/pages/about/architecture.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fern/pages/about/architecture.mdx b/fern/pages/about/architecture.mdx index 4158e117..cd49890b 100644 --- a/fern/pages/about/architecture.mdx +++ b/fern/pages/about/architecture.mdx @@ -15,8 +15,7 @@ position: 2 OpenShell runs inside a Docker container. Each sandbox is an isolated environment managed through the gateway. Four components work together to keep agents secure. -```{figure} architecture.svg -``` +![OpenShell architecture diagram](/assets/images/architecture.svg) ## Components