Skip to content

Commit 052fbbe

Browse files
authored
Merge pull request plone#1180 from plone/add-html_meta-labels
Add html_meta tags and label for Intersphinx
2 parents 2ab5703 + 875a3c0 commit 052fbbe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/contributing/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
html_meta:
3-
"description": "Contributing to Plone Documentation."
3+
"description": "Contributing to Plone Documentation"
4+
"property=og:description": "Contributing to Plone Documentation"
5+
"property=og:title": "Contributing to Plone Documentation"
46
"keywords": "Plone, Plone Contributor Agreement, License, Code of Conduct"
57
---
68

docs/contributing/writing-docs-guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
html_meta:
33
"description": "General Guide to Writing Documentation"
4+
"property=og:description": "General Guide to Writing Documentation"
5+
"property=og:title": "General Guide to Writing Documentation"
46
"keywords": "Documentation, Plone, Sphinx, MyST, reStructuredText, Markdown"
57
---
68

9+
(contributing-writing-docs-guide)=
10+
711
# General Guide to Writing Documentation
812

913
This guide provides general help for writing documentation for Plone.

0 commit comments

Comments
 (0)