Skip to content

Commit 4d328c2

Browse files
committed
#1856 - Update reference docs to mention SlicedModel.
Add missing asciidoctorj-diagram dependency to render PlantUML diagrams correctly.
1 parent 132ca62 commit 4d328c2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@
280280
<artifactId>asciidoctorj</artifactId>
281281
<version>2.5.5</version>
282282
</dependency>
283+
<dependency>
284+
<groupId>org.asciidoctor</groupId>
285+
<artifactId>asciidoctorj-diagram</artifactId>
286+
<version>2.2.4</version>
287+
</dependency>
283288
<dependency>
284289
<groupId>io.spring.asciidoctor.backends</groupId>
285290
<artifactId>spring-asciidoctor-backends</artifactId>

src/main/asciidoc/fundamentals.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,12 @@ class RepresentationModel
115115
class EntityModel
116116
class CollectionModel
117117
class PagedModel
118+
class SlicedModel
118119
119120
EntityModel -|> RepresentationModel
120121
CollectionModel -|> RepresentationModel
121122
PagedModel -|> CollectionModel
123+
SlicedModel -|> CollectionModel
122124
....
123125
====
124126

0 commit comments

Comments
 (0)