Skip to content

Commit d9c0df7

Browse files
committed
Glossary termify SSR and update definition.
1 parent 3b11647 commit d9c0df7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ shadowing
195195
By using this mechanism of file overrides, or component shadowing, Volto enables customization, similar to `z3c.jbot.`
196196
197197
Razzle
198-
A tool that simplifies SPA and SSR configuration for React projects.
198+
A tool that simplifies SPA and {term}`SSR` configuration for React projects.
199199
200200
Webpack
201201
A tool that loads and bundles code and web resources using loaders.

docs/overview/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It may be used as a base image, adding customizations, to make a derivative imag
8686
The default and recommended configuration for new websites in Plone is the new React-based JavaScript frontend called "Volto".
8787
For this setup you still need to run the Python-based backend server, as well as enable the REST API, and update the configuration profile.
8888
These settings and profile are applied automatically when you select the {guilabel}`Create Plone Site` option in the Plone website creation form.
89-
In addition a separate NodeJS based frontend server will serve the JavaScript frontend resources and provide SSR with hydration.
89+
In addition a separate NodeJS based frontend server will serve the JavaScript frontend resources and provide {term}`SSR` with hydration.
9090
To deploy this setup using containers, you will need the `plone-frontend` image for the frontend server.
9191

9292
Beginning with Plone 6, we now support two programming language stacks, one each for Python and JavaScript.

0 commit comments

Comments
 (0)