Skip to content

Commit 1628502

Browse files
committed
Update create-project.md, removing note about not documenting how to install Plone via buildout, and specifying Plone 6.0.
1 parent cec89fe commit 1628502

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ def source_replace(app, docname, source):
358358
source_replacements = {
359359
"{PLONE_BACKEND_MINOR_VERSION}": "6.0",
360360
"{PLONE_BACKEND_PATCH_VERSION}": "6.0.13",
361-
"{NVM_VERSION}": "0.39.5",
362361
"{SUPPORTED_PYTHON_VERSIONS_PLONE60}": "3.8, 3.9, 3.10, 3.11, or 3.12",
363362
"{SUPPORTED_PYTHON_VERSIONS_PLONE61}": "3.10, 3.11, or 3.12",
364363
}

docs/install/create-project.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ myst:
1010

1111
(create-a-project-label)=
1212

13-
# Install Plone with cookiecutter-plone-starter (deprecated)
13+
# Install Plone with `cookiecutter-plone-starter` (deprecated)
1414

15-
This chapter describes how you can create a web application using the {term}`cookiecutter-plone-starter` template.
16-
17-
```{deprecated} Plone 6.1 & Volto 18
18-
This way of installing Plone is now deprecated.
19-
It was the recommended way to start a new Plone project with **Plone 6.0** and **Volto 17 or earlier**.
15+
```{deprecated} Plone 6.1 and Volto 18
16+
This method to install Plone is now deprecated.
17+
It was the recommended way to start a new Plone project with Plone 6.0 and Volto 17 or earlier.
2018
For other installation options, see {ref}`get-started-install-label`.
2119
```
2220

21+
This chapter describes how you can create a web application using the {term}`cookiecutter-plone-starter` template.
22+
2323
This template creates a web application using Plone with the Volto frontend, along with tools for development and deployment.
2424

2525

2626
(install-packages-system-requirements-label)=
2727

2828
## System requirements
2929

30-
Plone 6 has both hardware requirements and software prerequisites.
30+
Plone 6.0 has both hardware requirements and software prerequisites.
3131

3232

3333
(install-packages-hardware-requirements-label)=
@@ -159,15 +159,9 @@ Now the instructions to install Yarn should work.
159159

160160
(install-packages-install-label)=
161161

162-
## Install Plone 6
163-
164-
We install Plone 6 with {term}`pipx`, {term}`Cookiecutter`, {term}`mxdev`, {term}`make`, and other developer tools.
162+
## Install Plone 6.0
165163

166-
```{note}
167-
We do not maintain documentation for installing Plone 6 or later with `buildout`.
168-
For Plone 5, `buildout` was the preferred installation method.
169-
You can read the [documentation of how to install Plone 5 with `buildout`](https://5.docs.plone.org/manage/installing/installation_minimal_buildout.html), and adapt it to your needs for Plone 6.
170-
```
164+
We install Plone 6.0 with {term}`pipx`, {term}`Cookiecutter`, {term}`mxdev`, {term}`make`, and other developer tools.
171165

172166
Create a new directory to hold your project, and make it your current directory.
173167

0 commit comments

Comments
 (0)