Skip to content

Commit

Permalink
Fix html_meta tags, and remove stray spaces that prevented the glossa… (
Browse files Browse the repository at this point in the history
#1663)

* Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering.

* add change log entry
  • Loading branch information
stevepiercy committed Jun 23, 2023
1 parent 9097cfc commit 2048301
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
11 changes: 6 additions & 5 deletions docs/source/endpoints/navroot.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
html_meta:
"description": "Navigation root is a concept that provides a way to root catalog queries, searches, and breadcrumbs in Plone."
"property=og:description": "Navigation root is a concept that provides a way to root catalog queries, searches, and breadcrumbs in Plone."
"property=og:title": "Navigation Root"
"keywords": "Plone, plone.restapi, REST, API, site, navigation root"
myst:
html_meta:
"description": "Navigation root is a concept that provides a way to root catalog queries, searches, and breadcrumbs in Plone."
"property=og:description": "Navigation root is a concept that provides a way to root catalog queries, searches, and breadcrumbs in Plone."
"property=og:title": "Navigation Root"
"keywords": "Plone, plone.restapi, REST, API, site, navigation root"
---

(navigation-root-label)=
Expand Down
11 changes: 6 additions & 5 deletions docs/source/endpoints/site.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
html_meta:
"description": "Site endpoint for Plone REST API"
"property=og:title": "Site endpoint for Plone REST API"
"property=og:description": "Site endpoint for Plone REST API"
"keywords": "Plone, plone.restapi, REST, API, site, navigation root"
myst:
html_meta:
"description": "Site endpoint for Plone REST API"
"property=og:title": "Site endpoint for Plone REST API"
"property=og:description": "Site endpoint for Plone REST API"
"keywords": "Plone, plone.restapi, REST, API, site, navigation root"
---

# Site
Expand Down
4 changes: 2 additions & 2 deletions docs/source/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Verb
One of the basic actions that can be requested to be executed by the server (on an object) based on the {term}`Request`.
Object URL
The target object of the {term}`Request`
The target object of the {term}`Request`.
Authorization Header
Part of the {term}`Request` that is responsible for the authentication related to the right user or service to ask for a {term}`Response`.
Expand All @@ -53,7 +53,7 @@ Authentication Method
Basic Auth
A simple {term}`Authentication Method` referenced in the {term}`Authorization Header` that needs to be provided by the server.
content rule
A content rule will automatically perform an action when a certain event, known as a {term}`trigger`, takes place.
Expand Down
1 change: 1 addition & 0 deletions news/1663.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix html_meta tags, and remove stray spaces that prevented the glossary from rendering. @stevepiercy

0 comments on commit 2048301

Please sign in to comment.