diff --git a/docs/admin-guide/configure-zope.md b/docs/admin-guide/configure-zope.md index e933e7d11..58bd2f1cf 100644 --- a/docs/admin-guide/configure-zope.md +++ b/docs/admin-guide/configure-zope.md @@ -33,3 +33,9 @@ For a complete list of features, usage, and options, read [`cookiecutter-zope-in If you installed Plone using Buildout, then Zope is configured using `plone.recipe.zope2instance`. For a complete list of features, usage, and options, read [`plone.recipe.zope2instance`'s README](https://pypi.org/project/plone.recipe.zope2instance/). + +## Related content + +- {doc}`/admin-guide/run-plone` - Learn how to run and manage a Plone instance. +- {doc}`/admin-guide/zope-manager-users` - Understand how to manage users with the Zope Management Interface. +- {doc}`/deployment/index` - Explore deployment considerations for Plone and Zope. diff --git a/docs/admin-guide/run-plone.md b/docs/admin-guide/run-plone.md index 0a1bec7e0..89ac15846 100644 --- a/docs/admin-guide/run-plone.md +++ b/docs/admin-guide/run-plone.md @@ -98,3 +98,9 @@ from zope.globalrequest import setRequest app = makerequest(app) setRequest(app.REQUEST) ``` + +## Related content + +- {doc}`/admin-guide/configure-zope` - Learn how to configure Zope settings for a Plone site. +- {doc}`/admin-guide/backup-restore-plone-buildout` - Understand how to back up and restore a Plone installation. +- {doc}`/deployment/index` - Explore deployment strategies for running Plone in production. diff --git a/docs/install/index.md b/docs/install/index.md index 3a8380d93..9eedc6d0b 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -64,3 +64,13 @@ If you are following a [Plone training](https://training.plone.org/), it should ```{seealso} If you don't want to use Cookieplone as the recommended way to install Plone with Classic UI for a frontend, read {doc}`/conceptual-guides/compare-buildout-pip` to help inform your choice between Buildout and pip for an installation method. ``` + +## Related content + +- {doc}`/deployment/index` - Learn how to deploy Plone in production environments. +- {doc}`/developer-guide/index` - Understand how to develop and extend Plone projects. +- {doc}`/admin-guide/run-plone` - Learn how to run and manage a Plone instance. + +```{seealso} +If you don't want to use Cookieplone as the recommended way to install Plone with Classic UI for a frontend, read {doc}`/conceptual-guides/compare-buildout-pip` to help inform your choice between Buildout and pip for an installation method. +```