From b72031d944afd2d7d66613552ab8df2146eb2243 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Thu, 13 Feb 2025 12:22:18 +0000 Subject: [PATCH] add plantuml to the list of external dependencies --- doc/guide/Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/guide/Installation.md b/doc/guide/Installation.md index 717f1374..d5ea9356 100644 --- a/doc/guide/Installation.md +++ b/doc/guide/Installation.md @@ -11,6 +11,8 @@ in place of the gradle command, and it will handle the downloading and running o The functionality of the tooling is then encapsulated with a gradle plugin which is configured [in the quickstart instructions](QuickStart.md) +## External dependencies + Note the documentation tasks of the tools that produce the overall model diagram also require that [graphviz](https://graphviz.org) be installed. -If full documentation site generation is required then [mkdocs material theme](https://squidfunk.github.io/mkdocs-material/getting-started/) is needed as an external installation dependency along with [yq](https://github.com/mikefarah/yq/#install) that can be used to automate the mkdocs navigation menu creation. \ No newline at end of file +If full documentation site generation is required then [mkdocs material theme](https://squidfunk.github.io/mkdocs-material/getting-started/) and [plantuml](https://plantuml.com/running) is needed as an external installation dependency along with [yq](https://github.com/mikefarah/yq/#install) that can be used to automate the mkdocs navigation menu creation. \ No newline at end of file