diff --git a/apps/generator/docs/model-generation.md b/apps/generator/docs/model-generation.md index f15ea8d24..aee09e7e9 100644 --- a/apps/generator/docs/model-generation.md +++ b/apps/generator/docs/model-generation.md @@ -3,7 +3,7 @@ title: "Adding models generation in template" weight: 200 --- -This guide will walk you through the process of enabling models/types generation in a template by using [Modelina](https://www.asyncapi.com/tools/modelina). +This guide will walk you through the process of enabling models/types generation in a template by using [Modelina](https://www.asyncapi.com/tools/modelina) Modelina is an AsyncAPI library designed for generating data models using inputs such as [AsyncAPI](generator/asyncapi-document), OpenAPI, or JSON schema inputs. Its functionality revolves around creating data models from the provided AsyncAPI document and the model template, which defines message payloads. It is better to use Modelina in your template to handle model generation rather than providing custom templates.