Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion es/optimize/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,10 @@ Revisa tus datos de feedback para:

- **Identificar contenido exitoso**: Las páginas con más feedback positivo muestran qué funciona bien en tu documentación.
- **Priorizar mejoras**: Las páginas con más feedback negativo indican qué contenido podría necesitar atención.
- **Tomar medidas**: Realiza actualizaciones en la documentación basadas en el feedback directo de los usuarios.
- **Tomar medidas**: Realiza actualizaciones en la documentación basadas en el feedback directo de los usuarios.

<div id="automate-doc-updates-from-feedback">
## Automatizar las actualizaciones de docs a partir del feedback
</div>

Activa el [workflow **Feedback docs updates**](/workflows/enable#feedback-docs-updates) para que el agente redacte mejoras de la documentación a partir del feedback contextual reciente en una programación recurrente. El agente clasifica las páginas según el feedback negativo y detallado, resume los temas y abre una pull request con actualizaciones específicas.
8 changes: 7 additions & 1 deletion fr/optimize/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,10 @@ Analysez vos données de feedback pour&nbsp;:

- **Identifier les contenus les plus efficaces**&nbsp;: les pages qui reçoivent le plus de retours positifs montrent ce qui fonctionne bien dans votre documentation.
- **Prioriser les améliorations**&nbsp;: les pages qui reçoivent le plus de retours négatifs indiquent quels contenus pourraient nécessiter une attention particulière.
- **Passer à l'action**&nbsp;: mettez à jour votre documentation en vous appuyant sur les retours directs des utilisateurs.
- **Passer à l'action**&nbsp;: mettez à jour votre documentation en vous appuyant sur les retours directs des utilisateurs.

<div id="automate-doc-updates-from-feedback">
## Automatiser les mises à jour de docs à partir des retours
</div>

Activez le [workflow **Feedback docs updates**](/workflows/enable#feedback-docs-updates) pour que l'agent rédige des améliorations de la documentation à partir des retours contextuels récents, selon une planification récurrente. L'agent classe les pages en fonction des retours négatifs et détaillés, résume les thèmes et ouvre une pull request avec des mises à jour ciblées.
6 changes: 5 additions & 1 deletion optimize/feedback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,8 @@ Review your feedback data to:

- **Identify successful content**: Pages with the most positive feedback show what works well in your documentation.
- **Prioritize improvements**: Pages with the most negative feedback indicate what content might need attention.
- **Take action**: Make documentation updates based on direct user feedback.
- **Take action**: Make documentation updates based on direct user feedback.

## Automate doc updates from feedback

Enable the [**Feedback docs updates** workflow](/workflows/enable#feedback-docs-updates) to have the agent draft documentation improvements from recent contextual feedback on a recurring schedule. The agent ranks pages by negative and detailed feedback, summarizes themes, and opens a pull request with targeted updates.
28 changes: 28 additions & 0 deletions workflows/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,34 @@

#### Run a translation immediately

After saving the workflow, click **Translate now** to run it on demand using the currently saved target languages. The workflow must be enabled to trigger a manual run. Manual runs do not affect the workflow's regular trigger.

Check warning on line 75 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L75

In general, use active voice instead of passive voice ('be enabled').

## Feedback docs updates

The **Feedback docs updates** workflow turns recent [contextual feedback](/optimize/feedback) on your published docs into targeted documentation improvements. The agent reviews the pages with the most negative or detailed feedback in the trigger window, drafts updates that address the themes it finds, and opens a pull request with the changes.

Use this workflow to close the loop between reader feedback and your docs without manually triaging every comment.

Check warning on line 81 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L81

Did you really mean 'triaging'?

### Prerequisites

- The **Contextual feedback** add-on is enabled on the [Add-ons](https://dashboard.mintlify.com/products/addons) page.

Check warning on line 85 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L85

In general, use active voice instead of passive voice ('is enabled').
- Your project has received contextual feedback in the trigger window. If no qualifying feedback exists, the workflow runs but does not open a pull request.

### How it runs

- **Trigger**: Scheduled. Defaults to weekly on Monday at 09:00 UTC. Edit the schedule from the workflow's settings.
- **Signal**: Pages are ranked by the number of "not helpful" votes, written comments, and total feedback in the window. The agent receives a redacted excerpt of representative comments along with links back to each item in the feedback dashboard.

Check warning on line 91 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L91

In general, use active voice instead of passive voice ('are ranked').
- **Output**: A single pull request that updates the highest-signal pages. Each run summary lists the pages the agent changed and the feedback items it cited as evidence.

Feedback that mentions email addresses, API keys, or other secrets is automatically redacted before the agent sees it.

### Configure the workflow

When you enable **Feedback docs updates**, you can configure:

- **Instructions**: Optional guidance appended to the workflow's base prompt. Use this to set tone, scope, or pages to avoid.
- **Update mode**: Open a pull request for review, or automatically merge changes. See [Update mode](#update-mode).

This workflow does not accept context repositories or notifications. It always runs on the connected docs repository.

<GitlabWorkflowSetup />
Loading