From 83b16e7ebd9ed1db04b48e0367ef6bfe04d099e6 Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:48:02 +0000 Subject: [PATCH] Add plantuml gem (#3005) --- docs/Gemfile | 1 + docs/Gemfile.lock | 3 +++ docs/_config.yml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/docs/Gemfile b/docs/Gemfile index 27acded18..3a203d3b3 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,6 +2,7 @@ source "https://rubygems.org" group :jekyll_plugins do gem "github-pages" + gem "jekyll-plantuml" end group :development do diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 8abf94d7a..eb3111aa9 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -130,6 +130,8 @@ GEM jekyll-optional-front-matter (0.3.2) jekyll (>= 3.0, < 5.0) jekyll-paginate (1.1.0) + jekyll-plantuml (1.4.2) + jekyll (> 2.0) jekyll-readme-index (0.3.0) jekyll (>= 3.0, < 5.0) jekyll-redirect-from (0.16.0) @@ -261,6 +263,7 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-plantuml webrick BUNDLED WITH diff --git a/docs/_config.yml b/docs/_config.yml index 786d0ab41..31d4a756a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,3 +10,6 @@ aux_links: - https://core-design-history.herokuapp.com "GitHub": - https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data +gems: ["jekyll-plantuml"] +plugins: + - jekyll-diagrams