Update docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user