From ca91369bae57cc6fbd9205b3e1faf0fcaa05d2cf Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:22:38 -0500 Subject: [PATCH 1/2] Updated image path --- docs/training/ui-orientation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/training/ui-orientation.adoc b/docs/training/ui-orientation.adoc index fda92aa..9cfe583 100644 --- a/docs/training/ui-orientation.adoc +++ b/docs/training/ui-orientation.adoc @@ -1,4 +1,4 @@ -:imagesdir: ./images +:imagesdir: ../training/images == UI Orientation From d3c6a56090302202d9f41b7129f9497beaeab77b Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:24:54 -0500 Subject: [PATCH 2/2] Map all image dirs --- docs/training/example-2.adoc | 2 +- docs/training/example-3.adoc | 2 +- docs/training/example-4.adoc | 2 +- docs/training/example-5.adoc | 2 +- docs/training/training-101.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/training/example-2.adoc b/docs/training/example-2.adoc index db45a05..05cf32e 100644 --- a/docs/training/example-2.adoc +++ b/docs/training/example-2.adoc @@ -1,5 +1,5 @@ == Example 2: Running Shell Commands -:imagesdir: ./images +:imagesdir: ../training/images For this example, we are going to explore kicking off Shell Commands from Beer Garden plugins. To accomplish diff --git a/docs/training/example-3.adoc b/docs/training/example-3.adoc index 0f91cb3..6b5d324 100644 --- a/docs/training/example-3.adoc +++ b/docs/training/example-3.adoc @@ -1,5 +1,5 @@ == Example 3: Web Scraping -:imagesdir: ./images +:imagesdir: ../training/images For this example we are going to explore Web Scraping. There are many different ways to accomplish diff --git a/docs/training/example-4.adoc b/docs/training/example-4.adoc index 0f27620..5b26528 100644 --- a/docs/training/example-4.adoc +++ b/docs/training/example-4.adoc @@ -1,5 +1,5 @@ == Example 4: Connecting to External Data sets -:imagesdir: ./images +:imagesdir: ../training/images :uri-doc-repo: {git_group_uri}/beer-garden.io For this example we are going to explore connecting to external API's. There are many different ways to accomplish diff --git a/docs/training/example-5.adoc b/docs/training/example-5.adoc index 88790b2..24424d3 100644 --- a/docs/training/example-5.adoc +++ b/docs/training/example-5.adoc @@ -1,5 +1,5 @@ == Example 5: User Forms and Advanced Features -:imagesdir: ./images +:imagesdir: ../training/images We have covered the basics of how to create Beer Garden Plugins with a variety of input and output types. This example will merge these concepts together while creating more complex user forms. diff --git a/docs/training/training-101.adoc b/docs/training/training-101.adoc index 8d425e8..b076f2f 100644 --- a/docs/training/training-101.adoc +++ b/docs/training/training-101.adoc @@ -3,7 +3,7 @@ :page-layout: docs :guide_dir: ../plugins/python :uri-install-guides: ../../installation-guides/ -:imagesdir: ./images +:imagesdir: ../training/images This course is designed to take a developer who is familiar with Python and bring them up to speed on how to create and execute a Plugin on Beer Garden.