diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 7f868f3..8ab4818 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -33,6 +33,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';

Zaguán Blade is not just a text editor with a chat sidebar. It is designed from the ground up to allow an AI agent to "live" inside your editor.

+

+ It supports Local AI through Ollama and any OpenAI-compatible connection, so you can run models on your own machine or point to self-hosted gateways without changing your workflow. +

👁