From 5fc66b4bf2f5fdb5c6d61d25f375f16f414d737a Mon Sep 17 00:00:00 2001 From: Benjamin Parisel Date: Wed, 18 Dec 2024 11:30:10 +0100 Subject: [PATCH] refactor: move images of the modules "bcd" and "build-run" (#2944) The images were stored in the Antora legacy folder (assets/images) and included an extra "images" sub-folder. All images are now in the "images" folder of the module, which is the standard Antora folder. All images are used in this version, after running the script bonitasoft/bonita-documentation-site#588, we got: `[INFO] Total size of unused images: 0 Mo (0 octets)` Covers bonitasoft/bonita-documentation-site#620 --- .../{assets/images => }/images/bcd-capabilities.png | Bin modules/bcd/pages/index.adoc | 2 +- .../build-run/{assets => }/images/build_phase.png | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/bcd/{assets/images => }/images/bcd-capabilities.png (100%) rename modules/build-run/{assets => }/images/build_phase.png (100%) diff --git a/modules/bcd/assets/images/images/bcd-capabilities.png b/modules/bcd/images/bcd-capabilities.png similarity index 100% rename from modules/bcd/assets/images/images/bcd-capabilities.png rename to modules/bcd/images/bcd-capabilities.png diff --git a/modules/bcd/pages/index.adoc b/modules/bcd/pages/index.adoc index b29d1ab215..ee4ae599b7 100644 --- a/modules/bcd/pages/index.adoc +++ b/modules/bcd/pages/index.adoc @@ -19,7 +19,7 @@ We want to assure you that our teams are available to answer your questions and BCD lets you build a Living Application from source code in a repository and deploy the generated artifacts, all from the command line. -image::images/bcd-capabilities.png[Bonita Continuous Delivery Capabilities] +image::bcd-capabilities.png[Bonita Continuous Delivery Capabilities] == Basic concepts diff --git a/modules/build-run/assets/images/build_phase.png b/modules/build-run/images/build_phase.png similarity index 100% rename from modules/build-run/assets/images/build_phase.png rename to modules/build-run/images/build_phase.png