Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #820/Added CMS definition to glossary.yaml file #821

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions src/site/_data/glossary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down