Files
spring-shell/spring-shell-docs/src/main/asciidoc/using-shell-components.adoc
Janne Valkealahti 03a02a0615 Flatten docs structure
- Essentially remove "Using Spring Shell" and move
  its content one level up.
- Fixes #433
2022-07-06 09:36:36 +01:00

14 lines
427 B
Plaintext

[[using-shell-components]]
== Components
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[]