From 6527aeccafa37ffc50659975a435e25bb7cafdd2 Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Wed, 4 Sep 2024 21:42:09 +0530 Subject: [PATCH] removing tests --- apps/generator/docs/model-generation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/generator/docs/model-generation.md b/apps/generator/docs/model-generation.md index 64b4c2f54..f15ea8d24 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). +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.