#1856 - Update reference docs to mention SlicedModel.

Add missing asciidoctorj-diagram dependency to render PlantUML diagrams correctly.
This commit is contained in:
Oliver Drotbohm
2023-02-28 15:38:24 +01:00
parent 132ca62702
commit 4d328c2928
2 changed files with 7 additions and 0 deletions

View File

@@ -115,10 +115,12 @@ class RepresentationModel
class EntityModel
class CollectionModel
class PagedModel
class SlicedModel
EntityModel -|> RepresentationModel
CollectionModel -|> RepresentationModel
PagedModel -|> CollectionModel
SlicedModel -|> CollectionModel
....
====