Skip to content

Commit 621bf2a

Browse files
committed
Improve meta information
1 parent 3cd1b10 commit 621bf2a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

docs/backend/configuration-registry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
myst:
33
html_meta:
4-
"description": "Configuration Registry"
5-
"property=og:description": "Configuration Registry"
6-
"property=og:title": "Configuration Registry"
4+
"description": "Configuration Registry in Plone 6"
5+
"property=og:description": "Configuration Registry in Plone 6"
6+
"property=og:title": "Configuration Registry in Plone 6"
77
"keywords": "Plone 6, Configuration Registry, backend, plone.registry, plone.app.registry, GenericSetup"
88
---
99

@@ -15,7 +15,7 @@ myst:
1515
Explain how `plone.registry` / `plone.app.registry` and `GenericSetup` work together.
1616
Provide examples of how to import and export Plone settings.
1717
18-
See
18+
See https://github.com/plone/documentation/issues/1424
1919
```
2020

2121
(backend-configuration-registry-generic-setup-label)=

docs/backend/traversing.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": "Traversing"
7-
"keywords": ""
4+
"description": "Traversing in Plone 6"
5+
"property=og:description": "Traversing in Plone 6"
6+
"property=og:title": "Traversing in Plone 6"
7+
"keywords": "Plone 6, backend, Traversing"
88
---
99

1010
(backend-traversing-label)=
@@ -13,4 +13,6 @@ myst:
1313

1414
```{todo}
1515
Document traversing here.
16+
17+
See https://github.com/plone/documentation/issues/1425
1618
```

0 commit comments

Comments
 (0)