|
1 | 1 | ---
|
2 | 2 | myst:
|
3 | 3 | html_meta:
|
4 |
| - "description": "Plone development guide" |
5 |
| - "property=og:description": "Plone development guide" |
6 |
| - "property=og:title": "Development guide" |
7 |
| - "keywords": "Plone 6, development guide, developer, development" |
| 4 | + "description": "Plone developer guide" |
| 5 | + "property=og:description": "Plone developer guide" |
| 6 | + "property=og:title": "Developer guide" |
| 7 | + "keywords": "Plone 6, developer guide, development" |
8 | 8 | ---
|
9 | 9 |
|
10 |
| -# Development guide |
11 |
| - |
12 |
| -```{note} |
13 |
| -This part of the documentation is under revision, consolidating documentation for development from its various locations into in one section. |
14 |
| -Until then, you can use the [search feature](https://6.docs.plone.org/search.html?q=development). |
15 |
| -You can also help with this effort, even if it is to report that something is missing, by [creating an issue](https://github.com/plone/documentation/issues/new?assignees=&labels=&projects=&template=new-issue-form.yml). |
16 |
| -``` |
| 10 | +# Developer guide |
17 | 11 |
|
18 | 12 | This part of the documentation provides information for how to develop in Plone.
|
19 |
| -This development guide points you, as a developer, to the appropriate resource. |
20 |
| - |
21 |
| - |
22 |
| -## Tests |
23 |
| - |
24 |
| -Tests ensure that your project functions as expected, and that changes to the code base during development don't break anything. |
25 |
| - |
26 |
| - |
27 |
| -### Volto |
28 |
| - |
29 |
| -- {doc}`Volto acceptance tests </volto/contributing/acceptance-tests>` |
30 |
| -- {doc}`Volto unit tests </volto/contributing/testing>` |
31 |
| -- {ref}`testing-the-add-on-label` |
32 |
| - |
33 |
| - |
34 |
| -### Classic UI |
35 | 13 |
|
36 | 14 | ```{note}
|
37 |
| -Classic UI testing for Plone 6 is in the process of being written. |
| 15 | +This part of the documentation is under construction. |
| 16 | +You can find documentation for development in various locations through the [search feature](https://6.docs.plone.org/search.html?q=development). |
| 17 | +You can help consolidate all of development documentation here, even if it is to let us know what is missing, by [creating an issue](https://github.com/plone/documentation/issues/new?assignees=&labels=&projects=&template=new-issue-form.yml). |
38 | 18 | ```
|
39 | 19 |
|
40 | 20 |
|
41 |
| -### Backend |
42 |
| - |
43 |
| -```{note} |
44 |
| -Backend testing for Plone 6 is in the process of being written. |
45 |
| -Until it is complete, Plone 5 documentation is the authoritative source for writing tests for the Plone backend. |
46 |
| -``` |
47 |
| - |
48 |
| -- {doc}`Backend tests <plone5:develop/testing/index>` (Plone 5) |
49 |
| - |
50 |
| - |
51 |
| -## Create an add-on |
52 |
| - |
53 |
| -- {doc}`create-a-backend-add-on` |
54 |
| -- {doc}`/volto/development/add-ons/create-an-add-on-18` |
55 |
| - |
56 |
| - |
57 |
| -## Create a Plone distribution |
58 |
| - |
59 |
| -{doc}`create-a-distribution` |
60 |
| - |
61 |
| - |
62 |
| -## Create content types |
63 |
| - |
64 |
| -- {doc}`/backend/content-types/creating-content-types` |
65 |
| -- {doc}`plone5:develop/plone/content/index` (Plone 5) |
66 |
| - |
67 |
| - |
68 |
| -## Register views |
69 |
| - |
70 |
| -{doc}`plone5:develop/plone/views/index` (Plone 5) |
71 |
| - |
72 |
| - |
73 |
| -## Register API services |
74 |
| - |
75 |
| -{doc}`backend/configuration-registry` |
76 |
| - |
77 |
| - |
78 |
| -## {term}`ZCA` |
79 |
| -% TODO: This is a mixture of conceptual and how-to guides. Move its parts where they belong and rewrite. |
80 |
| -{doc}`plone5:develop/addons/components/index` (Plone 5) |
81 |
| - |
82 |
| - |
83 |
| -## {term}`ZCML` |
84 |
| -% TODO: This is a mixture of conceptual and how-to guides. Move its parts where they belong and rewrite. |
85 |
| -{doc}`plone5:develop/addons/components/zcml` (Plone 5) |
86 |
| - |
87 |
| - |
88 | 21 | ```{toctree}
|
89 | 22 | :maxdepth: 2
|
90 |
| -:hidden: |
91 | 23 |
|
92 |
| -create-a-backend-add-on |
93 | 24 | create-a-distribution
|
94 | 25 | ```
|
0 commit comments