try to fix mermaid diagram reflow

This commit is contained in:
April M 2025-11-21 07:54:39 -08:00
parent e23a7d0f59
commit 67b3d152db

View file

@ -24,7 +24,7 @@ Ready to get started? [Install OpenRAG](/install) and then run the [Quickstart](
OpenRAG deploys and orchestrates a lightweight, container-based architecture that combines **Langflow**, **OpenSearch**, and **Docling** into a cohesive RAG platform.
```mermaid
%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': false, 'width': '100%'}}}%%
%%{init: {'theme': 'dark', 'flowchart': {'useMaxWidth': true, 'width': '100%'}}}%%
flowchart LR
%% Encapsulate the entire diagram in a rectangle with black background
subgraph DiagramContainer["OpenRAG Architecture"]