Skip to content

Commit 97a4fb9

Browse files
Added Recommended Changes
1 parent 9028656 commit 97a4fb9

File tree

13 files changed

+43
-43
lines changed

13 files changed

+43
-43
lines changed

docs/_inc/_create-classic-ui-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ To stop the Plone instance in foreground mode, type {kbd}`ctrl-c`.
1515

1616
## Related content
1717

18-
- {ref}`Classic UI <classic-ui-index-label>`
18+
- {ref}`classic-ui-index-label`

docs/admin-guide/add-site.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ If you select the Volto frontend, you can switch to it by changing the port numb
7474

7575
## Related content
7676

77-
- {ref}`Install Plone with Cookieplone <install-cookieplone-label>`
78-
- {ref}`Install Plone with Buildout <install-buildout-label>`
79-
- {ref}`Install Plone with pip <install-pip-label>`
77+
- {ref}`install-cookieplone-label`
78+
- {ref}`install-buildout-label`
79+
- {ref}`install-pip-label`

docs/admin-guide/backup-restore-plone-buildout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ Some Plone sites require incremental backups every few minutes.
9696

9797
## Related content
9898

99-
- {ref}`Export and import site data <exportimport>`
100-
- {ref}`Install Plone with Buildout <install-buildout-label>`
101-
- {ref}`Install Plone with pip <install-pip-label>`
99+
- {ref}`exportimport`
100+
- {ref}`install-buildout-label`
101+
- {ref}`install-pip-label`

docs/admin-guide/export-import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ Consider a File content item with UID `3e0dd7c4b2714eafa1d6fc6a1493f953` and a P
114114

115115
## Related content
116116

117-
- {ref}`Back up and restore a Plone buildout <back-up-and-restore-a-plone-buildout-label>`
118-
- {ref}`Add a Plone site <add-a-plone-site-label>`
117+
- {ref}`back-up-and-restore-a-plone-buildout-label`
118+
- {ref}`add-a-plone-site-label`

docs/admin-guide/install-buildout.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ bin/instance stop
129129

130130
## Related content
131131

132-
- {ref}`Add a Plone site <add-a-plone-site-label>`
133-
- {ref}`Install Plone with pip <install-pip-label>`
134-
- {ref}`Back up and restore a Plone buildout <back-up-and-restore-a-plone-buildout-label>`
135-
- {ref}`Compare Buildout and pip <compare-buildout-pip-label>`
132+
- {ref}`add-a-plone-site-label`
133+
- {ref}`install-pip-label`
134+
- {ref}`back-up-and-restore-a-plone-buildout-label`
135+
- {ref}`compare-buildout-pip-label`

docs/admin-guide/install-pip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ bin/runwsgi -v instance/etc/zope.ini
100100

101101
## Related content
102102

103-
- {ref}`Add a Plone site <add-a-plone-site-label>`
104-
- {ref}`Install Plone with Buildout <install-buildout-label>`
105-
- {ref}`Compare Buildout and pip <compare-buildout-pip-label>`
103+
- {ref}`add-a-plone-site-label`
104+
- {ref}`install-buildout-label`
105+
- {ref}`compare-buildout-pip-label`

docs/backend/behaviors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,6 @@ This dynamically provided interface enables the component architecture to react
381381

382382
## Related content
383383

384-
- {ref}`Content types <backend-content-types-index-label>`
385-
- {ref}`Schemas <backend-schemas-label>`
386-
- {ref}`Fields <backend-fields-label>`
384+
- {ref}`backend-content-types-index-label`
385+
- {ref}`backend-schemas-label`
386+
- {ref}`backend-fields-label`

docs/backend/content-types/creating-content-types.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Also have a look at Plone {doc}`/backend/behaviors`, which provide default featu
121121

122122
## Related content
123123

124-
- {ref}`Schemas <backend-schemas-label>`
125-
- {ref}`Fields <backend-fields-label>`
126-
- {ref}`Widgets <backend-widgets-label>`
127-
- {ref}`Behaviors <backend-behaviors-label>`
128-
- {ref}`Factory Type Information <backend-content-types-fti-label>`
124+
- {ref}`backend-schemas-label`
125+
- {ref}`backend-fields-label`
126+
- {ref}`backend-widgets-label`
127+
- {ref}`backend-behaviors-label`
128+
- {ref}`backend-content-types-fti-label`

docs/backend/fields.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ In supermodel XML, the directives are `security:read-permission` and
368368

369369
## Related content
370370

371-
- {ref}`Schemas <backend-schemas-label>`
372-
- {ref}`Content types <backend-content-types-index-label>`
373-
- {ref}`Vocabularies <backend-vocabularies-label>`
374-
- {ref}`Relations <relations-label>`
371+
- {ref}`backend-schemas-label`
372+
- {ref}`backend-content-types-index-label`
373+
- {ref}`backend-vocabularies-label`
374+
- {ref}`relations-label`

docs/backend/relations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ But it can also be the name of a relation that is created by code, for example,
646646

647647
## Related content
648648

649-
- {ref}`Schemas <backend-schemas-label>`
650-
- {ref}`Relation fields <backend-fields-relation-fields-label>`
651-
- {ref}`Content types <backend-content-types-index-label>`
652-
- {ref}`Vocabularies <backend-vocabularies-label>`
649+
- {ref}`backend-schemas-label`
650+
- {ref}`backend-fields-relation-fields-label`
651+
- {ref}`backend-content-types-index-label`
652+
- {ref}`backend-vocabularies-label`

0 commit comments

Comments
 (0)