Skip to content

Commit 0675809

Browse files
committed
Tidy up docs/install/index.md by reformatting Try a Plone demo section, improving parity between Volto and Classic UI as frontends in Plone 6, and adding mention of PloneConf.
1 parent e2f617c commit 0675809

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

docs/install/index.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description": "Get started with Plone 6"
55
"property=og:description": "Get started with Plone 6"
66
"property=og:title": "Get started"
7-
"keywords": "Plone 6, install, overview"
7+
"keywords": "Plone 6, install"
88
---
99

1010
(get-started-label)=
@@ -24,30 +24,41 @@ This part of the documentation helps you find the best way to get started with P
2424

2525
Choose a version to demo.
2626

27-
- [Plone 6 with Volto frontend](https://demo.plone.org/)
28-
- [Plone 6 with Classic UI](https://classic.demo.plone.org/login?came_from=/en)
27+
https://volto.demo.plone.org/
28+
: Plone 6 with Volto frontend
29+
30+
https://demo.plone.org/
31+
: Plone 6 with Volto frontend and some add-ons, including Volto Light Theme, with content that demonstrates all the content types of Plone and blocks in Volto
32+
33+
[https://classic.demo.plone.org/](https://classic.demo.plone.org/login?came_from=/en)
34+
: Plone 6 with Classic UI frontend
2935

3036

3137
(get-started-install-label)=
3238

3339
## Install Plone
3440

35-
First, choose a Plone frontend. [TODO: add link to explanation of how to choose]
36-
(If you are following a [Plone training](https://training.plone.org/), it should specify which option to choose.)
41+
First, choose a Plone user interface, or frontend.
42+
43+
```{TODO}
44+
Add link to explanation of how to choose a frontend.
45+
```
46+
47+
If you are following a [Plone training](https://training.plone.org/), it should specify which option to choose.
3748

3849
{doc}`create-project-cookieplone`
3950
: This is the recommended way to install Plone for a new project with the Volto frontend.
4051

4152
{doc}`/admin-guide/install-buildout`
42-
: This is one way to install Plone with the Classic UI.
53+
: This is one way to install Plone with the Classic UI frontend.
4354
Using Buildout will be the most familiar way for admins who have experience with Plone 3, 4, or 5.
4455

4556
{doc}`/admin-guide/install-pip`
46-
: This is one way to install Plone with the Classic UI.
57+
: This is one way to install Plone with the Classic UI frontend.
4758
It provides a basic installation without many additional tools to help with development.
4859

4960
{doc}`create-project`
50-
: This was the recommended way to install Plone 6.0 for a new project with the Volto frontend.
61+
: Installing Plone 6.0 with `cookiecutter-plone-starter` was the recommended way to install for a new project with the Volto frontend, but it is now deprecated in Plone 6.1.
5162

5263
{doc}`Install Plone as a contributor </contributing/index>`
5364
: This option is for developers who want to contribute to Plone and its packages.
@@ -60,13 +71,11 @@ First, choose a Plone frontend. [TODO: add link to explanation of how to choose]
6071
The {doc}`/conceptual-guides/index` explain concepts to help you understand Plone.
6172

6273
The community has created a set of [Plone trainings](https://training.plone.org/) which are hosted separately from the documentation.
74+
Plone trainings take place at every annual Plone Conference.
6375

6476

6577
(get-started-contribute-label)=
6678

6779
## Contribute to Plone
6880

6981
See the {doc}`Contributor Guide </contributing/index>` to learn how to participate in the Plone community and contribute to our open source software.
70-
71-
72-
(install-index-getting-started-label)=

0 commit comments

Comments
 (0)