From c363d993d1794d8ae9ecfdc6b8a371d0afc5a795 Mon Sep 17 00:00:00 2001 From: Steve Piercy <web@stevepiercy.com> Date: Mon, 31 Mar 2025 04:13:49 -0700 Subject: [PATCH] Revise introduction to Install Plone with Cookieplone --- docs/install/create-project-cookieplone.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install/create-project-cookieplone.md b/docs/install/create-project-cookieplone.md index f7871b20d..a61c30a55 100644 --- a/docs/install/create-project-cookieplone.md +++ b/docs/install/create-project-cookieplone.md @@ -13,8 +13,9 @@ myst: # Install Plone with Cookieplone This chapter describes how you can create a web application using {term}`Cookieplone`. -Cookieplone is the recommended way to create a Plone project as an add-on using the Volto frontend. -It also includes tools for development and deployment. +Cookieplone is the recommended way to create a Plone project using the Volto frontend. +The following instructions can be used to start building a Plone site, or to develop an add-on that can be released and used as a part of other Plone sites. +Cookieplone will also include tools for development and deployment. ```{seealso} For other installation options, see {ref}`get-started-install-label`.