Skip to content

Commit 63d0f2b

Browse files
committed
Update comparison + added ai assistant
1 parent 4bd9056 commit 63d0f2b

4 files changed

Lines changed: 96 additions & 8 deletions

File tree

docmd-main/v09/de/comparison.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,25 @@ Jeder Projektordner im Workspace behält seine eigene `docmd.config.json` für O
114114

115115
Docusaurus erfordert komplexe Multi-Instanz-Plugin-Setups mit duplizierten Konfigurationsdateien. MkDocs ist vom `mkdocs-monorepo-plugin` abhängig. VitePress, Starlight und Mintlify bieten keine native Workspace-Unterstützung.
116116

117+
## Nativer KI-Assistent & BYOK-Architektur
118+
119+
Im Gegensatz zu älteren Dokumentationswerkzeugen, die auf teure proprietäre SaaS-Erweiterungen oder Cloud-Widgets von Drittanbietern angewiesen sind, enthält `docmd` einen nativen, RAG-gestützten KI-Assistenten (`@docmd/plugin-ai`) direkt in der Open-Source-Engine.
120+
121+
| KI- & Wissensfunktionen | docmd | Docusaurus | VitePress | MkDocs Material | Mintlify |
122+
| :--- | :---: | :---: | :---: | :---: | :---: |
123+
| **Interaktives KI-Widget** | ✅ (Eingebaut) | ❌ (Drittanbieter) | ❌ (Drittanbieter) || ✅ (Cloud) |
124+
| **BYOK (Bring Your Own Key)** ||||||
125+
| **Lokale Modell-Unterstützung (Ollama)** ||||||
126+
| **Zero-Config Cloud Relay** ||||| ✅ (Nur SaaS) |
127+
| **Domain-Origin-Sicherheitsprüfung** ||||||
128+
| **Open Knowledge Format (OKF)** ||||||
129+
| **Nativer MCP-Server (`docmd mcp`)** ||||||
130+
| **Kontextdateien (`llms.txt`)** ||||||
131+
132+
::: callout tip "Warum BYOK für Dokumentationsteams wichtig ist" icon:shield
133+
Cloud-Dokumentations-SaaS-Anbieter binden Teams an Gebühren pro Anfrage und proprietäre KI-Modelle. `docmd` bietet Teams vollständige Freiheit mit **BYOK (Bring Your Own Key)**: Verbinden Sie OpenAI, Anthropic, Gemini, DeepSeek, Groq oder lokal gehostete Ollama-Modelle bei voller Kontrolle über API-Budgets und Datenschutz.
134+
:::
135+
117136
## Umfassende Feature-Matrix
118137

119138
| Feature | docmd | Docusaurus | VitePress | MkDocs Material | Starlight | Mintlify |
@@ -125,8 +144,11 @@ Docusaurus erfordert komplexe Multi-Instanz-Plugin-Setups mit duplizierten Konfi
125144
| **Native Versionierung** |||| Plugin |||
126145
| **Native i18n** ||| Manuell | Plugin |||
127146
| **Eingebaute Suche** || ❌ (Algolia) |||| Cloud |
128-
| **llms.txt-Unterstützung** |||||||
129-
| **Nativer MCP-Server** |||||||
147+
| **Interaktiver KI-Assistent** | ✅ (BYOK) ||||| ✅ (Cloud) |
148+
| **BYOK (Bring Your Own Key)** |||||||
149+
| **llms.txt-Unterstützung** |||||||
150+
| **OKF-Pakete (Wissen)** |||||||
151+
| **Nativer MCP-Server** |||||||
130152
| **Agent Skills** |||||||
131153
| **Docker-Image** |||||| N/A |
132154
| **Inline-Diskussionen** |||||||

docmd-main/v09/en/comparison.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,25 @@ Each workspace project folder retains its own `docmd.config.json` for project-le
114114

115115
Docusaurus requires complex multi-instance plugin setups with duplicated configuration files. MkDocs depends on `mkdocs-monorepo-plugin`. VitePress, Starlight, and Mintlify provide no native workspace support.
116116

117+
## Native AI Assistant & BYOK Architecture
118+
119+
Unlike legacy documentation tools that rely on expensive proprietary SaaS extensions or third-party cloud widgets, `docmd` includes a native RAG-powered AI Assistant (`@docmd/plugin-ai`) directly in the open-source engine.
120+
121+
| AI & Knowledge Capability | docmd | Docusaurus | VitePress | MkDocs Material | Mintlify |
122+
| :--- | :---: | :---: | :---: | :---: | :---: |
123+
| **Interactive AI Widget** | ✅ (Built-in) | ❌ (3rd Party) | ❌ (3rd Party) || ✅ (Cloud) |
124+
| **BYOK (Bring Your Own Key)** ||||||
125+
| **Local Model Support (Ollama / LocalAI)** ||||||
126+
| **Zero-Config Cloud Relay** ||||| ✅ (SaaS only) |
127+
| **Domain Origin Security Guard** ||||||
128+
| **Open Knowledge Format (OKF)** ||||||
129+
| **Native MCP Server (`docmd mcp`)** ||||||
130+
| **Context files (`llms.txt`)** ||||||
131+
132+
::: callout tip "Why BYOK Matters for Documentation Teams" icon:shield
133+
Cloud documentation SaaS providers lock teams into per-query subscription fees and proprietary AI models. `docmd` gives teams complete freedom with **BYOK (Bring Your Own Key)**: connect to OpenAI, Anthropic, Gemini, DeepSeek, Groq, or self-hosted Ollama models while retaining total control over API budgets and data privacy.
134+
:::
135+
117136
## Comprehensive feature matrix
118137

119138
| Feature | docmd | Docusaurus | VitePress | MkDocs Material | Starlight | Mintlify |
@@ -125,8 +144,11 @@ Docusaurus requires complex multi-instance plugin setups with duplicated configu
125144
| **Native versioning** |||| Plugin |||
126145
| **Native i18n** ||| Manual | Plugin |||
127146
| **Built-in search** || ❌ (Algolia) |||| Cloud |
128-
| **llms.txt support** |||||||
129-
| **Native MCP Server** |||||||
147+
| **Interactive AI Assistant** | ✅ (BYOK) ||||| ✅ (Cloud) |
148+
| **BYOK (Bring Your Own Key)** |||||||
149+
| **llms.txt support** |||||||
150+
| **OKF Bundles (Knowledge)** |||||||
151+
| **Native MCP Server** |||||||
130152
| **Agent Skills** |||||||
131153
| **Docker Image** |||||| N/A |
132154
| **Inline discussions** |||||||

docmd-main/v09/es/comparison.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,25 @@ Cada carpeta de proyecto del espacio de trabajo conserva su propio `docmd.config
114114

115115
Docusaurus requiere configuraciones complejas de plugins con múltiples instancias con archivos de configuración duplicados. MkDocs depende de `mkdocs-monorepo-plugin`. VitePress, Starlight y Mintlify no proporcionan soporte nativo para espacios de trabajo.
116116

117+
## Asistente de IA nativo y arquitectura BYOK
118+
119+
A diferencia de las herramientas de documentación heredadas que dependen de costosas extensiones SaaS propietarias o widgets en la nube de terceros, `docmd` incluye un Asistente de IA nativo impulsado por RAG (`@docmd/plugin-ai`) directamente en el motor de código abierto.
120+
121+
| Capacidad de IA y conocimiento | docmd | Docusaurus | VitePress | MkDocs Material | Mintlify |
122+
| :--- | :---: | :---: | :---: | :---: | :---: |
123+
| **Widget de IA interactivo** | ✅ (Integrado) | ❌ (Terceros) | ❌ (Terceros) || ✅ (Nube) |
124+
| **BYOK (Trae tu propia clave)** ||||||
125+
| **Soporte de modelo local (Ollama)** ||||||
126+
| **Relé en la nube sin configuración** ||||| ✅ (Solo SaaS) |
127+
| **Protección de origen de dominio** ||||||
128+
| **Open Knowledge Format (OKF)** ||||||
129+
| **Servidor MCP nativo (`docmd mcp`)** ||||||
130+
| **Archivos de contexto (`llms.txt`)** ||||||
131+
132+
::: callout tip "Por qué BYOK es importante para los equipos de documentación" icon:shield
133+
Los proveedores de SaaS de documentación en la nube bloquean a los equipos con tarifas de suscripción por consulta y modelos de IA propietarios. `docmd` otorga a los equipos libertad completa con **BYOK (Trae tu propia clave)**: conecta modelos OpenAI, Anthropic, Gemini, DeepSeek, Groq u Ollama autohospedados manteniendo un control total sobre los presupuestos de API y la privacidad de los datos.
134+
:::
135+
117136
## Matriz de características completa
118137

119138
| Característica | docmd | Docusaurus | VitePress | MkDocs Material | Starlight | Mintlify |
@@ -125,8 +144,11 @@ Docusaurus requiere configuraciones complejas de plugins con múltiples instanci
125144
| **Control de versiones nativo** |||| Plugin |||
126145
| **i18n nativo** ||| Manual | Plugin |||
127146
| **Búsqueda integrada** || ❌ (Algolia) |||| Nube |
128-
| **Soporte llms.txt** |||||||
129-
| **Servidor MCP nativo** |||||||
147+
| **Asistente de IA interactivo** | ✅ (BYOK) ||||| ✅ (Nube) |
148+
| **BYOK (Trae tu propia clave)** |||||||
149+
| **Soporte llms.txt** |||||||
150+
| **Paquetes OKF (Conocimiento)** |||||||
151+
| **Servidor MCP nativo** |||||||
130152
| **Agent Skills** |||||||
131153
| **Imagen Docker** |||||| N/A |
132154
| **Discusiones integradas** |||||||

docmd-main/v09/zh/comparison.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,25 @@ Python 生态依赖。在渲染第一页前需要 `pip`、虚拟环境和 `mkdoc
114114

115115
Docusaurus 需要具有重复配置文件的高复杂度多实例插件设置。MkDocs 依赖 `mkdocs-monorepo-plugin`。VitePress、Starlight 和 Mintlify 不提供原生工作区支持。
116116

117+
## 原生 AI 助手与 BYOK 架构
118+
119+
不同于依赖昂贵专有 SaaS 插件或第三方云端组件的传统文档工具,`docmd` 在开源引擎中直接内置了 RAG 驱动的交互式 AI 助手(`@docmd/plugin-ai`)。
120+
121+
| AI 与知识库能力 | docmd | Docusaurus | VitePress | MkDocs Material | Mintlify |
122+
| :--- | :---: | :---: | :---: | :---: | :---: |
123+
| **交互式 AI 小部件** | ✅ (内置) | ❌ (第三方) | ❌ (第三方) || ✅ (云端) |
124+
| **BYOK (自带 API 密钥)** ||||||
125+
| **本地模型支持 (Ollama / LocalAI)** ||||||
126+
| **零配置云中继** ||||| ✅ (仅限 SaaS) |
127+
| **域名来源安全防护** ||||||
128+
| **Open Knowledge Format (OKF)** ||||||
129+
| **原生 MCP 服务 (`docmd mcp`)** ||||||
130+
| **上下文文件 (`llms.txt`)** ||||||
131+
132+
::: callout tip "为什么 BYOK 对文档团队至关重要" icon:shield
133+
云端文档 SaaS 供应商会将团队绑定在按查询付费的订阅模式和专有 AI 模型上。`docmd` 通过 **BYOK (自带 API 密钥)** 赋予团队完全的自由度:可连接 OpenAI、Anthropic、Gemini、DeepSeek、Groq 或本地私有化部署的 Ollama 模型,同时保持对 API 预算与数据隐私的绝对掌控。
134+
:::
135+
117136
## 综合功能矩阵
118137

119138
| 功能 | docmd | Docusaurus | VitePress | MkDocs Material | Starlight | Mintlify |
@@ -125,8 +144,11 @@ Docusaurus 需要具有重复配置文件的高复杂度多实例插件设置。
125144
| **原生版本控制** |||| 插件 |||
126145
| **原生 i18n** ||| 手动 | 插件 |||
127146
| **内置搜索** || ❌ (Algolia) |||| 云端 |
128-
| **llms.txt 支持** |||||||
129-
| **原生 MCP 服务** |||||||
147+
| **交互式 AI 助手** | ✅ (BYOK) ||||| ✅ (云端) |
148+
| **BYOK (自带 API 密钥)** |||||||
149+
| **llms.txt 支持** |||||||
150+
| **OKF 包 (知识库)** |||||||
151+
| **原生 MCP 服务** |||||||
130152
| **Agent Skills** |||||||
131153
| **Docker 镜像** |||||| N/A |
132154
| **行内讨论** |||||||

0 commit comments

Comments
 (0)