From 02b811c7e4bd037eb0a14e05c26c0a1d43098abe Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 27 Nov 2024 15:12:39 -0700 Subject: [PATCH] site framework doesn't create the glossary page go back to upstream framework but describe as "site framework" in parenthetical --- source/content/guides/custom-upstream/01-custom-upstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/custom-upstream/01-custom-upstream.md b/source/content/guides/custom-upstream/01-custom-upstream.md index 84e21c96f7..c811bebb73 100644 --- a/source/content/guides/custom-upstream/01-custom-upstream.md +++ b/source/content/guides/custom-upstream/01-custom-upstream.md @@ -157,7 +157,7 @@ Here are definitions for commonly used terms: ### Framework -

The site framework determines the server configuration for a given CMS. It includes things like Nginx configuration, the relevant CLI tool to install (Drush or WP-CLI), etc. This setting is _not visible_ to users and once a framework has been set for a site (based on how the upstream was configured), it cannot be changed without changing the upstream itself.

+

The upstream framework (or site framework) determines the server configuration for a given CMS. It includes things like Nginx configuration, the relevant CLI tool to install (Drush or WP-CLI), etc. This setting is _not visible_ to users and once a framework has been set for a site (based on how the upstream was configured), it cannot be changed without changing the upstream itself.

## More Resources