Skip to content

Commit 72bfeee

Browse files
committed
Tidy up configure-zope.md
1 parent bc07aa7 commit 72bfeee

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/admin-guide/configure-zope.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description": "Configure Zope options"
55
"property=og:description": "Configure Zope options"
66
"property=og:title": "Configure Zope"
7-
"keywords": "Plone 6, Zope, instance, app server, config, cookiecutter-zope-instance"
7+
"keywords": "Plone 6, Zope, instance, app server, config, Cookieplone, Buildout, pip, cookiecutter-plone-starter, cookiecutter-zope-instance, plone.recipe.zope2instance"
88
---
99

1010
(configure-zope-label)=
@@ -15,19 +15,21 @@ Plone runs in an application server called {term}`Zope`.
1515

1616
You can configure your Zope instance's options, including the following.
1717

18-
* persistent storage: blobs, direct filestorage, relation database, ZEO, and so on
19-
* ports
20-
* threads
21-
* cache
22-
* logging
23-
* debugging and profiling for development
18+
- persistent storage: blobs, direct file storage, relational database, ZEO, and other storage mechanisms
19+
- ports
20+
- threads
21+
- cache
22+
- logging
23+
- debugging and profiling for development
2424

25-
## with Cookieplone
25+
26+
## Via Cookieplone
2627

2728
If you installed Plone using Cookieplone, `cookiecutter-plone-starter`, or pip, then Zope is configured using {term}`cookiecutter-zope-instance`.
2829
For a complete list of features, usage, and options, read [`cookiecutter-zope-instance`'s README](https://github.com/plone/cookiecutter-zope-instance#readme).
2930

30-
## with Buildout
31+
32+
## Via Buildout
3133

3234
If you installed Plone using Buildout, then Zope is configured using `plone.recipe.zope2instance`.
3335
For a complete list of features, usage, and options, read [`plone.recipe.zope2instance`'s README](https://pypi.org/project/plone.recipe.zope2instance/).

0 commit comments

Comments
 (0)