Skip to content

Commit ba7dc4c

Browse files
authored
Merge pull request #9413 from mendix/MvM-ClarifyMaiaStatus
Clarify status of Maia tools
2 parents 1cf27c7 + 17c2ed3 commit ba7dc4c

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

content/en/docs/refguide/modeling/domain-model/create-a-basic-data-layer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ This document also presents [an example for defining the domain model](#example-
3030
To create entities and their attributes, follow the steps below.
3131

3232
{{% alert color="info" %}}
33-
If you are using Mendix version 10.13.0 or above, you can use the Maia domain model generator to create a domain model based on a description of your requirements. For more information, see [Maia Domain Model Generator](/refguide/domain-model-generator/).
34-
35-
The domain model generator is currently an experimental feature. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
33+
If you are using Mendix version 10.13.0 or above, you can use the Maia domain model generator to create a domain model based on a description of your requirements. For more information, see [Maia Domain Model Generator](/refguide/domain-model-generator/).
3634
{{% /alert %}}
3735

3836
1. Open your [domain model](/refguide/domain-model/).

content/en/docs/refguide/modeling/mendix-ai-assistance/domain-model-generator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ description: "Describes the features in Domain Model Generator."
88
## Introduction
99

1010
{{% alert color="info" %}}
11-
Domain Model Generator is currently an experimental feature introduced in Studio Pro 10.13.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
11+
Maia Domain Model Generator was introduced in Studio Pro 10.13.0.
1212
{{% /alert %}}
1313

1414
{{% alert color="info" %}}
15-
To use Domain Model Generator, internet connection and signing in to Studio Pro are required.
15+
To use Maia Domain Model Generator, internet connection and signing in to Studio Pro are required.
1616
{{% /alert %}}
1717

18-
Maia Domain Model Generator is an AI-powered tool that you can use for generating a [domain model](/refguide/domain-model/). It helps you to generate entities and associations based on text input. In Studio Pro 10.18 and above, you can also use Domain Model Generator in existing domain models. As an experimental feature, Domain Model Generator still have several limitations. For more information, see the [Limitations](#limitation) section below.
18+
Maia Domain Model Generator is an AI-powered tool that you can use for generating a [domain model](/refguide/domain-model/). It helps you to generate entities and associations based on text input. In Studio Pro 10.18 and above, you can also use Domain Model Generator in existing domain models.The Domain Model Generator has several limitations. For more information, see the [Limitations](#limitation) section below.
1919

2020
## Using Domain Model Generator
2121

@@ -56,7 +56,7 @@ Below are some examples you can use as a starting point:
5656

5757
## Limitations {#limitation}
5858

59-
As an experimental feature, Domain Model Generator has some limitations.
59+
The Domain Model Generator has some limitations.
6060

6161
### Enumeration Generation
6262

content/en/docs/refguide/modeling/mendix-ai-assistance/maia-explain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: "Describes the features in Maia Explain."
99
## Introduction
1010

1111
{{% alert color="info" %}}
12-
Maia Explain is currently an experimental feature introduced in Studio Pro 10.21.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
12+
Maia Explain was introduced in Studio Pro 10.21.0.
1313
{{% /alert %}}
1414

1515
{{% alert color="info" %}}

content/en/docs/refguide/modeling/mendix-ai-assistance/translation-generator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Describes the features in Translation Generator."
88
## Introduction
99

1010
{{% alert color="info" %}}
11-
Translation Generator, an AI translation tool, is currently an experimental feature introduced in Studio Pro 10.12.0. For more information on experimental features, see [Beta and Experimental Releases](/releasenotes/beta-features/).
11+
Maia Translation Generator, an AI translation tool, was introduced in Studio Pro 10.12.0.
1212
{{% /alert %}}
1313

1414
{{% alert color="info" %}}
@@ -51,7 +51,7 @@ Currently, if you encounter an error after clicking **Generate Translations...**
5151

5252
In Studio Pro 10.14.0 and above, you can also use Translation Generator in the web version of the [system texts](/refguide/system-texts/) editor.
5353

54-
The web-based system texts editor was released in Studio Pro 10.14.0 as an experimental feature. You can enable it via **Preferences** > the **New Features** tab > the **System Texts Editor** section.
54+
The web-based system texts editor was released in Studio Pro 10.14.0. You can enable it via **Preferences** > the **New Features** tab > the **System Texts Editor** section.
5555

5656
After enabling the new editor and Translation Generator, make sure to restart Studio Pro. You will then see the **Generate translation** option from **App Explorer** > **App '*APP_NAME*'** > **System texts**.
5757

content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ Publishing data as a GraphQL service is available as of Studio Pro 10.14. When y
309309

310310
#### Enable Domain Model Generator (Experimental)
311311

312-
In Studio Pro 10.13.0, Domain Model Generator was introduced as an experimental feature. Enable this option to help you generate entities and associations for empty domain models. For more information on how to use this feature, see [Domain Model Generator](/refguide/domain-model-generator/).
312+
Maia Domain Model Generator was introduced in Studio Pro 10.13.0. Enable this option to help you generate entities and associations for empty domain models. For more information on how to use this feature, see [Domain Model Generator](/refguide/domain-model-generator/).
313313

314314
#### Enable Translation Generator (Experimental)
315315

316-
In Studio Pro 10.12.0, Translation Generator was introduced as an experimental feature. Enable this option to help you translate your model to different languages through **Batch translate** under the **Language** menu. For more information, see [Translation Generator](/refguide/translation-generator/).
316+
Maia Translation Generator was introduced in Studio Pro 10.12.0. Enable this option to help you translate your model to different languages through **Batch translate** under the **Language** menu. For more information, see [Translation Generator](/refguide/translation-generator/).
317317

318318
### Mapping Editor
319319

content/en/docs/refguide/modeling/menus/translatable-texts/batch-translate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Tip: move the dialog box to one side to get a better look at the document.
4848
### Translation
4949

5050
{{% alert color="info" %}}
51-
Alternatively, you can use the AI-powered translation tool [Translation Generator](/refguide/translation-generator/) to generate translations for you. It is currently an experimental feature introduced in Studio Pro 10.12. You can enable it via **Preferences** > the **New Features** tab > the **Maia** section.
51+
Alternatively, you can use the AI-powered translation tool [Translation Generator](/refguide/translation-generator/) to generate translations for you. This was introduced in Studio Pro 10.12. You can enable it via **Preferences** > the **New Features** tab > the **Maia** section.
5252
{{% /alert %}}
5353

5454
In **Translation**, type new text that you want to use instead of the existing text. Click **Translate** to confirm the replacement.

0 commit comments

Comments
 (0)