Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/admin-guide/configure-zope.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions docs/admin-guide/run-plone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 10 additions & 0 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Comment on lines +73 to +76
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is duplicated from, and redundant to, the original immediate above, and doesn't help. Please remove.

Suggested change
```{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.
```