Glossary
C
Cognitive Load
The amount of mental effort required to process information, which good technical writing aims to minimize through structure and pacing.
Content Architecture
The structural design of content models, types, and relationships that make information reusable, filterable, and adaptable across interfaces.
Content Collection
A group of related content entries in a static site generator, typically with a shared schema and organized in a specific directory.
D
F
H
I
M
P
R
S
Semantic HTML
HTML markup that conveys meaning and structure about the content, using appropriate elements like article, nav, and section rather than generic divs.
Separation of Concerns
The architectural principle of dividing a system into distinct sections based on their purpose, rather than their file type.
Server Components
UI components that execute exclusively on the server, sending pre-rendered markup to the client without adding to the JavaScript bundle.