Skip to content

Commit 0dc4856

Browse files
committed
Rename to Configuration Registry. Always spell out words.
Add meta information.
1 parent a6427f4 commit 0dc4856

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

docs/backend/config-registry.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "Configuration Registry"
5+
"property=og:description": "Configuration Registry"
6+
"property=og:title": "Configuration Registry"
7+
"keywords": "Plone 6, Configuration Registry, backend, plone.registry, plone.app.registry, GenericSetup"
8+
---
9+
10+
(backend-configuration-registry-label)=
11+
12+
# Configuration Registry
13+
14+
```{todo}
15+
Explain how `plone.registry` / `plone.app.registry` and `GenericSetup` work together.
16+
Provide examples of how to import and export Plone settings.
17+
18+
See
19+
```
20+
21+
(backend-configuration-registry-generic-setup-label)=
22+
23+
## `GenericSetup`
24+
25+
```{todo}
26+
Explain how `GenericSetup` works.
27+
```

docs/backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Insert introduction here.
1717

1818
```{toctree}
1919
:maxdepth: 2
20-
config-registry
20+
configuration-registry
2121
control-panels
2222
content-types
2323
behaviors

0 commit comments

Comments
 (0)