From f3f07cb5fd14aeebda55da7fc516a5ba81355d70 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:35:38 -0800 Subject: [PATCH] remove bad one and try style --- docs/docs/get-started/what-is-openrag.mdx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index dff82461..3b8b436d 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -76,6 +76,7 @@ flowchart LR ``` ```mermaid +%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': true, 'width': '100%'}}}%% architecture-beta group ext(cloud)[External connectors] service drive1(disk)[Google Drive] in ext @@ -104,21 +105,6 @@ architecture-beta drive1{group}:B -- T:backend{group} ``` -```mermaid -mindmap - root((OpenRAG backend container)) - Langflow - OpenSearch - OpenRAG frontend - Local services - Docling Serve - External connectors - Google Drive - OneDrive - SharePoint - Others -``` - ```mermaid flowchart TD subgraph Containers