From ca59c54b8a517fb0295493b076f438765a97595c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 3 Aug 2023 11:11:12 -0500 Subject: [PATCH] Fix image::image --- .../modules/ROOT/pages/using-shell-components-flow.adoc | 4 ++-- .../ROOT/pages/using-shell-components-ui-confirmation.adoc | 2 +- .../ROOT/pages/using-shell-components-ui-multiselect.adoc | 2 +- .../ROOT/pages/using-shell-components-ui-pathinput.adoc | 2 +- .../ROOT/pages/using-shell-components-ui-pathsearch.adoc | 2 +- .../ROOT/pages/using-shell-components-ui-singleselect.adoc | 2 +- .../ROOT/pages/using-shell-components-ui-stringinput.adoc | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-flow.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-flow.adoc index 5faf1764..abeb57fe 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-flow.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-flow.adoc @@ -17,7 +17,7 @@ include::{snippets}/FlowComponentSnippets.java[tag=snippet1] ---- ==== -image::images/component-flow-showcase-1.svg[text input] +image::component-flow-showcase-1.svg[text input] Normal execution order of a components is same as defined with a builder. It's possible to conditionally choose where to jump in a flow by using a `next` @@ -31,7 +31,7 @@ include::{snippets}/FlowComponentSnippets.java[tag=snippet2] ---- ==== -image::images/component-flow-conditional-1.svg[text input] +image::component-flow-conditional-1.svg[text input] TIP: The result from running a flow returns `ComponentFlowResult`, which you can use to do further actions. diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-confirmation.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-confirmation.adoc index 4046895c..92886c76 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-confirmation.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-confirmation.adoc @@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet5] The following image shows the typical output from a confirmation component: -image::images/component-confirmation-1.svg[text input] +image::component-confirmation-1.svg[text input] The context object is `ConfirmationInputContext`. The following table describes its context variables: diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-multiselect.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-multiselect.adoc index b59d9540..c2385466 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-multiselect.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-multiselect.adoc @@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet7] The following image shows a typical multi-select component: -image::images/component-multi-select-1.svg[text input] +image::component-multi-select-1.svg[text input] The context object is `MultiItemSelectorContext`. The following table describes its context variables: diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathinput.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathinput.adoc index 76cb6f23..938cb856 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathinput.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathinput.adoc @@ -13,7 +13,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet4] The following image shows typical output from a path input component: -image::images/component-path-input-1.svg[text input] +image::component-path-input-1.svg[text input] The context object is `PathInputContext`. The following table describes its context variables: diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathsearch.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathsearch.adoc index aaf1b9a5..da98aa4a 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathsearch.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-pathsearch.adoc @@ -18,7 +18,7 @@ in <>. The following image shows typical output from a path search component: -image::images/component-path-search-1.svg[text input] +image::component-path-search-1.svg[text input] The context object is `PathSearchContext`. The following table describes its context variables: diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-singleselect.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-singleselect.adoc index 78aba16e..e8ab5377 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-singleselect.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-singleselect.adoc @@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet6] The following image shows typical output for a single select component: -image::images/component-single-select-1.svg[text input] +image::component-single-select-1.svg[text input] The context object is `SingleItemSelectorContext`. The following table describes its context variables: diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-stringinput.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-stringinput.adoc index b88574a6..2fa84865 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-stringinput.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-components-ui-stringinput.adoc @@ -14,7 +14,7 @@ include::{snippets}/UiComponentSnippets.java[tag=snippet3] The following image shows typical output from a string input component: -image::images/component-text-input-1.svg[text input] +image::component-text-input-1.svg[text input] The context object is `StringInputContext`. The following table lists its context variables: