From 90f884488a53157f7fde197c99e64a9abaeaa9c6 Mon Sep 17 00:00:00 2001 From: Anca Emcken Date: Mon, 31 May 2021 15:59:13 +0200 Subject: [PATCH] Explicitly mention that NodeJS is a third-party technology. --- .../docs/client-frameworks/getting-started/quick-start/en.md | 2 ++ docs/data/routes/docs/techniques/ssr/headless-mode-ssr/en.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/data/routes/docs/client-frameworks/getting-started/quick-start/en.md b/docs/data/routes/docs/client-frameworks/getting-started/quick-start/en.md index a9f7ab55ad..17c270cd7f 100644 --- a/docs/data/routes/docs/client-frameworks/getting-started/quick-start/en.md +++ b/docs/data/routes/docs/client-frameworks/getting-started/quick-start/en.md @@ -71,6 +71,8 @@ Experimental templates are experimental specialized JSS examples. They are examp ### Special Templates * `node-headless-ssr-proxy` This app shows how to configure a Node server to act as a proxy between the browser and Sitecore. [Read more here](/docs/techniques/ssr/headless-mode-ssr). +> NodeJS is a third-party technology that you must configure according to your specific use-case scenarios for Headless mode. + ### Deprecated Templates * `sitecore-javascript-renderings` This app shows how to render a JavaScript app as a rendering embedded within a traditional Sitecore MVC site. See [JavaScript Renderings](/docs/techniques/mvc-integration/javascript-rendering) for details. This template is flagged as deprecated as of Oct 2020 because these rendering don't scale well. They satisfy edge-case requirements, and should generally be avoided. diff --git a/docs/data/routes/docs/techniques/ssr/headless-mode-ssr/en.md b/docs/data/routes/docs/techniques/ssr/headless-mode-ssr/en.md index 1688fba70e..5d7aff0bb9 100644 --- a/docs/data/routes/docs/techniques/ssr/headless-mode-ssr/en.md +++ b/docs/data/routes/docs/techniques/ssr/headless-mode-ssr/en.md @@ -10,6 +10,8 @@ JSS supports headless server-side rendering using any service that supports host All Sitecore marketing features are supported by this headless mode, including personalization, tracking, multivariate testing, etc. + > NodeJS is a third-party technology that you must configure according to your specific use-case scenarios for Headless mode. + ## How to use 1. Clone [the JSS samples repository](https://github.com/sitecore/jss) and copy the `samples/node-headless-ssr-proxy` folder to your disk, for example: `c:\jss-headless`.