Skip to content

Commit f9a8746

Browse files
authored
Proof
1 parent 225392d commit f9a8746

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • content/en/docs/refguide/runtime/mendix-client

content/en/docs/refguide/runtime/mendix-client/react.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,15 @@ The migration mode will show deprecation warnings instead of errors for all inco
8383

8484
Read further for guides that allow you convert your app so it is ready for the React client.
8585

86-
### Custom index.html{#index}
86+
### Custom Index.html{#index}
8787

88-
The structure of the index.html file is different for the React and Dojo clients.
89-
To make sure that your application will work correctly, follow these steps:
88+
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:
9089

91-
1. Delete the custom index.html or rename it temporarily
92-
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
93-
3. You can apply any changes you want
90+
1. Delete the custom `index.html`, or rename it temporarily.
91+
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`.
92+
3. Apply any changes you want.
9493

95-
It is also possible to keep custom index.html files for both clients. To do this you need to name the React client index file index-react.html. This file will take prescedence when the React client is enabled while the index.html will be used for Dojo client deployments.
94+
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.
9695

9796
### Marketplace Components{#marketplace}
9897

0 commit comments

Comments
 (0)