#837 - Temporarily disable PlantUML diagrams.

This commit is contained in:
Oliver Drotbohm
2019-03-01 19:17:58 +01:00
parent 2f063e63c7
commit 21026e528b

View File

@@ -119,6 +119,7 @@ It's basically a container for a collection of ``Link``s and has convenient meth
The models can later be rendered into various media type formats that will define how the hypermedia elements look in the representation.
For more information on this, have a look at <<mediatypes>>
////
.The `RepresentationModel` class hierarchy
====
[plantuml, diagram-classes, svg]
@@ -133,6 +134,7 @@ CollectionModel -|> RepresentationModel
PagedModel -|> CollectionModel
----
====
////
The default way to work with a `RepresentationModel` is to create a subclass of it to contain all the properties the representation is supposed to contain, create instances of that class, populate the properties and enrich it with links.