Skip to content

Commit

Permalink
Merge pull request #2467 from xander-gds/xander-gds-patch-1
Browse files Browse the repository at this point in the history
Clarify why content_store might be nil for an edition
  • Loading branch information
brucebolt authored Sep 19, 2023
2 parents 1c0b617 + af5f7bc commit 04f5bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Key fields that are set internally by the Publishing API are:
- `user_facing_version` - an integer that stores which iteration of a document
an edition is.
- `content_store` - indicates whether an edition is intended for draft, live or
no content store.
no content store (for [substituted](#substitution) or superseded editions).

Documents that have an edition with a "live" `content_store` value will have
the corresponding edition presented on the live content store.
Expand Down

0 comments on commit 04f5bc8

Please sign in to comment.