From d7931d6d9595c57f85a70db237febe3b6002c591 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:31:07 -0800 Subject: [PATCH] try dark theme --- docs/docs/get-started/what-is-openrag.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/get-started/what-is-openrag.mdx b/docs/docs/get-started/what-is-openrag.mdx index 64193112..0642877a 100644 --- a/docs/docs/get-started/what-is-openrag.mdx +++ b/docs/docs/get-started/what-is-openrag.mdx @@ -27,6 +27,10 @@ Ready to get started? Try the [quickstart](/quickstart) to install OpenRAG and s OpenRAG deploys and orchestrates a lightweight, container-based architecture that combines **Langflow**, **OpenSearch**, and **Docling** into a cohesive RAG platform. ```mermaid +--- +config: + theme: 'dark' +--- flowchart TD subgraph Containers backend[OpenRAG Backend] --> langflow[Langflow]