Skip to content

Commit dc0aa98

Browse files
respencer-nclclaude
andcommitted
Remove metadata items from Contains lists in definition pages
Per the EBNF grammar, terms, options, and author references are metadata (with { } blocks), not body definitions. Author definitions only occur in Module and Domain bodies. - domain.md: Remove Options and Terms (keep Authors — correct) - context.md: Remove Authors and Terms - entity.md: Remove Authors, Options, and Terms - projector.md: Remove Authors, Options, and Terms - adaptor.md: Remove Authors and Terms Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5afe482 commit dc0aa98

5 files changed

Lines changed: 6 additions & 17 deletions

File tree

docs/riddl/concepts/adaptor.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ these models so neither context needs to know about the other's terminology.
9898
* [Contexts](context.md)
9999

100100
## Contains
101-
* [Authors](author.md)
102101
* [Handlers](handler.md)
103-
* [Terms](term.md)

docs/riddl/concepts/context.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@ from DDD Europe 2020 conference.
6767

6868
## Contains
6969
* [Adaptors](adaptor.md)
70-
* [Authors](author.md)
7170
* [Entities](entity.md)
7271
* [Functions](function.md)
7372
* [Handlers](handler.md)
7473
* [Includes](include.md)
7574
* [Processors](processor.md)
7675
* [Projectors](projector.md)
7776
* [Sagas](saga.md)
78-
* [Terms](term.md)
7977
* [Types](type.md)

docs/riddl/concepts/domain.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,16 @@ might devise a domain hierarchy like this:
4343
Within a domain, you can define these things:
4444

4545
* [Actors](user.md) - someone or thing that uses the domain
46-
* [Applications](application.md) - a user interface
46+
* [Applications](application.md) - a user interface
4747
* [Authors](author.md) - who defined the domain
48-
* [Contexts](context.md) - a precisely defined bounded context within the domain
48+
* [Contexts](context.md) - a precisely defined bounded context
49+
within the domain
4950
* [Domains](domain.md) :material-recycle: - domains
5051
can have nested domains (subdomains)
5152
* [Epics](epic.md) - a story about external entities
5253
interacting with the domain
5354
* [Includes](include.md) - inclusion of entity content from a
5455
file
55-
* [Options](option.md) - optional declarations about a
56-
definition
57-
* [Terms](term.md) - definition of a term relevant to the
58-
domain
5956
* [Types](type.md) - information definitions used throughout
6057
the domain
58+

docs/riddl/concepts/entity.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,10 @@ API, etc.) to make implementation decisions.
127127

128128
## Contains
129129

130-
* [Authors](author.md) - define who the authors of the entity are
131130
* [Functions](function.md) - named definitions of processing
132131
* [Handlers](handler.md) - how to handle messages sent to an entity
133132
* [Includes](include.md) - inclusion of entity content from a file
134-
* [Invariants](invariant.md) - logical expressions that must always hold true
135-
* [Options](option.md) - define translation options for the entity
133+
* [Invariants](invariant.md) - logical expressions that must always
134+
hold true
136135
* [States](state.md) - the data an entity holds
137136
* [Types](type.md) - the definition of a type of information
138-
* [Terms](term.md) - the definition of a term related to the entity

docs/riddl/concepts/projector.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ data. Typically persistent entities are the system of record.
2323
* [Contexts](context.md)
2424

2525
## Contains
26-
* [Authors](author.md)
2726
* [Fields](field.md)
2827
* [Handlers](handler.md)
2928
* [Includes](include.md)
30-
* [Options](option.md)
31-
* [Terms](term.md)

0 commit comments

Comments
 (0)