Update docs

This commit is contained in:
Janne Valkealahti
2022-05-14 17:08:09 +01:00
parent ab476345fa
commit 60e63f87ae
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
==== Flow
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
When using <<using-shell-components-flow>> to build something which involves
When using <<using-shell-components-ui>> to build something which involves
use of a multiple components your implemention may become a bit cluttered.
Nothing wrong with that but to ease these use cases we've build a
`ComponentFlow` which is able to hook multiple component executions together

View File

@@ -1,5 +1,5 @@
[[using-shell-components-ui]]
==== UI Components
==== Flow Components
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
Starting from _2.1.x_ there is a new component model which provides

View File

@@ -1,8 +1,13 @@
[[using-shell-components]]
=== Components
include::using-shell-components-ui.adoc[]
Components are a set of features which are either build-in or something
you can re-use or extend for your own needs. Components in question are
either built-in _commands_ or UI side components providing higher level
features within commands itself.
include::using-shell-components-builtin.adoc[]
include::using-shell-components-flow.adoc[]
include::using-shell-components-ui.adoc[]