From 029e93fc8be8e6aa0ecfca466a00d9906ce0daf7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:11:41 +0000 Subject: [PATCH 1/6] docs: document analytics and authenticated previews --- deploy/authentication-setup.mdx | 1 + editor/live-preview.mdx | 4 ++-- es/deploy/authentication-setup.mdx | 1 + es/editor/live-preview.mdx | 2 +- es/optimize/analytics.mdx | 10 +++++++++- fr/deploy/authentication-setup.mdx | 1 + fr/editor/live-preview.mdx | 2 +- fr/optimize/analytics.mdx | 10 +++++++++- optimize/analytics.mdx | 16 +++++++++++++++- zh/deploy/authentication-setup.mdx | 1 + zh/editor/live-preview.mdx | 2 +- zh/optimize/analytics.mdx | 10 +++++++++- 12 files changed, 51 insertions(+), 9 deletions(-) diff --git a/deploy/authentication-setup.mdx b/deploy/authentication-setup.mdx index 19ce0787ad..0a6d09c492 100644 --- a/deploy/authentication-setup.mdx +++ b/deploy/authentication-setup.mdx @@ -486,3 +486,4 @@ Some features behave differently or are unavailable when you enable authenticati | [skill.md](/ai/skillmd) | Full support | Not supported | Not supported | | [Sitemap](/optimize/seo#sitemaps-and-robotstxt-files) | Full support | Available behind authentication, but excludes pages in groups | Available behind authentication, but excludes pages in groups | | [robots.txt](/optimize/seo#sitemaps-and-robotstxt-files) | Full support | Available behind authentication | Available behind authentication | +| [Live preview](/editor/live-preview) | Full support | Supported with automatic editor authentication | Supported with automatic editor authentication | diff --git a/editor/live-preview.mdx b/editor/live-preview.mdx index c759c07cee..7b76d1688f 100644 --- a/editor/live-preview.mdx +++ b/editor/live-preview.mdx @@ -24,7 +24,7 @@ Click the live preview button in the top bar to open a live - Live preview is only available for public sites. + Live preview works for public sites and sites protected by Mintlify authentication. For authenticated sites, the editor signs you in to the preview automatically. ## Live preview versus preview deployments @@ -32,7 +32,7 @@ Click the live preview button in the top bar to open a live | | Live preview | Preview deployment | |---|---|---| | **Speed** | Instant | Requires a build | -| **Access** | Local URL | Shareable URL | +| **Access** | Local URL, with automatic authentication for protected sites | Shareable URL | | **Use when** | Reviewing changes while editing | Sharing with your team for review | | **Availability** | While the editor is open | As long as the branch exists | diff --git a/es/deploy/authentication-setup.mdx b/es/deploy/authentication-setup.mdx index 3f5030a586..21285a3953 100644 --- a/es/deploy/authentication-setup.mdx +++ b/es/deploy/authentication-setup.mdx @@ -520,3 +520,4 @@ Algunas funciones se comportan de manera diferente o no están disponibles cuand | [skill.md](/es/ai/skillmd) | Compatibilidad completa | No compatible | No compatible | | [Mapa del sitio](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad completa | Disponible tras autenticación, pero excluye las páginas en groups | Disponible tras autenticación, pero excluye las páginas en groups | | [robots.txt](/es/optimize/seo#sitemaps-and-robotstxt-files) | Compatibilidad completa | Disponible tras autenticación | Disponible tras autenticación | +| [Vista previa en vivo](/es/editor/live-preview) | Compatibilidad completa | Compatible con autenticación automática del editor | Compatible con autenticación automática del editor | diff --git a/es/editor/live-preview.mdx b/es/editor/live-preview.mdx index 15601d2541..8ff1b6bef4 100644 --- a/es/editor/live-preview.mdx +++ b/es/editor/live-preview.mdx @@ -28,7 +28,7 @@ Haga clic en el botón de vista previa en vivo en la barra - La vista previa en vivo solo está disponible para sitios públicos. + La vista previa en vivo funciona en sitios públicos y en sitios protegidos con autenticación de Mintlify. En sitios autenticados, el editor inicia sesión automáticamente en la vista previa.
diff --git a/es/optimize/analytics.mdx b/es/optimize/analytics.mdx index d79ecdb382..7afcca7386 100644 --- a/es/optimize/analytics.mdx +++ b/es/optimize/analytics.mdx @@ -117,7 +117,7 @@ Revisa tus analíticas de búsquedas para: Las impresiones están en beta y pueden cambiar. -La sección de impresiones de la página de analíticas muestra con qué frecuencia los visitantes hacen clic en el [botón de llamada a la acción de la barra de navegación](/es/organize/settings-structure#navbar). Las impresiones solo están disponibles si tienes un botón `navbar.primary` configurado en `docs.json`. +La sección de impresiones de la página de analíticas muestra con qué frecuencia los visitantes hacen clic en el [botón de llamada a la acción de la barra de navegación](/es/organize/settings-structure#navbar). Las impresiones están disponibles cuando tu cuenta tiene acceso a la función y tienes un botón `navbar.primary` configurado en `docs.json`. La sección muestra un gráfico de clics en la llamada a la acción (CTA) a lo largo del tiempo y una tabla clasificada de páginas con vistas de página, clics y tasa de clics del CTA. @@ -126,6 +126,14 @@ Revisa tus analíticas de impresiones para: - **Identificar páginas de alta intención**: Las páginas con una alta tasa de clics del CTA suelen indicar visitantes que están listos para dar el siguiente paso, como registrarse en tu producto o hablar con tu equipo de ventas. - **Comprender qué contenido importa a tus usuarios**: Revisa las páginas de alta intención para conocer qué contenido motiva a las personas a interactuar más a fondo con tu producto o servicio. Asegúrate de que estas páginas estén bien mantenidas y considera añadir más contenido relacionado si es necesario. +### Rutas de flujo de usuarios + +El gráfico de rutas de flujo muestra los recorridos más comunes de los visitantes después de entrar en tu documentación. Úsalo para saber qué páginas leen a continuación y dónde abandonan. + +Selecciona un punto de entrada y pasa el cursor sobre un nodo para ver los visitantes de ese paso. **Other** agrupa las páginas menos comunes. El gráfico muestra hasta tres interacciones después del punto de entrada. + +Usa las rutas de flujo para identificar recorridos comunes, detectar abandonos y mejorar la navegación. Usan el rango de fechas seleccionado y requieren acceso a analíticas; no necesitan configuración adicional. +
## Comentarios
diff --git a/fr/deploy/authentication-setup.mdx b/fr/deploy/authentication-setup.mdx index 9ed71495e2..ce2611f03c 100644 --- a/fr/deploy/authentication-setup.mdx +++ b/fr/deploy/authentication-setup.mdx @@ -520,3 +520,4 @@ Certaines fonctionnalités se comportent différemment ou ne sont pas disponible | [skill.md](/fr/ai/skillmd) | Prise en charge complète | Non pris en charge | Non pris en charge | | [Sitemap](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Disponible derrière l’authentification, mais exclut les pages dans des groupes | Disponible derrière l’authentification, mais exclut les pages dans des groupes | | [robots.txt](/fr/optimize/seo#sitemaps-and-robotstxt-files) | Prise en charge complète | Disponible derrière l’authentification | Disponible derrière l’authentification | +| [Aperçu en direct](/fr/editor/live-preview) | Prise en charge complète | Pris en charge avec authentification automatique de l’éditeur | Pris en charge avec authentification automatique de l’éditeur | diff --git a/fr/editor/live-preview.mdx b/fr/editor/live-preview.mdx index 3da4067eda..f5d23c71bf 100644 --- a/fr/editor/live-preview.mdx +++ b/fr/editor/live-preview.mdx @@ -28,7 +28,7 @@ Cliquez sur le bouton d'aperçu en direct dans la barre sup - L'aperçu en direct est uniquement disponible pour les sites publics. + L'aperçu en direct fonctionne pour les sites publics et les sites protégés par l'authentification Mintlify. Pour les sites authentifiés, l'éditeur vous connecte automatiquement à l'aperçu.
diff --git a/fr/optimize/analytics.mdx b/fr/optimize/analytics.mdx index cb2e92c7d5..3aa3fade60 100644 --- a/fr/optimize/analytics.mdx +++ b/fr/optimize/analytics.mdx @@ -117,7 +117,7 @@ Examinez vos analyses de recherche pour : Les impressions sont en bêta et susceptibles d'évoluer. -La section Impressions de la page d'analytique indique la fréquence à laquelle les visiteurs cliquent sur votre [bouton d'appel à l'action de la barre de navigation](/fr/organize/settings-structure#navbar). Les impressions ne sont disponibles que si un bouton `navbar.primary` est configuré dans `docs.json`. +La section Impressions de la page d'analytique indique la fréquence à laquelle les visiteurs cliquent sur votre [bouton d'appel à l'action de la barre de navigation](/fr/organize/settings-structure#navbar). Les impressions sont disponibles lorsque votre compte a accès à la fonctionnalité et qu'un bouton `navbar.primary` est configuré dans `docs.json`. Cette section affiche un graphique des clics sur l'appel à l'action (CTA) au fil du temps ainsi qu'un tableau classé des pages, avec les vues de page, les clics et le taux de clic du CTA. @@ -126,6 +126,14 @@ Examinez vos analyses d'impressions pour : - **Identifier les pages à forte intention** : les pages présentant un taux de clic du CTA élevé indiquent souvent des visiteurs prêts à passer à l'étape suivante, comme s'inscrire à votre produit ou contacter votre équipe commerciale. - **Comprendre quel contenu compte pour vos utilisateurs** : examinez les pages à forte intention pour découvrir quel contenu incite les utilisateurs à s'engager plus profondément avec votre produit ou service. Veillez à ce que ces pages soient bien tenues à jour et envisagez d'ajouter davantage de contenu connexe si nécessaire. +### Parcours des utilisateurs + +Le graphique des parcours montre les chemins les plus fréquents suivis par les visiteurs après leur arrivée sur votre documentation. Utilisez-le pour voir quelles pages ils consultent ensuite et où ils abandonnent. + +Sélectionnez un point d'entrée, puis survolez un nœud pour voir le nombre de visiteurs à cette étape. **Other** regroupe les pages moins fréquentes. Le graphique affiche jusqu'à trois interactions après le point d'entrée. + +Utilisez ces parcours pour identifier les chemins fréquents, repérer les abandons et améliorer la navigation. Ils utilisent la plage de dates sélectionnée et nécessitent l'accès aux analyses, sans configuration supplémentaire. +
## Retours
diff --git a/optimize/analytics.mdx b/optimize/analytics.mdx index 0b369ea9b8..786bf0e064 100644 --- a/optimize/analytics.mdx +++ b/optimize/analytics.mdx @@ -105,7 +105,7 @@ Review your searches analytics to: Impressions are in beta and subject to change. -The impressions section of the analytics page shows how often visitors click your [navbar call-to-action button](/organize/settings-structure#navbar). Impressions are only available if you have a `navbar.primary` button configured in `docs.json`. +The impressions section of the analytics page shows how often visitors click your [navbar call-to-action button](/organize/settings-structure#navbar). Impressions are available when your account has access to the feature and you have a `navbar.primary` button configured in `docs.json`. The section displays a chart of call-to-action (CTA) clicks over time and a ranked table of pages with page views, clicks, and CTA click-through rate. @@ -114,6 +114,20 @@ Review your impressions analytics to: - **Identify high-intent pages**: Pages with a high CTA click-through rate often indicate visitors who are ready to take the next step. Examples include signing up for your product or talking to your sales team. - **Understand what content matters to your users**: Review high-intent pages to learn what content motivates people to engage more deeply with your product or service. Keep these pages up to date and consider adding more related content. +### User flow paths + +The user flow paths chart shows the most common paths visitors take after entering your documentation. Use it to understand which pages visitors read next and where they drop off. + +Select an entry point from the dropdown, then hover over a node to see the number of visitors at that step. **Other** groups less common pages into a single bucket. The chart supports up to three interactions after the entry point. + +Use user flow paths when you want to: + +- **Find common journeys**: Identify the pages visitors commonly read together. +- **Spot drop-off**: Find steps where visitors stop continuing through your content. +- **Improve navigation**: Add links or reorganize related pages based on observed journeys. + +User flow paths use the selected analytics date range and require analytics access. No additional configuration is required. + ## Feedback The feedback tab displays a bar chart of feedback over time and specific feedback items. diff --git a/zh/deploy/authentication-setup.mdx b/zh/deploy/authentication-setup.mdx index 626bc59140..ea38e53e01 100644 --- a/zh/deploy/authentication-setup.mdx +++ b/zh/deploy/authentication-setup.mdx @@ -520,3 +520,4 @@ groups: ["admin"] | [skill.md](/zh/ai/skillmd) | 完全支持 | 不支持 | 不支持 | | [站点地图](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 需要通过认证后才能访问,但会排除 groups 中的页面 | 需要通过认证后才能访问,但会排除 groups 中的页面 | | [robots.txt](/zh/optimize/seo#sitemaps-and-robotstxt-files) | 完全支持 | 需要通过认证后才能访问 | 需要通过认证后才能访问 | +| [实时预览](/zh/editor/live-preview) | 完全支持 | 支持编辑器自动认证 | 支持编辑器自动认证 | diff --git a/zh/editor/live-preview.mdx b/zh/editor/live-preview.mdx index 830931b9bb..320e98f1a5 100644 --- a/zh/editor/live-preview.mdx +++ b/zh/editor/live-preview.mdx @@ -26,7 +26,7 @@ keywords: ["editor", "preview", "live preview"] - 实时预览仅适用于公开文档。 + 实时预览适用于公开站点和受 Mintlify 身份验证保护的站点。对于需要身份验证的站点,编辑器会自动在预览中完成登录。
diff --git a/zh/optimize/analytics.mdx b/zh/optimize/analytics.mdx index 8241f007c9..b7194f183e 100644 --- a/zh/optimize/analytics.mdx +++ b/zh/optimize/analytics.mdx @@ -117,7 +117,7 @@ Mintlify 通过 IP 地址和用户代理来识别智能体访客。智能体访 展示次数功能处于测试阶段,可能会有变化。 -分析页面的展示次数部分显示访客点击您的[导航栏号召性用语按钮](/zh/organize/settings-structure#navbar)的频率。仅当您在 `docs.json` 中配置了 `navbar.primary` 按钮时,才会显示展示次数。 +分析页面的展示次数部分显示访客点击您的[导航栏号召性用语按钮](/zh/organize/settings-structure#navbar)的频率。当您的帐户有权使用此功能,并且您在 `docs.json` 中配置了 `navbar.primary` 按钮时,才会显示展示次数。 该部分显示号召性用语(CTA)点击量随时间变化的图表,以及按页面浏览量、点击量和 CTA 点击率排序的页面表格。 @@ -126,6 +126,14 @@ Mintlify 通过 IP 地址和用户代理来识别智能体访客。智能体访 - **识别高意向页面**:CTA 点击率较高的页面通常表明访客已准备好进行下一步操作,例如注册您的产品或与您的销售团队沟通。 - **了解哪些内容对用户重要**:查看高意向页面,了解哪些内容促使用户更深入地参与您的产品或服务。确保这些页面得到良好维护,并考虑在需要时添加更多相关内容。 +### 用户流程路径 + +用户流程路径图显示访客进入文档后最常见的浏览路径。使用它了解访客接下来阅读哪些页面,以及他们在哪里停止继续浏览。 + +选择入口,然后将鼠标悬停在节点上查看该步骤的访客数量。**Other** 会将较少见的页面归为一个类别。图表最多显示入口后的三次互动。 + +使用用户流程路径来识别常见旅程、发现流失位置并改进导航。该功能使用选定的分析日期范围,需要分析功能访问权限,无需额外配置。 +
## 反馈
From c15404aeb7631f39e61dcb156ba8e4ac5680fe4f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 18:14:55 +0000 Subject: [PATCH 2/6] docs: polish translated analytics updates --- es/editor/live-preview.mdx | 2 +- es/optimize/analytics.mdx | 4 +++- fr/editor/live-preview.mdx | 2 +- fr/optimize/analytics.mdx | 4 +++- zh/deploy/authentication-setup.mdx | 2 +- zh/editor/live-preview.mdx | 4 ++-- zh/optimize/analytics.mdx | 4 +++- 7 files changed, 14 insertions(+), 8 deletions(-) diff --git a/es/editor/live-preview.mdx b/es/editor/live-preview.mdx index 8ff1b6bef4..18c28af1d7 100644 --- a/es/editor/live-preview.mdx +++ b/es/editor/live-preview.mdx @@ -40,7 +40,7 @@ Haga clic en el botón de vista previa en vivo en la barra | | Vista previa en vivo | Despliegue de vista previa | |---|---|---| | **Velocidad** | Al instante | Requiere una compilación | -| **Acceso** | URL local | URL para compartir | +| **Acceso** | URL local, con autenticación automática para sitios protegidos | URL para compartir | | **Cuándo usarla** | Para revisar cambios mientras edita | Para compartir con su equipo para su revisión | | **Disponibilidad** | Mientras el editor esté abierto | Mientras exista la branch | diff --git a/es/optimize/analytics.mdx b/es/optimize/analytics.mdx index 7afcca7386..0cb2a77ba7 100644 --- a/es/optimize/analytics.mdx +++ b/es/optimize/analytics.mdx @@ -126,7 +126,9 @@ Revisa tus analíticas de impresiones para: - **Identificar páginas de alta intención**: Las páginas con una alta tasa de clics del CTA suelen indicar visitantes que están listos para dar el siguiente paso, como registrarse en tu producto o hablar con tu equipo de ventas. - **Comprender qué contenido importa a tus usuarios**: Revisa las páginas de alta intención para conocer qué contenido motiva a las personas a interactuar más a fondo con tu producto o servicio. Asegúrate de que estas páginas estén bien mantenidas y considera añadir más contenido relacionado si es necesario. -### Rutas de flujo de usuarios +
+ ### Rutas de flujo de usuarios +
El gráfico de rutas de flujo muestra los recorridos más comunes de los visitantes después de entrar en tu documentación. Úsalo para saber qué páginas leen a continuación y dónde abandonan. diff --git a/fr/editor/live-preview.mdx b/fr/editor/live-preview.mdx index f5d23c71bf..84a9ad25bd 100644 --- a/fr/editor/live-preview.mdx +++ b/fr/editor/live-preview.mdx @@ -40,7 +40,7 @@ Cliquez sur le bouton d'aperçu en direct dans la barre sup | | Aperçu en direct | Déploiement de prévisualisation | |---|---|---| | **Vitesse** | Immédiat | Nécessite un build | -| **Accès** | URL locale | URL partageable | +| **Accès** | URL locale, avec authentification automatique pour les sites protégés | URL partageable | | **Quand l'utiliser** | Pour revoir les modifications pendant l'édition | Pour partager avec votre équipe pour relecture | | **Disponibilité** | Tant que l'éditeur reste ouvert | Tant que la branche existe | diff --git a/fr/optimize/analytics.mdx b/fr/optimize/analytics.mdx index 3aa3fade60..56a0f51331 100644 --- a/fr/optimize/analytics.mdx +++ b/fr/optimize/analytics.mdx @@ -126,7 +126,9 @@ Examinez vos analyses d'impressions pour : - **Identifier les pages à forte intention** : les pages présentant un taux de clic du CTA élevé indiquent souvent des visiteurs prêts à passer à l'étape suivante, comme s'inscrire à votre produit ou contacter votre équipe commerciale. - **Comprendre quel contenu compte pour vos utilisateurs** : examinez les pages à forte intention pour découvrir quel contenu incite les utilisateurs à s'engager plus profondément avec votre produit ou service. Veillez à ce que ces pages soient bien tenues à jour et envisagez d'ajouter davantage de contenu connexe si nécessaire. -### Parcours des utilisateurs +
+ ### Parcours des utilisateurs +
Le graphique des parcours montre les chemins les plus fréquents suivis par les visiteurs après leur arrivée sur votre documentation. Utilisez-le pour voir quelles pages ils consultent ensuite et où ils abandonnent. diff --git a/zh/deploy/authentication-setup.mdx b/zh/deploy/authentication-setup.mdx index ea38e53e01..982583f714 100644 --- a/zh/deploy/authentication-setup.mdx +++ b/zh/deploy/authentication-setup.mdx @@ -1,6 +1,6 @@ --- title: "认证设置" -description: "为你的站点配置用户认证,以控制对页面和 API 参考的访问权限。将页面设为仅对你的 Mintlify 组织可见,或使用密码、OAuth 或 JWT 认证。" +description: "为你的站点配置用户认证,控制页面和 API 参考的访问权限,并了解密码、OAuth、JWT 和 Mintlify 私有访问的适用场景与限制。" keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password', 'private'] --- diff --git a/zh/editor/live-preview.mdx b/zh/editor/live-preview.mdx index 320e98f1a5..77319cbda6 100644 --- a/zh/editor/live-preview.mdx +++ b/zh/editor/live-preview.mdx @@ -1,6 +1,6 @@ --- title: "实时预览" -description: "在编辑时实时预览你的文档站点,持续更新会即时渲染内容、导航和配置的更改。" +description: "在编辑时实时预览文档站点,实时查看内容、导航和配置更改,并了解公开或受保护站点的预览访问方式。" keywords: ["editor", "preview", "live preview"] --- @@ -36,7 +36,7 @@ keywords: ["editor", "preview", "live preview"] | | 实时预览 | 预览部署 | |---|---|---| | **速度** | 即时 | 需要构建 | -| **访问方式** | 本地 URL | 可分享的 URL | +| **访问方式** | 本地 URL,受保护站点会自动完成身份验证 | 可分享的 URL | | **使用时机** | 在编辑时查看更改 | 与团队共享以供审阅 | | **可用性** | 当编辑器打开时 | 只要该 branch 存在 | diff --git a/zh/optimize/analytics.mdx b/zh/optimize/analytics.mdx index b7194f183e..888d5e0e61 100644 --- a/zh/optimize/analytics.mdx +++ b/zh/optimize/analytics.mdx @@ -126,7 +126,9 @@ Mintlify 通过 IP 地址和用户代理来识别智能体访客。智能体访 - **识别高意向页面**:CTA 点击率较高的页面通常表明访客已准备好进行下一步操作,例如注册您的产品或与您的销售团队沟通。 - **了解哪些内容对用户重要**:查看高意向页面,了解哪些内容促使用户更深入地参与您的产品或服务。确保这些页面得到良好维护,并考虑在需要时添加更多相关内容。 -### 用户流程路径 +
+ ### 用户流程路径 +
用户流程路径图显示访客进入文档后最常见的浏览路径。使用它了解访客接下来阅读哪些页面,以及他们在哪里停止继续浏览。 From 2b75f4c2c6c19e6cb2fd205d2f607c8228921fe3 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:54:07 -0700 Subject: [PATCH 3/6] remove duplicative content --- es/optimize/analytics.mdx | 12 +----------- fr/optimize/analytics.mdx | 12 +----------- optimize/analytics.mdx | 16 +--------------- zh/deploy/authentication-setup.mdx | 2 +- zh/editor/live-preview.mdx | 2 +- zh/optimize/analytics.mdx | 12 +----------- 6 files changed, 6 insertions(+), 50 deletions(-) diff --git a/es/optimize/analytics.mdx b/es/optimize/analytics.mdx index 0cb2a77ba7..d79ecdb382 100644 --- a/es/optimize/analytics.mdx +++ b/es/optimize/analytics.mdx @@ -117,7 +117,7 @@ Revisa tus analíticas de búsquedas para: Las impresiones están en beta y pueden cambiar. -La sección de impresiones de la página de analíticas muestra con qué frecuencia los visitantes hacen clic en el [botón de llamada a la acción de la barra de navegación](/es/organize/settings-structure#navbar). Las impresiones están disponibles cuando tu cuenta tiene acceso a la función y tienes un botón `navbar.primary` configurado en `docs.json`. +La sección de impresiones de la página de analíticas muestra con qué frecuencia los visitantes hacen clic en el [botón de llamada a la acción de la barra de navegación](/es/organize/settings-structure#navbar). Las impresiones solo están disponibles si tienes un botón `navbar.primary` configurado en `docs.json`. La sección muestra un gráfico de clics en la llamada a la acción (CTA) a lo largo del tiempo y una tabla clasificada de páginas con vistas de página, clics y tasa de clics del CTA. @@ -126,16 +126,6 @@ Revisa tus analíticas de impresiones para: - **Identificar páginas de alta intención**: Las páginas con una alta tasa de clics del CTA suelen indicar visitantes que están listos para dar el siguiente paso, como registrarse en tu producto o hablar con tu equipo de ventas. - **Comprender qué contenido importa a tus usuarios**: Revisa las páginas de alta intención para conocer qué contenido motiva a las personas a interactuar más a fondo con tu producto o servicio. Asegúrate de que estas páginas estén bien mantenidas y considera añadir más contenido relacionado si es necesario. -
- ### Rutas de flujo de usuarios -
- -El gráfico de rutas de flujo muestra los recorridos más comunes de los visitantes después de entrar en tu documentación. Úsalo para saber qué páginas leen a continuación y dónde abandonan. - -Selecciona un punto de entrada y pasa el cursor sobre un nodo para ver los visitantes de ese paso. **Other** agrupa las páginas menos comunes. El gráfico muestra hasta tres interacciones después del punto de entrada. - -Usa las rutas de flujo para identificar recorridos comunes, detectar abandonos y mejorar la navegación. Usan el rango de fechas seleccionado y requieren acceso a analíticas; no necesitan configuración adicional. -
## Comentarios
diff --git a/fr/optimize/analytics.mdx b/fr/optimize/analytics.mdx index 56a0f51331..cb2e92c7d5 100644 --- a/fr/optimize/analytics.mdx +++ b/fr/optimize/analytics.mdx @@ -117,7 +117,7 @@ Examinez vos analyses de recherche pour : Les impressions sont en bêta et susceptibles d'évoluer. -La section Impressions de la page d'analytique indique la fréquence à laquelle les visiteurs cliquent sur votre [bouton d'appel à l'action de la barre de navigation](/fr/organize/settings-structure#navbar). Les impressions sont disponibles lorsque votre compte a accès à la fonctionnalité et qu'un bouton `navbar.primary` est configuré dans `docs.json`. +La section Impressions de la page d'analytique indique la fréquence à laquelle les visiteurs cliquent sur votre [bouton d'appel à l'action de la barre de navigation](/fr/organize/settings-structure#navbar). Les impressions ne sont disponibles que si un bouton `navbar.primary` est configuré dans `docs.json`. Cette section affiche un graphique des clics sur l'appel à l'action (CTA) au fil du temps ainsi qu'un tableau classé des pages, avec les vues de page, les clics et le taux de clic du CTA. @@ -126,16 +126,6 @@ Examinez vos analyses d'impressions pour : - **Identifier les pages à forte intention** : les pages présentant un taux de clic du CTA élevé indiquent souvent des visiteurs prêts à passer à l'étape suivante, comme s'inscrire à votre produit ou contacter votre équipe commerciale. - **Comprendre quel contenu compte pour vos utilisateurs** : examinez les pages à forte intention pour découvrir quel contenu incite les utilisateurs à s'engager plus profondément avec votre produit ou service. Veillez à ce que ces pages soient bien tenues à jour et envisagez d'ajouter davantage de contenu connexe si nécessaire. -
- ### Parcours des utilisateurs -
- -Le graphique des parcours montre les chemins les plus fréquents suivis par les visiteurs après leur arrivée sur votre documentation. Utilisez-le pour voir quelles pages ils consultent ensuite et où ils abandonnent. - -Sélectionnez un point d'entrée, puis survolez un nœud pour voir le nombre de visiteurs à cette étape. **Other** regroupe les pages moins fréquentes. Le graphique affiche jusqu'à trois interactions après le point d'entrée. - -Utilisez ces parcours pour identifier les chemins fréquents, repérer les abandons et améliorer la navigation. Ils utilisent la plage de dates sélectionnée et nécessitent l'accès aux analyses, sans configuration supplémentaire. -
## Retours
diff --git a/optimize/analytics.mdx b/optimize/analytics.mdx index 786bf0e064..0b369ea9b8 100644 --- a/optimize/analytics.mdx +++ b/optimize/analytics.mdx @@ -105,7 +105,7 @@ Review your searches analytics to: Impressions are in beta and subject to change. -The impressions section of the analytics page shows how often visitors click your [navbar call-to-action button](/organize/settings-structure#navbar). Impressions are available when your account has access to the feature and you have a `navbar.primary` button configured in `docs.json`. +The impressions section of the analytics page shows how often visitors click your [navbar call-to-action button](/organize/settings-structure#navbar). Impressions are only available if you have a `navbar.primary` button configured in `docs.json`. The section displays a chart of call-to-action (CTA) clicks over time and a ranked table of pages with page views, clicks, and CTA click-through rate. @@ -114,20 +114,6 @@ Review your impressions analytics to: - **Identify high-intent pages**: Pages with a high CTA click-through rate often indicate visitors who are ready to take the next step. Examples include signing up for your product or talking to your sales team. - **Understand what content matters to your users**: Review high-intent pages to learn what content motivates people to engage more deeply with your product or service. Keep these pages up to date and consider adding more related content. -### User flow paths - -The user flow paths chart shows the most common paths visitors take after entering your documentation. Use it to understand which pages visitors read next and where they drop off. - -Select an entry point from the dropdown, then hover over a node to see the number of visitors at that step. **Other** groups less common pages into a single bucket. The chart supports up to three interactions after the entry point. - -Use user flow paths when you want to: - -- **Find common journeys**: Identify the pages visitors commonly read together. -- **Spot drop-off**: Find steps where visitors stop continuing through your content. -- **Improve navigation**: Add links or reorganize related pages based on observed journeys. - -User flow paths use the selected analytics date range and require analytics access. No additional configuration is required. - ## Feedback The feedback tab displays a bar chart of feedback over time and specific feedback items. diff --git a/zh/deploy/authentication-setup.mdx b/zh/deploy/authentication-setup.mdx index 982583f714..ea38e53e01 100644 --- a/zh/deploy/authentication-setup.mdx +++ b/zh/deploy/authentication-setup.mdx @@ -1,6 +1,6 @@ --- title: "认证设置" -description: "为你的站点配置用户认证,控制页面和 API 参考的访问权限,并了解密码、OAuth、JWT 和 Mintlify 私有访问的适用场景与限制。" +description: "为你的站点配置用户认证,以控制对页面和 API 参考的访问权限。将页面设为仅对你的 Mintlify 组织可见,或使用密码、OAuth 或 JWT 认证。" keywords: ['authentication', 'auth', 'OAuth', 'JWT', 'password', 'private'] --- diff --git a/zh/editor/live-preview.mdx b/zh/editor/live-preview.mdx index 77319cbda6..4d25ff2dbd 100644 --- a/zh/editor/live-preview.mdx +++ b/zh/editor/live-preview.mdx @@ -1,6 +1,6 @@ --- title: "实时预览" -description: "在编辑时实时预览文档站点,实时查看内容、导航和配置更改,并了解公开或受保护站点的预览访问方式。" +description: "在编辑时实时预览你的文档站点,持续更新会即时渲染内容、导航和配置的更改。" keywords: ["editor", "preview", "live preview"] --- diff --git a/zh/optimize/analytics.mdx b/zh/optimize/analytics.mdx index 888d5e0e61..8241f007c9 100644 --- a/zh/optimize/analytics.mdx +++ b/zh/optimize/analytics.mdx @@ -117,7 +117,7 @@ Mintlify 通过 IP 地址和用户代理来识别智能体访客。智能体访 展示次数功能处于测试阶段,可能会有变化。 -分析页面的展示次数部分显示访客点击您的[导航栏号召性用语按钮](/zh/organize/settings-structure#navbar)的频率。当您的帐户有权使用此功能,并且您在 `docs.json` 中配置了 `navbar.primary` 按钮时,才会显示展示次数。 +分析页面的展示次数部分显示访客点击您的[导航栏号召性用语按钮](/zh/organize/settings-structure#navbar)的频率。仅当您在 `docs.json` 中配置了 `navbar.primary` 按钮时,才会显示展示次数。 该部分显示号召性用语(CTA)点击量随时间变化的图表,以及按页面浏览量、点击量和 CTA 点击率排序的页面表格。 @@ -126,16 +126,6 @@ Mintlify 通过 IP 地址和用户代理来识别智能体访客。智能体访 - **识别高意向页面**:CTA 点击率较高的页面通常表明访客已准备好进行下一步操作,例如注册您的产品或与您的销售团队沟通。 - **了解哪些内容对用户重要**:查看高意向页面,了解哪些内容促使用户更深入地参与您的产品或服务。确保这些页面得到良好维护,并考虑在需要时添加更多相关内容。 -
- ### 用户流程路径 -
- -用户流程路径图显示访客进入文档后最常见的浏览路径。使用它了解访客接下来阅读哪些页面,以及他们在哪里停止继续浏览。 - -选择入口,然后将鼠标悬停在节点上查看该步骤的访客数量。**Other** 会将较少见的页面归为一个类别。图表最多显示入口后的三次互动。 - -使用用户流程路径来识别常见旅程、发现流失位置并改进导航。该功能使用选定的分析日期范围,需要分析功能访问权限,无需额外配置。 -
## 反馈
From 2af5b384ec5e6fbcb28b0d7476a94fb6c307c5b2 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:55:25 -0700 Subject: [PATCH 4/6] Apply suggestion from @ethanpalm --- editor/live-preview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/live-preview.mdx b/editor/live-preview.mdx index 7b76d1688f..7a225187d2 100644 --- a/editor/live-preview.mdx +++ b/editor/live-preview.mdx @@ -24,7 +24,7 @@ Click the live preview button in the top bar to open a live - Live preview works for public sites and sites protected by Mintlify authentication. For authenticated sites, the editor signs you in to the preview automatically. + Live preview works for public sites and sites protected by Mintlify authentication. ## Live preview versus preview deployments From c6940f86eaa0d9cf2799c6cce765c136cbc0458e Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:55:53 -0700 Subject: [PATCH 5/6] Apply suggestion from @ethanpalm --- editor/live-preview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/live-preview.mdx b/editor/live-preview.mdx index 7a225187d2..869f205615 100644 --- a/editor/live-preview.mdx +++ b/editor/live-preview.mdx @@ -32,7 +32,7 @@ Click the live preview button in the top bar to open a live | | Live preview | Preview deployment | |---|---|---| | **Speed** | Instant | Requires a build | -| **Access** | Local URL, with automatic authentication for protected sites | Shareable URL | +| **Access** | Local URL | Shareable URL | | **Use when** | Reviewing changes while editing | Sharing with your team for review | | **Availability** | While the editor is open | As long as the branch exists | From 89195755b6a75bf2b67682d53354e493fe116b62 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:57:26 -0700 Subject: [PATCH 6/6] Apply suggestion from @ethanpalm --- deploy/authentication-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/authentication-setup.mdx b/deploy/authentication-setup.mdx index 0a6d09c492..7e2a1776ef 100644 --- a/deploy/authentication-setup.mdx +++ b/deploy/authentication-setup.mdx @@ -486,4 +486,4 @@ Some features behave differently or are unavailable when you enable authenticati | [skill.md](/ai/skillmd) | Full support | Not supported | Not supported | | [Sitemap](/optimize/seo#sitemaps-and-robotstxt-files) | Full support | Available behind authentication, but excludes pages in groups | Available behind authentication, but excludes pages in groups | | [robots.txt](/optimize/seo#sitemaps-and-robotstxt-files) | Full support | Available behind authentication | Available behind authentication | -| [Live preview](/editor/live-preview) | Full support | Supported with automatic editor authentication | Supported with automatic editor authentication | +| [Live preview](/editor/live-preview) | Full support | Supported for Mintlify authentication | Supported for Mintlify authentication |