We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132ca62 commit 4d328c2Copy full SHA for 4d328c2
pom.xml
@@ -280,6 +280,11 @@
280
<artifactId>asciidoctorj</artifactId>
281
<version>2.5.5</version>
282
</dependency>
283
+ <dependency>
284
+ <groupId>org.asciidoctor</groupId>
285
+ <artifactId>asciidoctorj-diagram</artifactId>
286
+ <version>2.2.4</version>
287
+ </dependency>
288
<dependency>
289
<groupId>io.spring.asciidoctor.backends</groupId>
290
<artifactId>spring-asciidoctor-backends</artifactId>
src/main/asciidoc/fundamentals.adoc
@@ -115,10 +115,12 @@ class RepresentationModel
115
class EntityModel
116
class CollectionModel
117
class PagedModel
118
+class SlicedModel
119
120
EntityModel -|> RepresentationModel
121
CollectionModel -|> RepresentationModel
122
PagedModel -|> CollectionModel
123
+SlicedModel -|> CollectionModel
124
....
125
====
126
0 commit comments