From 4facf4a1bd10e2857da09da1cac5dab2b59ae22b Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 28 Oct 2022 01:19:22 +0530 Subject: [PATCH] docs: add notes about the deployments (#48279) --- docs/how-to-enable-new-languages.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/how-to-enable-new-languages.md b/docs/how-to-enable-new-languages.md index 1c64e15bd62..df48ea99300 100644 --- a/docs/how-to-enable-new-languages.md +++ b/docs/how-to-enable-new-languages.md @@ -418,4 +418,7 @@ Then commit and push your branch directly to the News repo. Finally, open a PR for review. -Once both your PRs to the CDN and News repo have been approved, they can be merged. Deployment will be handled subsequently by the staff. +Once both your PRs to the CDN and News repo have been approved, they can be merged. + +> [!NOTE] +> Deployment will be handled subsequently by the staff. Here is a sample PR: [freeCodeCamp/news#485](https://github.com/freeCodeCamp/news/pull/485) of how they do it and more details are available in the [staff-wiki](https://staff-wiki.freecodecamp.org/docs/flight-manuals/news-instances#jamstack---news--assets).