From 3ba580c4c874cdf723f286b6f9f94bb1ddc40603 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 6 Nov 2023 09:23:44 -0800 Subject: [PATCH 1/2] docs: add warning about using dev server in production environment --- API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/API.md b/API.md index c965d537d5d..2d8c3c749a7 100644 --- a/API.md +++ b/API.md @@ -94,6 +94,9 @@ well as assets such as html, css, and images necessary for the UI. ## Starting an Open MCT application +[#!WARNING] +Open MCT provides a development server via `webpack-dev-server` (`npm start`). **This should be used for development purposes only and should never be deployed to a production environment**. + To start a minimally functional Open MCT application, it is necessary to include the Open MCT distributable, enable some basic plugins, and bootstrap the application. The tutorials walk through the process of getting Open MCT up From 12b9276192a8afc9ab23310cd86cc1f864a1ee51 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 6 Nov 2023 09:26:15 -0800 Subject: [PATCH 2/2] docs: fix formatting --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 2d8c3c749a7..bb592f47d57 100644 --- a/API.md +++ b/API.md @@ -94,8 +94,8 @@ well as assets such as html, css, and images necessary for the UI. ## Starting an Open MCT application -[#!WARNING] -Open MCT provides a development server via `webpack-dev-server` (`npm start`). **This should be used for development purposes only and should never be deployed to a production environment**. +> [!WARNING] +> Open MCT provides a development server via `webpack-dev-server` (`npm start`). **This should be used for development purposes only and should never be deployed to a production environment**. To start a minimally functional Open MCT application, it is necessary to include the Open MCT distributable, enable some basic plugins, and bootstrap