From ab0ad562d66a70c839e8d6cea58c84d435ab2d88 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:09:44 +0000 Subject: [PATCH 1/4] docs: add changelog entry for week of June 26, 2026 --- changelog.mdx | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 6a1c96a32c..51d6f1daf6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,54 @@ rss: true noindex: true --- + + + ## New releases + + - **Google Drive agent integration:** The agent can now pull context from Google Drive alongside Slack, Notion, Linear, Jira, and other [agent integrations](/agent/integrations). + - **Multi-source git settings:** Configure and reorder multiple git sources for a deployment from the dashboard, with drag and drop to set source priority. See [multi-repo setup](/deploy/multi-repo). + - **Self-serve additional starter deployments:** Starter plan customers can spin up additional [deployments](/deploy/deployments) without contacting support. + - **SCIM provisioning UI:** Set up and issue SCIM tokens for user provisioning directly from organization settings. See [SSO](/dashboard/sso). + - **Domain ownership verification:** Verify ownership of custom domains with a DNS TXT record proof when configuring [custom domains](/deploy/deployments). + - **New onboarding flow:** A redesigned onboarding composer view that gets new teams from sign-up to a published site faster. + - **Redesigned authentication settings:** A new method dropdown in the dashboard makes it easier to configure and switch between [authentication methods](/deploy/authentication-setup). + - **Real-time publish status in the editor:** The [editor](/editor) now shows publish actions as they happen so you can see exactly when a change goes live. + - **Assistant page navigation:** The [AI assistant](/assistant) can navigate users directly to a relevant page as part of its answer. + - **HTML alternate link for markdown pages:** Every page now exposes an HTML `` pointing to its [markdown version](/ai/llmstxt), making it easier for AI tools and crawlers to discover the LLM-friendly content. + - **Custom agent instructions in `llms.txt` and markdown:** Custom agent instructions are now included in [`llms.txt`, `llms-full.txt`](/ai/llmstxt), and per-page generated markdown. + + ## Improvements + + - **"Workflow" renamed to "automation" everywhere:** The dashboard UI and the CLI command have been updated to use [automations](/automations) consistently. The old `workflow` CLI command still works as an alias during the transition. + - **Switch organization moved:** The **Switch organization** action now lives in the profile dropdown instead of the deployments dropdown. + - **Cookie-consent gating for analytics:** Third-party analytics scripts (GA4, GTM, and others) are now blocked until the visitor accepts cookies, helping you meet [privacy](/integrations/privacy/overview) requirements. + - **Forward docs feedback to analytics:** Page feedback events can now be forwarded to your configured [analytics integrations](/integrations/analytics/overview) via the `analyticsForwarding` setting. + - **SSO enforcement on the frontend:** The dashboard now honors backend 403s for [SSO-only orgs](/dashboard/sso) and routes verified-domain users through SSO during sign-in. + - **Self-hosting upgrades:** [Self-hosted deployments](/advanced-support) now support custom hostname handling and additional `` tags. + - **Search indexes section landing pages:** Section landing pages are now included in docs search results, and search indexes continue to build for sites that opt out of public indexing. + - **Assistant CSV export grouping:** The assistant analytics CSV now includes a `Conversation ID` column and groups rows by conversation. See [AI assistant analytics](/assistant/configure). + - **MCP server identity and instructions:** The [Mintlify MCP server](/ai/mintlify-mcp) now advertises instructions on initialize, helping clients use it more effectively. + - **Changelog automation runs show integration tools:** Automation runs that produce changelog entries now display the integration tools that were used. + - **Multi-source webhooks:** Push webhooks from secondary git sources now trigger updates, keeping multi-source deployments in sync. + - **PDF export reliability:** Large PDF exports are now batched and produce clearer error logs when something goes wrong. + + ## Bug fixes + + - Subpath deployments now resolve `.well-known` links correctly. + - Publishing from the editor no longer duplicates near-identical blocks during three-way merges. + - Icon serialization in published pages is fixed. + - Image uploads now retry when S3 rate limits the request. + - MCP responses now forward upstream status codes correctly, and nested JSX is reconstructed properly for MCP clients. + - The active sidebar item scrolls into view on navigation. + - The editor sidebar no longer renders a top fade gradient, and draft rows no longer show stale orange status dots. + - Bold text inside headings renders with the correct weight (scoped to prose content). + - The products selector dropdown column is wider so long names fit. + - Horizontal scroll overflow is blocked on the org selection page. + - Domain links are disabled while initial doc generation is still running. + - Auth config badge removed from the dashboard. + + + ## New releases From 1f5ec838c08e96474d03321bed6a15f5e4dff65b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:13:09 +0000 Subject: [PATCH 2/4] docs: translate June 26, 2026 changelog entry to es, fr, zh --- es/changelog.mdx | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ fr/changelog.mdx | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ zh/changelog.mdx | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 162 insertions(+) diff --git a/es/changelog.mdx b/es/changelog.mdx index 2478a2e76f..9148a56f64 100644 --- a/es/changelog.mdx +++ b/es/changelog.mdx @@ -5,6 +5,60 @@ rss: true noindex: true --- + + +
+ ## Nuevos lanzamientos +
+ + - **Integración del agente con Google Drive:** El agente ahora puede obtener contexto de Google Drive junto con Slack, Notion, Linear, Jira y otras [integraciones del agente](/es/agent/integrations). + - **Configuración de git con múltiples fuentes:** Configura y reordena múltiples fuentes de git para un despliegue desde el dashboard, con arrastrar y soltar para establecer la prioridad de las fuentes. Consulta [configuración multi-repo](/es/deploy/multi-repo). + - **Despliegues adicionales de plan Starter en autoservicio:** Los clientes del plan Starter pueden crear [despliegues](/es/deploy/deployments) adicionales sin contactar con soporte. + - **Interfaz de aprovisionamiento SCIM:** Configura y emite tokens SCIM para el aprovisionamiento de usuarios directamente desde la configuración de la organización. Consulta [SSO](/es/dashboard/sso). + - **Verificación de propiedad del dominio:** Verifica la propiedad de los dominios personalizados con una prueba de registro DNS TXT al configurar [dominios personalizados](/es/deploy/deployments). + - **Nuevo flujo de onboarding:** Una vista de composer de onboarding rediseñada que lleva a los nuevos equipos desde el registro hasta un sitio publicado más rápido. + - **Configuración de autenticación rediseñada:** Un nuevo menú desplegable de método en el dashboard facilita la configuración y el cambio entre [métodos de autenticación](/es/deploy/authentication-setup). + - **Estado de publicación en tiempo real en el editor:** El [editor](/es/editor) ahora muestra las acciones de publicación a medida que ocurren para que veas exactamente cuándo un cambio se pone en producción. + - **Navegación de páginas del asistente:** El [asistente de IA](/es/assistant) puede llevar a los usuarios directamente a una página relevante como parte de su respuesta. + - **Enlace HTML alternativo para páginas markdown:** Cada página ahora expone un `` HTML que apunta a su [versión markdown](/es/ai/llmstxt), facilitando que las herramientas de IA y los rastreadores descubran el contenido optimizado para LLM. + - **Instrucciones personalizadas del agente en `llms.txt` y markdown:** Las instrucciones personalizadas del agente ahora se incluyen en [`llms.txt`, `llms-full.txt`](/es/ai/llmstxt) y en el markdown generado por página. + +
+ ## Mejoras +
+ + - **"Workflow" pasa a llamarse "automation" en todas partes:** La interfaz del dashboard y el comando de la CLI se han actualizado para usar [automations](/es/automations) de forma consistente. El antiguo comando `workflow` de la CLI sigue funcionando como alias durante la transición. + - **Cambio de ubicación de Cambiar organización:** La acción **Cambiar organización** ahora se encuentra en el menú desplegable del perfil en lugar de en el menú desplegable de despliegues. + - **Restricción de analítica según consentimiento de cookies:** Los scripts de analítica de terceros (GA4, GTM y otros) ahora se bloquean hasta que el visitante acepta las cookies, ayudándote a cumplir con los requisitos de [privacidad](/es/integrations/privacy/overview). + - **Reenviar comentarios de la documentación a analítica:** Los eventos de comentarios de las páginas ahora pueden reenviarse a tus [integraciones de analítica](/es/integrations/analytics/overview) configuradas mediante el ajuste `analyticsForwarding`. + - **Aplicación de SSO en el frontend:** El dashboard ahora respeta los 403 del backend para [organizaciones solo con SSO](/es/dashboard/sso) y dirige a los usuarios con dominio verificado a través de SSO durante el inicio de sesión. + - **Mejoras de self-hosting:** Los [despliegues self-hosted](/es/advanced-support) ahora admiten el manejo de hostnames personalizados y etiquetas `` adicionales. + - **Búsqueda indexa páginas de inicio de sección:** Las páginas de inicio de sección ahora se incluyen en los resultados de búsqueda de la documentación, y los índices de búsqueda siguen creándose para los sitios que optan por no aparecer en la indexación pública. + - **Agrupación de la exportación CSV del asistente:** El CSV de analítica del asistente ahora incluye una columna `Conversation ID` y agrupa las filas por conversación. Consulta [analítica del asistente de IA](/es/assistant/configure). + - **Identidad e instrucciones del servidor MCP:** El [servidor MCP de Mintlify](/es/ai/mintlify-mcp) ahora anuncia instrucciones al inicializar, ayudando a los clientes a usarlo de forma más eficaz. + - **Las ejecuciones de automation de changelog muestran las herramientas de integración:** Las ejecuciones de automation que generan entradas de changelog ahora muestran las herramientas de integración que se usaron. + - **Webhooks multi-fuente:** Los webhooks de push de fuentes git secundarias ahora disparan actualizaciones, manteniendo sincronizados los despliegues multi-fuente. + - **Fiabilidad de la exportación a PDF:** Las exportaciones a PDF de gran tamaño ahora se procesan en lotes y producen registros de error más claros cuando algo falla. + +
+ ## Correcciones de errores +
+ + - Los despliegues en subruta ahora resuelven correctamente los enlaces `.well-known`. + - Publicar desde el editor ya no duplica bloques casi idénticos durante las fusiones a tres vías. + - Se corrigió la serialización de iconos en las páginas publicadas. + - Las subidas de imágenes ahora se reintentan cuando S3 limita la tasa de la solicitud. + - Las respuestas MCP ahora reenvían correctamente los códigos de estado del upstream, y el JSX anidado se reconstruye correctamente para los clientes MCP. + - El elemento activo de la barra lateral se desplaza a la vista al navegar. + - La barra lateral del editor ya no renderiza un degradado superior, y las filas de borradores ya no muestran puntos de estado naranjas obsoletos. + - El texto en negrita dentro de los encabezados se renderiza con el peso correcto (limitado al contenido de prosa). + - La columna del menú desplegable del selector de productos es más ancha para que los nombres largos quepan. + - El desbordamiento por scroll horizontal está bloqueado en la página de selección de organización. + - Los enlaces de dominio se desactivan mientras la generación inicial de la documentación sigue en curso. + - Se eliminó la insignia de configuración de autenticación del dashboard. + +
+
diff --git a/fr/changelog.mdx b/fr/changelog.mdx index 4bd85b72e7..97ae835ed7 100644 --- a/fr/changelog.mdx +++ b/fr/changelog.mdx @@ -5,6 +5,60 @@ rss: true noindex: true --- + + +
+ ## Nouvelles versions +
+ + - **Intégration agent Google Drive :** L'agent peut désormais récupérer du contexte depuis Google Drive, en plus de Slack, Notion, Linear, Jira et d'autres [intégrations agent](/fr/agent/integrations). + - **Paramètres git multi-sources :** Configurez et réorganisez plusieurs sources git pour un déploiement depuis le tableau de bord, avec un glisser-déposer pour définir la priorité des sources. Voir [configuration multi-repo](/fr/deploy/multi-repo). + - **Déploiements starter supplémentaires en libre-service :** Les clients du plan Starter peuvent créer des [déploiements](/fr/deploy/deployments) supplémentaires sans contacter le support. + - **Interface de provisionnement SCIM :** Configurez et émettez des jetons SCIM pour le provisionnement des utilisateurs directement depuis les paramètres de l'organisation. Voir [SSO](/fr/dashboard/sso). + - **Vérification de la propriété du domaine :** Vérifiez la propriété des domaines personnalisés avec une preuve par enregistrement DNS TXT lors de la configuration des [domaines personnalisés](/fr/deploy/deployments). + - **Nouveau parcours d'onboarding :** Une vue de composition d'onboarding redessinée qui permet aux nouvelles équipes de passer plus rapidement de l'inscription à un site publié. + - **Paramètres d'authentification redessinés :** Un nouveau menu déroulant de méthode dans le tableau de bord facilite la configuration et le basculement entre [méthodes d'authentification](/fr/deploy/authentication-setup). + - **Statut de publication en temps réel dans l'éditeur :** L'[éditeur](/fr/editor) affiche désormais les actions de publication au fur et à mesure pour que vous voyiez exactement quand une modification est mise en ligne. + - **Navigation de page par l'assistant :** L'[assistant IA](/fr/assistant) peut diriger les utilisateurs directement vers une page pertinente dans le cadre de sa réponse. + - **Lien alternatif HTML pour les pages markdown :** Chaque page expose désormais un `` HTML pointant vers sa [version markdown](/fr/ai/llmstxt), ce qui facilite la découverte du contenu adapté aux LLM par les outils d'IA et les robots d'exploration. + - **Instructions agent personnalisées dans `llms.txt` et markdown :** Les instructions agent personnalisées sont désormais incluses dans [`llms.txt`, `llms-full.txt`](/fr/ai/llmstxt) et dans le markdown généré par page. + +
+ ## Améliorations +
+ + - **« Workflow » renommé en « automation » partout :** L'interface du tableau de bord et la commande CLI ont été mises à jour pour utiliser [automations](/fr/automations) de manière cohérente. L'ancienne commande CLI `workflow` fonctionne encore comme alias pendant la transition. + - **Déplacement de « Changer d'organisation » :** L'action **Changer d'organisation** se trouve désormais dans le menu déroulant du profil au lieu du menu déroulant des déploiements. + - **Verrouillage des analytics via consentement aux cookies :** Les scripts d'analytics tiers (GA4, GTM et autres) sont désormais bloqués tant que le visiteur n'a pas accepté les cookies, ce qui vous aide à respecter les exigences de [confidentialité](/fr/integrations/privacy/overview). + - **Transfert des retours de docs vers les analytics :** Les événements de retour sur les pages peuvent désormais être transférés vers vos [intégrations analytics](/fr/integrations/analytics/overview) configurées via le paramètre `analyticsForwarding`. + - **Application du SSO sur le frontend :** Le tableau de bord respecte désormais les réponses 403 du backend pour les [organisations SSO uniquement](/fr/dashboard/sso) et achemine les utilisateurs aux domaines vérifiés via le SSO lors de la connexion. + - **Améliorations de l'auto-hébergement :** Les [déploiements auto-hébergés](/fr/advanced-support) prennent désormais en charge la gestion personnalisée du nom d'hôte et des balises `` supplémentaires. + - **Indexation par la recherche des pages d'accueil de section :** Les pages d'accueil de section sont désormais incluses dans les résultats de recherche des docs, et les index de recherche continuent d'être générés pour les sites qui se désinscrivent de l'indexation publique. + - **Regroupement de l'export CSV de l'assistant :** Le CSV d'analytics de l'assistant inclut désormais une colonne `Conversation ID` et regroupe les lignes par conversation. Voir [Analytics de l'assistant IA](/fr/assistant/configure). + - **Identité et instructions du serveur MCP :** Le [serveur MCP Mintlify](/fr/ai/mintlify-mcp) annonce désormais des instructions à l'initialisation, ce qui aide les clients à l'utiliser plus efficacement. + - **Les exécutions d'automation du changelog affichent les outils d'intégration :** Les exécutions d'automation qui produisent des entrées de changelog affichent désormais les outils d'intégration utilisés. + - **Webhooks multi-sources :** Les webhooks push depuis les sources git secondaires déclenchent désormais des mises à jour, ce qui maintient les déploiements multi-sources synchronisés. + - **Fiabilité de l'export PDF :** Les exports PDF volumineux sont désormais traités par lots et produisent des journaux d'erreur plus clairs en cas de problème. + +
+ ## Corrections de bugs +
+ + - Les déploiements sur sous-chemin résolvent désormais correctement les liens `.well-known`. + - La publication depuis l'éditeur ne duplique plus les blocs quasi identiques lors des fusions à trois voies. + - La sérialisation des icônes dans les pages publiées est corrigée. + - Les téléversements d'images sont désormais réessayés lorsque S3 limite la requête. + - Les réponses MCP transmettent désormais correctement les codes de statut en amont, et le JSX imbriqué est reconstruit correctement pour les clients MCP. + - L'élément actif de la barre latérale défile désormais à l'écran lors de la navigation. + - La barre latérale de l'éditeur n'affiche plus de dégradé en haut, et les lignes de brouillon n'affichent plus de pastilles de statut orange obsolètes. + - Le texte en gras dans les titres s'affiche avec le bon poids (limité au contenu de prose). + - La colonne du menu déroulant de sélection des produits est plus large pour que les noms longs s'adaptent. + - Le débordement de défilement horizontal est bloqué sur la page de sélection d'organisation. + - Les liens de domaine sont désactivés tant que la génération initiale des docs est encore en cours. + - Le badge de configuration d'authentification a été retiré du tableau de bord. + +
+
diff --git a/zh/changelog.mdx b/zh/changelog.mdx index ebccc90eff..a8969be8f4 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -5,6 +5,60 @@ rss: true noindex: true --- + + +
+ ## 新版本发布 +
+ + - **Google Drive 代理集成:** 代理现在可以从 Google Drive 拉取上下文,与 Slack、Notion、Linear、Jira 等[代理集成](/zh/agent/integrations)并列。 + - **多源 git 设置:** 在仪表盘中为一个部署配置和重新排序多个 git 源,并可通过拖放设置源的优先级。请参阅[多仓库设置](/zh/deploy/multi-repo)。 + - **自助开通额外的 Starter 部署:** Starter 计划客户无需联系支持即可启动额外的[部署](/zh/deploy/deployments)。 + - **SCIM 预配 UI:** 可以直接在组织设置中设置和签发用于用户预配的 SCIM 令牌。请参阅 [SSO](/zh/dashboard/sso)。 + - **域名所有权验证:** 在配置[自定义域名](/zh/deploy/deployments)时,可通过 DNS TXT 记录证明验证自定义域名的所有权。 + - **全新入门流程:** 重新设计的入门 composer 视图,让新团队从注册到发布站点的速度更快。 + - **重新设计的身份验证设置:** 仪表盘中新增的方法下拉菜单让配置和切换[身份验证方法](/zh/deploy/authentication-setup)更加便捷。 + - **编辑器中的实时发布状态:** [编辑器](/zh/editor)现在会实时显示发布操作,让您可以准确看到变更何时上线。 + - **助手页面导航:** [AI 助手](/zh/assistant)可以作为回答的一部分,将用户直接导航到相关页面。 + - **markdown 页面的 HTML 备用链接:** 每个页面现在都会暴露一个指向其 [markdown 版本](/zh/ai/llmstxt)的 HTML ``,让 AI 工具和爬虫更容易发现适合 LLM 的内容。 + - **`llms.txt` 和 markdown 中的自定义代理指令:** 自定义代理指令现在会包含在 [`llms.txt`、`llms-full.txt`](/zh/ai/llmstxt) 以及按页面生成的 markdown 中。 + +
+ ## 改进 +
+ + - **"Workflow" 全面更名为 "automation":** 仪表盘 UI 和 CLI 命令已统一更新为使用 [automations](/zh/automations)。在过渡期间,旧的 `workflow` CLI 命令仍可作为别名使用。 + - **切换组织位置变更:** **切换组织**操作现在位于个人资料下拉菜单中,而不是部署下拉菜单中。 + - **分析的 Cookie 同意拦截:** 第三方分析脚本(GA4、GTM 等)现在会在访客接受 cookie 之前被阻止加载,帮助您满足[隐私](/zh/integrations/privacy/overview)合规要求。 + - **将文档反馈转发到分析:** 通过 `analyticsForwarding` 设置,页面反馈事件现在可以转发到您已配置的[分析集成](/zh/integrations/analytics/overview)。 + - **前端的 SSO 强制执行:** 仪表盘现在会遵守[仅 SSO 组织](/zh/dashboard/sso)的后端 403 响应,并在登录时将已验证域名的用户路由到 SSO。 + - **自托管升级:** [自托管部署](/zh/advanced-support)现在支持自定义主机名处理和额外的 `` 标签。 + - **搜索为分区落地页建立索引:** 分区落地页现在会包含在文档搜索结果中,并且对于选择退出公开索引的站点,搜索索引也会继续构建。 + - **助手 CSV 导出分组:** 助手分析 CSV 现在包含 `Conversation ID` 列,并按对话对行进行分组。请参阅 [AI 助手分析](/zh/assistant/configure)。 + - **MCP 服务器标识与指令:** [Mintlify MCP 服务器](/zh/ai/mintlify-mcp)现在会在初始化时通告指令,帮助客户端更有效地使用它。 + - **更新日志自动化运行显示集成工具:** 生成更新日志条目的自动化运行现在会显示所使用的集成工具。 + - **多源 webhook:** 来自次级 git 源的推送 webhook 现在会触发更新,使多源部署保持同步。 + - **PDF 导出可靠性:** 大型 PDF 导出现在会分批进行,并在出现问题时生成更清晰的错误日志。 + +
+ ## 错误修复 +
+ + - 子路径部署现在可以正确解析 `.well-known` 链接。 + - 从编辑器发布在三路合并期间不再重复几乎相同的块。 + - 修复了已发布页面中的图标序列化问题。 + - 当 S3 对请求进行速率限制时,图片上传现在会重试。 + - MCP 响应现在会正确转发上游状态码,并为 MCP 客户端正确重建嵌套的 JSX。 + - 导航时活动的侧边栏项会滚动到可见区域。 + - 编辑器侧边栏不再渲染顶部渐变淡出,草稿行也不再显示陈旧的橙色状态点。 + - 标题中的加粗文本会以正确的字重渲染(限于正文内容)。 + - 产品选择器下拉菜单的列加宽,以便容纳较长的名称。 + - 在组织选择页面阻止了水平滚动溢出。 + - 在初始文档生成仍在运行时,域名链接会被禁用。 + - 从仪表盘中移除了 Auth 配置徽章。 + +
+
From 1c9529d5d5cdd5260d30724245fcc8369536e5ca Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:34:27 -0700 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.mdx | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 51d6f1daf6..adb41f684b 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -10,46 +10,36 @@ noindex: true ## New releases - **Google Drive agent integration:** The agent can now pull context from Google Drive alongside Slack, Notion, Linear, Jira, and other [agent integrations](/agent/integrations). - - **Multi-source git settings:** Configure and reorder multiple git sources for a deployment from the dashboard, with drag and drop to set source priority. See [multi-repo setup](/deploy/multi-repo). - - **Self-serve additional starter deployments:** Starter plan customers can spin up additional [deployments](/deploy/deployments) without contacting support. - - **SCIM provisioning UI:** Set up and issue SCIM tokens for user provisioning directly from organization settings. See [SSO](/dashboard/sso). - - **Domain ownership verification:** Verify ownership of custom domains with a DNS TXT record proof when configuring [custom domains](/deploy/deployments). - - **New onboarding flow:** A redesigned onboarding composer view that gets new teams from sign-up to a published site faster. - - **Redesigned authentication settings:** A new method dropdown in the dashboard makes it easier to configure and switch between [authentication methods](/deploy/authentication-setup). - - **Real-time publish status in the editor:** The [editor](/editor) now shows publish actions as they happen so you can see exactly when a change goes live. + - **Multi-repository deployments:** Configure and reorder multiple Git sources for a deployment from the dashboard. See [multi-repo setup](/deploy/multi-repo). - **Assistant page navigation:** The [AI assistant](/assistant) can navigate users directly to a relevant page as part of its answer. - - **HTML alternate link for markdown pages:** Every page now exposes an HTML `` pointing to its [markdown version](/ai/llmstxt), making it easier for AI tools and crawlers to discover the LLM-friendly content. - **Custom agent instructions in `llms.txt` and markdown:** Custom agent instructions are now included in [`llms.txt`, `llms-full.txt`](/ai/llmstxt), and per-page generated markdown. + - **Mintlify Slack app in the Slack Marketplace:** The [Mintlify Slack app](/agent/slack) is now publicly listed and installable from the Slack Marketplace. ## Improvements - - **"Workflow" renamed to "automation" everywhere:** The dashboard UI and the CLI command have been updated to use [automations](/automations) consistently. The old `workflow` CLI command still works as an alias during the transition. - - **Switch organization moved:** The **Switch organization** action now lives in the profile dropdown instead of the deployments dropdown. - - **Cookie-consent gating for analytics:** Third-party analytics scripts (GA4, GTM, and others) are now blocked until the visitor accepts cookies, helping you meet [privacy](/integrations/privacy/overview) requirements. - - **Forward docs feedback to analytics:** Page feedback events can now be forwarded to your configured [analytics integrations](/integrations/analytics/overview) via the `analyticsForwarding` setting. + - **Automation PR grouping:** When an [automation](/automations) run proposes new changes, it now checks whether they should be appended to an existing open docs PR rather than creating a new one, reducing duplicate PRs and review burden. Applies to Maintenance and Update from Code Changes automations. + - **Automation GitHub PR review experience:** Docs PRs created by [automations](/automations) now post a comment each time they're updated, explaining what changed and which code PRs were used as context. PR titles identify which automation created them, reviewers are auto-assigned based on who changed the relevant code, and follow-up runs update the PR summary in place. + - **HTML alternate link for markdown pages:** Every page now exposes an HTML `` pointing to its [markdown version](/ai/llmstxt), making it easier for AI tools and crawlers to discover the LLM-friendly content. + - **Real-time publish status in the editor:** The [editor](/editor) now shows publish actions as they happen so you can see exactly when a change goes live. + - **Switch organization moved:** The **Switch organization** menu option is now in the profile dropdown menu. + - **Cookie-consent gating for analytics:** Third-party analytics scripts (GA4, GTM, and others) are now blocked until a visitor accepts cookies, helping you meet privacy requirements. - **SSO enforcement on the frontend:** The dashboard now honors backend 403s for [SSO-only orgs](/dashboard/sso) and routes verified-domain users through SSO during sign-in. - - **Self-hosting upgrades:** [Self-hosted deployments](/advanced-support) now support custom hostname handling and additional `` tags. - **Search indexes section landing pages:** Section landing pages are now included in docs search results, and search indexes continue to build for sites that opt out of public indexing. - - **Assistant CSV export grouping:** The assistant analytics CSV now includes a `Conversation ID` column and groups rows by conversation. See [AI assistant analytics](/assistant/configure). + - **Assistant CSV export grouping:** The assistant analytics CSV now includes a `Conversation ID` column and groups rows by conversation. - **MCP server identity and instructions:** The [Mintlify MCP server](/ai/mintlify-mcp) now advertises instructions on initialize, helping clients use it more effectively. - **Changelog automation runs show integration tools:** Automation runs that produce changelog entries now display the integration tools that were used. - - **Multi-source webhooks:** Push webhooks from secondary git sources now trigger updates, keeping multi-source deployments in sync. - **PDF export reliability:** Large PDF exports are now batched and produce clearer error logs when something goes wrong. - + ## Bug fixes - Subpath deployments now resolve `.well-known` links correctly. - Publishing from the editor no longer duplicates near-identical blocks during three-way merges. - Icon serialization in published pages is fixed. - - Image uploads now retry when S3 rate limits the request. + - Editor image uploads now retry if the request is rate limited. - MCP responses now forward upstream status codes correctly, and nested JSX is reconstructed properly for MCP clients. - - The active sidebar item scrolls into view on navigation. - The editor sidebar no longer renders a top fade gradient, and draft rows no longer show stale orange status dots. - - Bold text inside headings renders with the correct weight (scoped to prose content). + - Bold text inside headings renders with the correct weight. - The products selector dropdown column is wider so long names fit. - - Horizontal scroll overflow is blocked on the org selection page. - - Domain links are disabled while initial doc generation is still running. - - Auth config badge removed from the dashboard. From 921f622ce13b32e0c65cd6961a05a3e058de1156 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 26 Jun 2026 09:37:31 -0700 Subject: [PATCH 4/4] translations --- es/changelog.mdx | 3 +++ fr/changelog.mdx | 3 +++ zh/changelog.mdx | 3 +++ 3 files changed, 9 insertions(+) diff --git a/es/changelog.mdx b/es/changelog.mdx index 9148a56f64..da251730af 100644 --- a/es/changelog.mdx +++ b/es/changelog.mdx @@ -22,6 +22,7 @@ noindex: true - **Navegación de páginas del asistente:** El [asistente de IA](/es/assistant) puede llevar a los usuarios directamente a una página relevante como parte de su respuesta. - **Enlace HTML alternativo para páginas markdown:** Cada página ahora expone un `` HTML que apunta a su [versión markdown](/es/ai/llmstxt), facilitando que las herramientas de IA y los rastreadores descubran el contenido optimizado para LLM. - **Instrucciones personalizadas del agente en `llms.txt` y markdown:** Las instrucciones personalizadas del agente ahora se incluyen en [`llms.txt`, `llms-full.txt`](/es/ai/llmstxt) y en el markdown generado por página. + - **App de Mintlify en Slack Marketplace:** La [app de Mintlify para Slack](/es/agent/slack) ya está publicada e instalable desde el Slack Marketplace.
## Mejoras @@ -39,6 +40,8 @@ noindex: true - **Las ejecuciones de automation de changelog muestran las herramientas de integración:** Las ejecuciones de automation que generan entradas de changelog ahora muestran las herramientas de integración que se usaron. - **Webhooks multi-fuente:** Los webhooks de push de fuentes git secundarias ahora disparan actualizaciones, manteniendo sincronizados los despliegues multi-fuente. - **Fiabilidad de la exportación a PDF:** Las exportaciones a PDF de gran tamaño ahora se procesan en lotes y producen registros de error más claros cuando algo falla. + - **Agrupación de PRs de automations:** Cuando una ejecución de [automation](/es/automations) propone nuevos cambios, ahora comprueba si deben añadirse a un PR de documentación abierto existente en lugar de crear uno nuevo, reduciendo los PRs duplicados y la carga de revisión. Se aplica a las automations de Mantenimiento y Actualización desde cambios de código. + - **Experiencia de revisión de PRs de automations en GitHub:** Los PRs de documentación creados por [automations](/es/automations) ahora publican un comentario cada vez que se actualizan, explicando qué cambió y qué PRs de código se usaron como contexto. Los títulos de los PRs identifican qué automation los creó, los revisores se asignan automáticamente según quién modificó el código relevante, y las ejecuciones de seguimiento actualizan el resumen del PR.
## Correcciones de errores diff --git a/fr/changelog.mdx b/fr/changelog.mdx index 97ae835ed7..0de4f6112f 100644 --- a/fr/changelog.mdx +++ b/fr/changelog.mdx @@ -22,6 +22,7 @@ noindex: true - **Navigation de page par l'assistant :** L'[assistant IA](/fr/assistant) peut diriger les utilisateurs directement vers une page pertinente dans le cadre de sa réponse. - **Lien alternatif HTML pour les pages markdown :** Chaque page expose désormais un `` HTML pointant vers sa [version markdown](/fr/ai/llmstxt), ce qui facilite la découverte du contenu adapté aux LLM par les outils d'IA et les robots d'exploration. - **Instructions agent personnalisées dans `llms.txt` et markdown :** Les instructions agent personnalisées sont désormais incluses dans [`llms.txt`, `llms-full.txt`](/fr/ai/llmstxt) et dans le markdown généré par page. + - **Application Mintlify sur le Slack Marketplace :** L'[application Mintlify pour Slack](/fr/agent/slack) est désormais listée publiquement et installable depuis le Slack Marketplace.
## Améliorations @@ -39,6 +40,8 @@ noindex: true - **Les exécutions d'automation du changelog affichent les outils d'intégration :** Les exécutions d'automation qui produisent des entrées de changelog affichent désormais les outils d'intégration utilisés. - **Webhooks multi-sources :** Les webhooks push depuis les sources git secondaires déclenchent désormais des mises à jour, ce qui maintient les déploiements multi-sources synchronisés. - **Fiabilité de l'export PDF :** Les exports PDF volumineux sont désormais traités par lots et produisent des journaux d'erreur plus clairs en cas de problème. + - **Regroupement des PR d'automations :** Lorsqu'une exécution d'[automation](/fr/automations) propose de nouveaux changements, elle vérifie désormais s'ils doivent être ajoutés à une PR de documentation déjà ouverte plutôt que d'en créer une nouvelle, réduisant ainsi les PR en double et la charge de révision. S'applique aux automations de maintenance et de mise à jour depuis les changements de code. + - **Expérience de révision des PR d'automations sur GitHub :** Les PR de documentation créées par les [automations](/fr/automations) publient désormais un commentaire à chaque mise à jour, expliquant ce qui a changé et quelles PR de code ont été utilisées comme contexte. Les titres des PR identifient quelle automation les a créées, les réviseurs sont assignés automatiquement en fonction des personnes ayant modifié le code concerné, et les exécutions de suivi mettent à jour le résumé de la PR.
## Corrections de bugs diff --git a/zh/changelog.mdx b/zh/changelog.mdx index a8969be8f4..9f9c803bb2 100644 --- a/zh/changelog.mdx +++ b/zh/changelog.mdx @@ -22,6 +22,7 @@ noindex: true - **助手页面导航:** [AI 助手](/zh/assistant)可以作为回答的一部分,将用户直接导航到相关页面。 - **markdown 页面的 HTML 备用链接:** 每个页面现在都会暴露一个指向其 [markdown 版本](/zh/ai/llmstxt)的 HTML ``,让 AI 工具和爬虫更容易发现适合 LLM 的内容。 - **`llms.txt` 和 markdown 中的自定义代理指令:** 自定义代理指令现在会包含在 [`llms.txt`、`llms-full.txt`](/zh/ai/llmstxt) 以及按页面生成的 markdown 中。 + - **Mintlify Slack 应用上架 Slack Marketplace:** [Mintlify Slack 应用](/zh/agent/slack)现已在 Slack Marketplace 中公开列出并可安装。
## 改进 @@ -39,6 +40,8 @@ noindex: true - **更新日志自动化运行显示集成工具:** 生成更新日志条目的自动化运行现在会显示所使用的集成工具。 - **多源 webhook:** 来自次级 git 源的推送 webhook 现在会触发更新,使多源部署保持同步。 - **PDF 导出可靠性:** 大型 PDF 导出现在会分批进行,并在出现问题时生成更清晰的错误日志。 + - **Automation PR 合并:** 当[自动化](/zh/automations)运行提出新变更时,现在会先检查这些变更是否应追加到现有的已开放文档 PR 中,而不是创建新的 PR,从而减少重复 PR 和审查负担。适用于维护类和从代码变更更新类自动化。 + - **Automation 在 GitHub 中的 PR 审查体验:** 由[自动化](/zh/automations)创建的文档 PR 现在每次更新时都会发布一条评论,说明变更内容以及使用了哪些代码 PR 作为上下文。PR 标题标识了创建它的是哪个自动化,审查者会根据修改了相关代码的人员自动分配,后续运行会原地更新 PR 摘要。
## 错误修复