diff --git a/aio/content/guide/doc-prepare-to-edit.md b/aio/content/guide/doc-prepare-to-edit.md
index 4c2f68d809c..0a3413dcfaf 100644
--- a/aio/content/guide/doc-prepare-to-edit.md
+++ b/aio/content/guide/doc-prepare-to-edit.md
@@ -49,6 +49,7 @@ For more information about the required software, see [Setting up the local envi
Angular requires an [active long-term-support (LTS) or maintenance LTS version](https://nodejs.org/about/releases) of Node.js.
+ * [nvm](https://github.com/nvm-sh/nvm#about)
* [Yarn](https://yarnpkg.com/getting-started/install)
* [Homebrew](https://brew.sh) for macOS or [Chocolatey](https://chocolatey.org/install) for Windows
* [Vale][GithubAngularAngularTreeMainAioToolsDocLinterInstallValeOnYourDevelopmentSystemReadmeMd] \(see note\)
@@ -277,11 +278,11 @@ After you clone the origin repo on your local computer, run these commands from
- cd personal/angular/aio
+ cd personal/angular
- 1. Run this command to install the npm modules.
+ 1. Run this command to install the Angular dependencies.
@@ -289,6 +290,22 @@ After you clone the origin repo on your local computer, run these commands from
+ 1. Run this command to navigate to the documentation project.
+
+
+
+ cd aio
+
+
+
+ 1. Run this command to install the npm modules for the documentation.
+
+
+
+ yarn setup
+
+
+
1. Locate `angular/aio/tools/doc-linter/vale.ini` in your working directory to use in the next step as the path to the configuration file in the **Vale:Config** setting.
1. [Install Vale][GithubAngularAngularTreeMainAioToolsDocLinterInstallValeOnYourDevelopmentSystemReadmeMd] to complete the software installation.
diff --git a/aio/ngsw-config.json b/aio/ngsw-config.json
index ef327a74ce5..459536f6a23 100644
--- a/aio/ngsw-config.json
+++ b/aio/ngsw-config.json
@@ -130,9 +130,11 @@
"!/guide/set-document-title/{0,1}",
"!/guide/setup-systemjs-anatomy/{0,1}",
"!/guide/setup/{0,1}",
+ "!/guide/update-to-latest-version/{0,1}",
"!/guide/updating-to-version-10/{0,1}",
"!/guide/updating-to-version-11/{0,1}",
"!/guide/updating-to-version-12/{0,1}",
+ "!/guide/updating-to-version-13/{0,1}",
"!/guide/webpack/{0,1}",
"!/guide/{0,1}",
"!/news*",