Skip to content

Commit c08bea9

Browse files
author
Phil Hawksworth
authored
Merge pull request jamstack#630 from jamstack/ph/glossary-jamstack
A concise glossary entry for Jamstack itself
2 parents c8ed61f + beadcad commit c08bea9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/site/_data/glossary.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Summary and term values are used in both the page meta tags and also the auto generated
33
# open graph and twitter card images. Those 2 fields should not exceed the following character counts:
4-
# term: 30
4+
# term: 35
55
# summary: 250
66

77
- term: 'Atomic deploys'
@@ -104,6 +104,11 @@
104104
summary: 'A programming paradigm where many parts of a large application are broken down into various units that have smaller responsibility.'
105105
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.'
106106

107+
- term: 'Jamstack'
108+
id: 'jamstack'
109+
summary: 'A way of thinking about how to build for the web. The UI is compiled, the frontend is decoupled, and data is pulled in as needed.'
110+
definition: 'A way of thinking about how to build for the web. The UI is [compiled](/glossary/pre-render), the frontend is [decoupled](/glossary/decoupling), and data is pulled in as needed.'
111+
107112
- term: 'Monolith'
108113
id: 'monolith'
109114

0 commit comments

Comments
 (0)