From db79a0a29aebe427030867340e46921ecc72649f Mon Sep 17 00:00:00 2001 From: Aileen <22950294+aileenpalafox@users.noreply.github.com> Date: Thu, 24 Jun 2021 02:19:31 -0700 Subject: [PATCH] fix(docs): replaced DANGER with ATTENTION (#42615) --- docs/devops.md | 6 +++--- docs/how-to-setup-freecodecamp-locally.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/devops.md b/docs/devops.md index 80040fe3d2..678445c58c 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -508,7 +508,7 @@ Code changes need to be deployed to the API instances from time to time. It can be a rolling update or a manual update. The later is essential when changing dependencies or adding environment variables. -> [!DANGER] The automated pipelines are not handling dependencies updates at the +> [!ATTENTION] The automated pipelines are not handling dependencies updates at the > minute. We need to do a manual update before any deployment pipeline runs. #### 1. Manual Updates - Used for updating dependencies, env variables. @@ -609,7 +609,7 @@ Code changes need to be deployed to the API instances from time to time. It can be a rolling update or a manual update. The later is essential when changing dependencies or adding environment variables. -> [!DANGER] The automated pipelines are not handling dependencies updates at the +> [!ATTENTION] The automated pipelines are not handling dependencies updates at the > minute. We need to do a manual update before any deployment pipeline runs. #### 1. Manual Updates - Used for updating dependencies, env variables. @@ -872,7 +872,7 @@ pm2 save pm2 logs ``` -> [!DANGER] +> [!ATTENTION] > For client applications, the shell script can't be resurrected between Node.js versions with `pm2 resurrect`. Deploy processes from scratch instead. This should become nicer when we move to a docker based setup. ## Installing and Updating Azure Pipeline Agents diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index d261f5708b..1642706f87 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -27,7 +27,7 @@ Some community members also develop on Windows 10 natively with Git for Windows | npm (comes bundled with Node) | `6.x` | Does not have LTS releases, we use the version bundled with Node LTS | | [MongoDB Community Server](https://docs.mongodb.com/manual/administration/install-community/) | `4.0.x` | [Release Notes](https://docs.mongodb.com/v4.0/release-notes/) | -> [!DANGER] +> [!ATTENTION] > If you have a different version, please install the recommended version. We can only support installation issues for recommended versions. See [troubleshooting](#troubleshooting) for details. If Node.js is already installed on your machine, run the following commands to validate the versions: