Skip to content
Open
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
14 changes: 14 additions & 0 deletions workflows/enable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,18 @@

Add optional instructions appended to the workflow's base prompt. Use these instructions to adjust the style, tone, or other aspects unique to your project.

### Target languages

The **Translate content** workflow translates your documentation into one or more languages every time it runs. When you enable the workflow, select the languages you want to keep in sync with your source content.

- Mintlify reads your [docs.json `navigation.languages`](/organize/navigation#languages) to identify your default language and preselects any supported target languages already configured there.
- The source language cannot be selected as a target.

Check warning on line 65 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L65

In general, use active voice instead of passive voice ('be selected').
- You must select at least one target language to save the workflow.

You can change the target languages at any time by opening the workflow's settings and editing the **Translate to** field.

#### 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 turned on to trigger a manual run. Manual runs do not affect the workflow's regular trigger.

Check warning on line 72 in workflows/enable.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/enable.mdx#L72

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

<GitlabWorkflowSetup />
Loading