1
1
---
2
2
myst :
3
3
html_meta :
4
- " description " : " This website is the HTML documentation of Plone, an open source, enterprise-level content management system."
5
- " property=og:description " : " This website is the HTML documentation of Plone, an open source, enterprise-level content management system."
4
+ " description " : " This website is the documentation of Plone, an open source, enterprise-level content management system."
5
+ " property=og:description " : " This website is the documentation of Plone, an open source, enterprise-level content management system."
6
6
" property=og:title " : " Plone 6 Documentation"
7
7
" keywords " : " Plone 6, content management system, CMS, open source, Documentation, Volto, Classic UI, frontend, backend, plone.restapi, plone.api"
8
8
---
@@ -13,13 +13,106 @@ myst:
13
13
14
14
This is the community-maintained documentation for the Plone content management system.
15
15
16
- This documentation is for:
16
+ ````` {grid} 1 1 2 2
17
+ :gutter: 3 3 4 5
17
18
18
- - Editors who write and update content on a site
19
- - Site administrators who install Plone and add-ons, and set up a site
20
- - Designers who create site themes
21
- - Deployers who configure servers for site hosting
22
- - Developers who customize a site’s capabilities, create add-ons, and contribute to Plone itself
19
+ ````{grid-item-card}
20
+ :link: install/index
21
+ :link-type: doc
22
+ {octicon}`zap;1.5em;sd-text-info`
23
+ Get started
24
+ ^^^
25
+ This part of the documentation describes how to get started with Plone.
26
+ Choose from a trying a demo of Plone or installing Plone.
27
+ +++
28
+ ```{button-ref} install/index
29
+ :color: primary
30
+ :expand:
31
+ Go to Get started
32
+ ```
33
+ ````
34
+
35
+ ````{grid-item-card}
36
+ :link: user-guide/index
37
+ :link-type: doc
38
+ {octicon}`person;1.5em;sd-text-info`
39
+ User guide
40
+ ^^^
41
+ This part of the documentation describes how to use Plone effectively, covering tasks for site editors and administrators.
42
+ +++
43
+ ```{button-ref} user-guide/index
44
+ :ref-type: doc
45
+ :color: primary
46
+ :expand:
47
+ Go to User guide
48
+ ```
49
+ ````
50
+
51
+ ````{grid-item-card}
52
+ :link: developer-guide/index
53
+ :link-type: doc
54
+ {octicon}`person-add;1.5em;sd-text-info`
55
+ Developer guide
56
+ ^^^
57
+ This part of the documentation describes how to develop a Plone project.
58
+ +++
59
+ ```{button-ref} developer-guide/index
60
+ :ref-type: doc
61
+ :color: primary
62
+ :expand:
63
+ Go to Developer guide
64
+ ```
65
+ ````
66
+
67
+ ````{grid-item-card}
68
+ :link: reference-guide/index
69
+ :link-type: doc
70
+ {octicon}`bookmark;1.5em;sd-text-info`
71
+ Reference guide
72
+ ^^^
73
+ This part of the documentation describes the APIs, functions, modules, and objects included in Plone.
74
+ +++
75
+ ```{button-ref} reference-guide/index
76
+ :ref-type: doc
77
+ :color: primary
78
+ :expand:
79
+ Go to Reference guide
80
+ ```
81
+ ````
82
+
83
+ ````{grid-item-card}
84
+ :link: conceptual-guides/index
85
+ :link-type: doc
86
+ {octicon}`light-bulb;1.5em;sd-text-info`
87
+ Conceptual guides
88
+ ^^^
89
+ This part of the documentation provides explanation of concepts to deepen and broaden your understanding of Plone.
90
+ +++
91
+ ```{button-ref} conceptual-guides/index
92
+ :ref-type: doc
93
+ :color: primary
94
+ :expand:
95
+ Go to Conceptual guides
96
+ ```
97
+ ````
98
+
99
+ ````{grid-item-card}
100
+ :link: contributing/index
101
+ :link-type: doc
102
+ {octicon}`git-pull-request;1.5em;sd-text-info`
103
+ Contributor guide
104
+ ^^^
105
+ This part of the documentation describes how to contribute to Plone, including all its projects and repositories under the Plone GitHub organization.
106
+ +++
107
+ ```{button-ref} contributing/index
108
+ :ref-type: doc
109
+ :color: primary
110
+ :expand:
111
+ Go to Contributor guide
112
+ ```
113
+ ````
114
+
115
+ `````
23
116
24
117
``` {seealso}
25
118
Read the [documentation for the previous version, Plone 5](https://5.docs.plone.org/).
@@ -42,6 +135,8 @@ backend/index
42
135
i18n-l10n/index
43
136
conceptual-guides/index
44
137
contributing/index
138
+ reference-guide/index
139
+ user-guide/index
45
140
```
46
141
47
142
``` {toctree}
0 commit comments