Concept block

An idea the reader must understand — captured as a thin record plus an addressable wdoc body.

PropertyTypeRequiredDescription
ididentifieryes
nameutf8yes
summaryutf8yes
relatedlist<identifier>no
audienceAudienceno
tagslist<utf8>no

Child blocks

SlotAcceptsMultipleDescription
bodybodyno
wcl
concept fast_forward {
  name    = "Fast-forward merge"
  summary = "Advancing a branch pointer when history hasn't diverged."
  related = [merge]
  body { p "When the target already contains the source's history, Git just moves the pointer — no merge commit." }
}