Skip to content

Commit 259a32b

Browse files
authored
Merge pull request plone#1293 from plone/1263-topmatter-to-myst-keys
Fix plone#1263 topmatter to myst keys
2 parents e79e65b + 03f771b commit 259a32b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+416
-347
lines changed

docs/addMetaData.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
import os
22
import logging
33
metadata_check = """---
4-
html_meta:
4+
myst:
55
"""
66
metadata = """---
7-
html_meta:
8-
"description": ""
9-
"property=og:description": ""
10-
"property=og:title": ""
11-
"keywords": ""
7+
myst:
8+
html_meta:
9+
"description": ""
10+
"property=og:description": ""
11+
"property=og:title": ""
12+
"keywords": ""
1213
---
1314
1415
"""

docs/backend/annotations.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": ""
7+
"keywords": ""
78
---
89

910
(backend-annotations-label)=

docs/backend/behaviors.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": ""
7+
"keywords": ""
78
---
89

910
(backend-behaviors-label)=

docs/backend/content-types.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": ""
7+
"keywords": ""
78
---
89

910
(backend-content-types-label)=

docs/backend/control-panels.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": "How to add a Control Panel"
4-
"property=og:description": "How to add a Control Panel"
5-
"property=og:title": "Control panels"
6-
"keywords": "Plone, Add, Control Panel"
2+
myst:
3+
html_meta:
4+
"description": "How to add a Control Panel"
5+
"property=og:description": "How to add a Control Panel"
6+
"property=og:title": "Control panels"
7+
"keywords": "Plone, Add, Control Panel"
78
---
89

910
(backend-controlpanels-label)=

docs/backend/fields.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": ""
7+
"keywords": ""
78
---
89

910
(backend-fields-label)=

docs/backend/global-utils.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": "Global functions defined in CMFPlone and plone.app.layout."
4-
"property=og:description": "Global functions defined in CMFPlone and plone.app.layout."
5-
"property=og:title": "Global utils and helpers"
6-
"keywords": "Plone, Classic UI, templates, global variables, portal_state, context_state, plone_view, portal_url, helper methods"
2+
myst:
3+
html_meta:
4+
"description": "Global functions defined in CMFPlone and plone.app.layout."
5+
"property=og:description": "Global functions defined in CMFPlone and plone.app.layout."
6+
"property=og:title": "Global utils and helpers"
7+
"keywords": "Plone, Classic UI, templates, global variables, portal_state, context_state, plone_view, portal_url, helper methods"
78
---
89

910

docs/backend/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": "Backend"
6-
"keywords": "Plone 6, Volto, Classic UI, frontend, backend, plone.restapi, plone.api"
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": "Backend"
7+
"keywords": "Plone 6, Volto, Classic UI, frontend, backend, plone.restapi, plone.api"
78
---
89

910
(backend-index-label)=

docs/backend/indexing.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": "Using Plone's catalog to index content and make it searchable."
4-
"property=og:description": "Using Plone's catalog to index content and make it searchable."
5-
"property=og:title": "Indexing"
6-
"keywords": "Plone, indexing, indexes, indexer, catalog, searching, FieldIndex, KeywordIndex, DateIndex, DateRangeIndex, BooleanIndex, ZCTextIndex, SearchableText, textindexer"
2+
myst:
3+
html_meta:
4+
"description": "Using Plone's catalog to index content and make it searchable."
5+
"property=og:description": "Using Plone's catalog to index content and make it searchable."
6+
"property=og:title": "Indexing"
7+
"keywords": "Plone, indexing, indexes, indexer, catalog, searching, FieldIndex, KeywordIndex, DateIndex, DateRangeIndex, BooleanIndex, ZCTextIndex, SearchableText, textindexer"
78
---
89

910
(backend-indexing-label)=

docs/backend/plone-restapi.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
html_meta:
3-
"description": ""
4-
"property=og:description": ""
5-
"property=og:title": ""
6-
"keywords": ""
2+
myst:
3+
html_meta:
4+
"description": ""
5+
"property=og:description": ""
6+
"property=og:title": ""
7+
"keywords": ""
78
---
89

910
(backend-plone.restapi-label)=

0 commit comments

Comments
 (0)