Skip to content

Commit 4a269ca

Browse files
committed
Fix headings and meta information
1 parent 6f816ae commit 4a269ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/contributing/core/documentation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
myst:
33
html_meta:
4-
"description": "Writing documentation of Plone"
5-
"property=og:description": "Writing documentation of Plone"
6-
"property=og:title": "Writing documentation of Plone"
4+
"description": "Write documentation of Plone"
5+
"property=og:description": "Write documentation of Plone"
6+
"property=og:title": "Write documentation of Plone"
77
"keywords": "documentation, Plone"
88
---
99

10-
# Writing documentation
10+
# Write documentation
1111

1212
For general guidance for contributing documentation, see {doc}`/contributing/documentation/index`.
1313

@@ -20,7 +20,7 @@ The documentation repository is on [GitHub](https://github.com/plone/documentati
2020
Information for how to contribute to documentation can be found at {doc}`/contributing/documentation/index`.
2121

2222

23-
## Documenting a package
23+
## Document a package
2424

2525
At the very least, your package should include the following forms of documentation.
2626

0 commit comments

Comments
 (0)