From 95cf0fff869ab20d068954124db7c2b0f8b860f4 Mon Sep 17 00:00:00 2001 From: Chris Banner Date: Mon, 24 Feb 2025 08:35:52 -0500 Subject: [PATCH] Updates README to correct location of usage warning for 'coupled' demo. --- samples/music-festival-vue-coupled/README.md | 3 +++ samples/music-festival-vue-decoupled/README.md | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/music-festival-vue-coupled/README.md b/samples/music-festival-vue-coupled/README.md index efd763f..4237e02 100644 --- a/samples/music-festival-vue-coupled/README.md +++ b/samples/music-festival-vue-coupled/README.md @@ -1,3 +1,6 @@ +> [!WARNING] +> 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. + # Optimizely Content Delivery - Coupled 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). diff --git a/samples/music-festival-vue-decoupled/README.md b/samples/music-festival-vue-decoupled/README.md index ad624f9..c92f6dc 100644 --- a/samples/music-festival-vue-decoupled/README.md +++ b/samples/music-festival-vue-decoupled/README.md @@ -1,6 +1,3 @@ -> [!WARNING] -> 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. - # Optimizely Content Delivery - Decoupled 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.