From 4c2eec135bd665ad38cab2d86a520638803157d7 Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Sun, 29 Oct 2023 13:06:16 +0100 Subject: [PATCH] docs: update integration docs links (#1589) --- docs/integration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/integration.md b/docs/integration.md index 973a8d00fe..0d15312e7f 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -17,9 +17,9 @@ This readme file goes into details how to integrate Modelina into various enviro Integrating Modelina into websites is is one of the core features, and each framework is different, so here are some of examples: -- [Using Modelina in React](../examples/integrate-with-react/) -- [Using Modelina in Next](../examples/integrate-with-next/) -- +- [Using Modelina in React](../examples/integrate-with-react) +- [Using Modelina in Next](../examples/integrate-with-next) + > NOTICE: Modelina only works server side and not on the client side. In the React example its always rendered on the server side, and with Next you have to utilize [data fetching techniques](https://nextjs.org/docs/basic-features/data-fetching/overview) to retrieve the generated code from the server. There are a few exceptions to the features Modelina support in a website environment. Those are listed here below: @@ -63,7 +63,7 @@ There are at least two ways you can integrate Modelina into your build process f - DO work with other inputs then AsyncAPI - DO work when needing extensive build options and configurations -Checkout the Maven example here: [Integrate Modelina into Maven](../examples/integrate-modelina-into-maven/maven-project/) +Checkout the Maven example here: [Integrate Modelina into Maven](../examples/integrate-modelina-into-maven) **AsyncAPI CLI**