From abf77dc134f9df06c11c1d3b19eb44461e8af78c Mon Sep 17 00:00:00 2001 From: Koran Agan Date: Wed, 13 Mar 2024 11:21:56 -0400 Subject: [PATCH 1/4] Update project.md Dead links for Plone Documentation --- docs/effective-volto/getting-started/project.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/effective-volto/getting-started/project.md b/docs/effective-volto/getting-started/project.md index 435dad01b..600b11a75 100644 --- a/docs/effective-volto/getting-started/project.md +++ b/docs/effective-volto/getting-started/project.md @@ -29,11 +29,11 @@ pip install cookiecutter ### nvm, Node.JS, Yeoman, and Yarn -First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#install-nvm-nodejs-version-manager). +First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). -After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#yeoman). +After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). -Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/volto/getting-started/install.html#yarn-nodejs-package-manager). +Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). ### Docker (optional, but recommended) From c63f4b7c610c5082b04f47e36798cbd8cb38b914 Mon Sep 17 00:00:00 2001 From: Koran Agan Date: Wed, 13 Mar 2024 14:55:10 -0400 Subject: [PATCH 2/4] Update docs/effective-volto/getting-started/project.md Co-authored-by: Steve Piercy --- docs/effective-volto/getting-started/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/effective-volto/getting-started/project.md b/docs/effective-volto/getting-started/project.md index 600b11a75..5fa2b92eb 100644 --- a/docs/effective-volto/getting-started/project.md +++ b/docs/effective-volto/getting-started/project.md @@ -31,7 +31,7 @@ pip install cookiecutter First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). -After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). +After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yeoman-and-the-volto-boilerplate-generator). Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). From 8b03d660ba7e3d452de1e064c4c79b036e297ba5 Mon Sep 17 00:00:00 2001 From: Koran Agan Date: Wed, 13 Mar 2024 14:55:19 -0400 Subject: [PATCH 3/4] Update docs/effective-volto/getting-started/project.md Co-authored-by: Steve Piercy --- docs/effective-volto/getting-started/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/effective-volto/getting-started/project.md b/docs/effective-volto/getting-started/project.md index 5fa2b92eb..40bb00fe7 100644 --- a/docs/effective-volto/getting-started/project.md +++ b/docs/effective-volto/getting-started/project.md @@ -29,7 +29,7 @@ pip install cookiecutter ### nvm, Node.JS, Yeoman, and Yarn -First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). +First install `nvm` and latest Node.JS according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#nvm). After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yeoman-and-the-volto-boilerplate-generator). From 209e5620bd8334f4440d61f316f41b04d0396ff8 Mon Sep 17 00:00:00 2001 From: Koran Agan Date: Wed, 13 Mar 2024 15:01:45 -0400 Subject: [PATCH 4/4] Update docs/effective-volto/getting-started/project.md Co-authored-by: Steve Piercy --- docs/effective-volto/getting-started/project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/effective-volto/getting-started/project.md b/docs/effective-volto/getting-started/project.md index 40bb00fe7..454af4f6c 100644 --- a/docs/effective-volto/getting-started/project.md +++ b/docs/effective-volto/getting-started/project.md @@ -33,7 +33,7 @@ First install `nvm` and latest Node.JS according to the [Plone documentation](ht After that, install Yeoman according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yeoman-and-the-volto-boilerplate-generator). -Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#pre-requisites-for-installation). +Finally, install `yarn` according to the [Plone documentation](https://6.docs.plone.org/install/create-project.html#yarn). ### Docker (optional, but recommended)