Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions content/en/docs/refguide/runtime/mendix-client/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Read further for guides that allow you convert your app so it is ready for the R

The structure of the `index.html` file is different for React and Dojo clients. To make sure your application will work correctly, follow these steps:

1. Delete the custom `index.html`, or rename it temporarily.
2. Run the local deployment and copy the app/deployment/web/index-example.html to your app/theme/web/index.html. That will be your new `index.html`.
3. Apply any changes you want.
1. Delete the custom `app/theme/web/index.html`, or rename it temporarily.
2. Run the local deployment and copy the `app/deployment/web/index-example.html` to your `app/theme/web/index.html`. That will be your new `index.html`.
3. Apply customization where required.

It is also possible to keep custom `index.html` files for both clients. To do this, name the React client index file *index-react.html*. This file will take precedence when the React client is enabled, while the `index.html` will be used for Dojo client deployments.

Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/refguide10/runtime/mendix-client/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ Read further for guides that allow you convert your app so it is ready for the R

The structure of the `index.html` file is different for React and Dojo clients. To make sure your application will work correctly, follow these steps:

1. Delete the custom `index.html`, or rename it temporarily.
2. Run the local deployment and copy the app/deployment/web/index-example.html to your app/theme/web/index.html. That will be your new `index.html`.
3. Apply any changes you want.
1. Delete the custom `app/theme/web/index.html`, or rename it temporarily.
2. Run the local deployment and copy the `app/deployment/web/index-example.html` to your `app/theme/web/index.html`. That will be your new `index.html`.
3. Apply customization where required.

It is also possible to keep custom `index.html` files for both clients. To do this, name the React client index file *index-react.html*. This file will take precedence when the React client is enabled, while the `index.html` will be used for Dojo client deployments.

Expand Down