docs: replace Excalidraw diagrams with Mermaid and fix architecture connections (#10697)

This commit is contained in:
Rubén De la Torre Vico
2026-04-15 12:51:29 +02:00
committed by GitHub
parent bb81c5dd2d
commit a96e5890dc
14 changed files with 75 additions and 8 deletions
@@ -25,8 +25,7 @@ Behind the scenes, Lighthouse AI works as follows:
Lighthouse AI supports multiple LLM providers including OpenAI, Amazon Bedrock, and OpenAI-compatible services. For configuration details, see [Using Multiple LLM Providers with Lighthouse](/user-guide/tutorials/prowler-app-lighthouse-multi-llm).
</Note>
<img className="block dark:hidden" src="/images/lighthouse-architecture-light.png" alt="Prowler Lighthouse Architecture" />
<img className="hidden dark:block" src="/images/lighthouse-architecture-dark.png" alt="Prowler Lighthouse Architecture" />
![Prowler Lighthouse Architecture](/images/lighthouse-architecture.png)
<Note>