From 2e2135bf1872a2a6801965ea2a67e7ef6271670b Mon Sep 17 00:00:00 2001 From: Bob Watson Date: Tue, 22 Nov 2022 07:59:09 -0800 Subject: [PATCH] docs: add missing documentation setup instructions (#48174) PR Close #48174 --- aio/content/guide/doc-prepare-to-edit.md | 21 +++++++++++++++++++-- aio/ngsw-config.json | 2 ++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/doc-prepare-to-edit.md b/aio/content/guide/doc-prepare-to-edit.md index 4c2f68d809c2a..0a3413dcfafe7 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 ef327a74ce538..459536f6a2336 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*",