Skip to content

Commit 2d73b6d

Browse files
Merge pull request #39 from episerver/usage-clarification
Updates README to correct location of usage warning for 'coupled' demo.
2 parents 2e72cf2 + 95cf0ff commit 2d73b6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/music-festival-vue-coupled/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!WARNING]
2+
> This example is intended for demonstration purposes only and is not supported for production applications in Optimizely's Content and Commerce Cloud. The approach launches a NodeJS server and proxies requests to a frontend application, which can result in performance and stability issues.
3+
14
# Optimizely Content Delivery - Coupled
25

36
This sample site demonstrates one approach to render Optimizely content with a JavaScript framework with server-side rendering, client side routing, working On-Page Edit (OPE) mode, and where the client app and backend are hosted in the same application. The client app is hosted in its own Noje.js process and then proxied by dotnet. [See below for a more details](#architecture).

samples/music-festival-vue-decoupled/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
> [!WARNING]
2-
> This example is intended for demonstration purposes only and is not supported for production applications in Optimizely's Content and Commerce Cloud. The approach launches a NodeJS server and proxies requests to a frontend application, which can result in performance and stability issues.
3-
41
# Optimizely Content Delivery - Decoupled
52

63
This sample site demonstrates one approach to render Optimizely content in a client side framework that is using client side routing for navigation with a working On-Page Edit (OPE) mode in the Optimizely UI, where the frontend and backend are hosted as separate apps.

0 commit comments

Comments
 (0)