Skip to content

Commit 9028656

Browse files
Updating pull request
1 parent d03f4cb commit 9028656

16 files changed

+53
-45
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-
- {doc}`Classic UI </classic-ui/index>`
18+
- {ref}`Classic UI <classic-ui-index-label>`

docs/_inc/_install-python-plone61.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Plone 6.1 requires Python version {{SUPPORTED_PYTHON_VERSIONS_PLONE61}}.
1010

1111
## Related content
1212

13-
- {doc}`Plone installation requirements </install/index>`
13+
- {ref}`Plone installation requirements <get-started-label>`

docs/admin-guide/add-site.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Regardless of the frontend you select, you will be redirected to the backend's u
7272
If you select the Volto frontend, you can switch to it by changing the port number in the URL, usually `3000`, and visiting it at http://localhost:3000, for example.
7373
```
7474

75-
## Related Content
75+
## Related content
7676

77-
- {doc}`/install/create-project-cookieplone` — Create a new Plone project using Cookiecutter.
78-
- {doc}`/admin-guide/install-buildout`Install Plone using Buildout.
79-
- {doc}`/admin-guide/install-pip`Install Plone using pip.
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>`

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-
- {doc}`/admin-guide/export-import`Export and import content
100-
- {doc}`/admin-guide/install-buildout`Install Plone using Buildout
101-
- {doc}`/admin-guide/install-pip`Install Plone using pip
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>`

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-
- {doc}`/admin-guide/backup-restore-plone-buildout`Back up and restore Plone sites
118-
- {doc}`/admin-guide/add-site`Add a Plone site to an existing instance
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>`

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-
- {doc}`/admin-guide/add-site`Add a Plone site after installation
133-
- {doc}`/admin-guide/install-pip` — Alternative installation method using pip
134-
- {doc}`/admin-guide/backup-restore-plone-buildout`Back up and restore your Plone site
135-
- {doc}`/conceptual-guides/compare-buildout-pip`Compare Buildout and pip installation methods
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>`

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-
- {doc}`/admin-guide/add-site`Add a Plone site after installation
104-
- {doc}`/admin-guide/install-buildout` — Alternative installation method using Buildout
105-
- {doc}`/conceptual-guides/compare-buildout-pip`Compare Buildout and pip installation methods
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>`

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-
- {doc}`/backend/content-types/index` — Add behaviors to content types
385-
- {doc}`/backend/schemas` — Define schemas for behaviors
386-
- {doc}`/backend/fields` — Field types used in behavior schemas
384+
- {ref}`Content types <backend-content-types-index-label>`
385+
- {ref}`Schemas <backend-schemas-label>`
386+
- {ref}`Fields <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-
- {doc}`/backend/schemas` — Define schemas for your content types
125-
- {doc}`/backend/fields` — Field types for content type schemas
126-
- {doc}`/backend/widgets` — Customize form widgets
127-
- {doc}`/backend/behaviors` — Add reusable behaviors to content types
128-
- {doc}`/backend/content-types/fti` — Configure Factory Type Information
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>`

docs/backend/content-types/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ myst:
77
"keywords": "Content types, Dexterity, Plone"
88
---
99

10+
(backend-content-types-index-label)=
11+
1012
# Content Types
1113

1214
This part of the documentation describes how to develop content types in Plone.

0 commit comments

Comments
 (0)