Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update integration docs links #1589

Merged
merged 1 commit into from
Oct 29, 2023
Merged
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
8 changes: 4 additions & 4 deletions docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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**

Expand Down
Loading