You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/install/index.md
+20-11Lines changed: 20 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ myst:
4
4
"description": "Get started with Plone 6"
5
5
"property=og:description": "Get started with Plone 6"
6
6
"property=og:title": "Get started"
7
-
"keywords": "Plone 6, install, overview"
7
+
"keywords": "Plone 6, install"
8
8
---
9
9
10
10
(get-started-label)=
@@ -24,30 +24,41 @@ This part of the documentation helps you find the best way to get started with P
24
24
25
25
Choose a version to demo.
26
26
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
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.
37
48
38
49
{doc}`create-project-cookieplone`
39
50
: This is the recommended way to install Plone for a new project with the Volto frontend.
40
51
41
52
{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.
43
54
Using Buildout will be the most familiar way for admins who have experience with Plone 3, 4, or 5.
44
55
45
56
{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.
47
58
It provides a basic installation without many additional tools to help with development.
48
59
49
60
{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.
51
62
52
63
{doc}`Install Plone as a contributor </contributing/index>`
53
64
: 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]
60
71
The {doc}`/conceptual-guides/index` explain concepts to help you understand Plone.
61
72
62
73
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.
63
75
64
76
65
77
(get-started-contribute-label)=
66
78
67
79
## Contribute to Plone
68
80
69
81
See the {doc}`Contributor Guide </contributing/index>` to learn how to participate in the Plone community and contribute to our open source software.
0 commit comments