From c1b8668b663bbc71108aa61da41c69efc7940759 Mon Sep 17 00:00:00 2001 From: Gabriel Shoyombo Date: Wed, 12 Oct 2022 14:48:52 +0100 Subject: [PATCH] Added CMS definition to glossary.yaml file --- src/site/_data/glossary.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/_data/glossary.yaml b/src/site/_data/glossary.yaml index 0873efeee..4cbe69299 100644 --- a/src/site/_data/glossary.yaml +++ b/src/site/_data/glossary.yaml @@ -104,6 +104,11 @@ summary: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility.' definition: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility. We can use Serverless or APIs for this, but it''s not that APIs or Serverless are necessarily Microservices, it''s that we have split apart what we want to access, and that modularity is what we call Microservices.' +- term: 'CMS' + id: 'CMS' + summary: 'CMS, also known as a Content Management System, is a software application that allows users to create, update, maintain, and manage content creation online with little to no technical application. A popular example is WordPress' + definition: 'CMS, also known as a Content Management System, is a software application that allows users to create, update, maintain, and manage content creation online with little to no technical application. A popular example is WordPress' + - term: 'Jamstack' id: 'jamstack' summary: Jamstack is an architectural approach that decouples the web experience layer from data and business logic, improving flexibility, scalability, performance, and maintainability.'