Skip to content

Commit 8d25194

Browse files
Added rec changes
1 parent 59a411b commit 8d25194

32 files changed

+185
-115
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-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>`
111 KB
Loading
260 KB
Loading
54.1 KB
Loading
243 KB
Loading

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-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-
- {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}`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-
- {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-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-
- {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-label`
133+
- {ref}`install-pip-label`
134+
- {ref}`back-up-and-restore-a-plone-buildout-label`
135+
- {ref}`compare-buildout-pip-label`

0 commit comments

Comments
 (0)