Skip to content

Commit b69312c

Browse files
committed
Polish nav.adoc
1 parent d0cd904 commit b69312c

File tree

5 files changed

+85
-119
lines changed

5 files changed

+85
-119
lines changed
Lines changed: 75 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,86 @@
1-
* xref:index.adoc[]
2-
* xref:introduction.adoc[]
1+
* xref:index.adoc[Overview]
32
* xref:getting-started.adoc[]
4-
* xref:using-shell.adoc[]
53
* xref:using-shell-basics.adoc[]
6-
* xref:using-shell-basics-reading.adoc[]
4+
** xref:using-shell-basics-reading.adoc[]
75
* xref:using-shell-commands.adoc[]
8-
* xref:using-shell-commands-registration.adoc[]
9-
* xref:using-shell-commands-registration-programmatic.adoc[]
10-
* xref:using-shell-commands-registration-annotation.adoc[]
11-
* xref:using-shell-commands-registration-legacyannotation.adoc[]
12-
* xref:using-shell-commands-organize.adoc[]
13-
* xref:using-shell-commands-availability.adoc[]
14-
* xref:using-shell-commands-exceptionhandling.adoc[]
15-
* xref:using-shell-commands-exceptionhandling-resolving.adoc[]
16-
* xref:using-shell-commands-exceptionhandling-mappings.adoc[]
17-
* xref:using-shell-commands-exceptionhandling-annotation.adoc[]
18-
* xref:using-shell-commands-hidden.adoc[]
19-
* xref:using-shell-commands-helpoptions.adoc[]
20-
* xref:using-shell-commands-interactionmode.adoc[]
21-
* xref:using-shell-commands-builtin.adoc[]
22-
* xref:using-shell-commands-builtin-help.adoc[]
23-
* xref:using-shell-commands-builtin-clear.adoc[]
24-
* xref:using-shell-commands-builtin-exit.adoc[]
25-
* xref:using-shell-commands-builtin-stacktrace.adoc[]
26-
* xref:using-shell-commands-builtin-script.adoc[]
27-
* xref:using-shell-commands-builtin-history.adoc[]
28-
* xref:using-shell-commands-builtin-completion.adoc[]
29-
* xref:using-shell-commands-builtin-version.adoc[]
30-
* xref:using-shell-commands-writing.adoc[]
6+
** xref:using-shell-commands-registration.adoc[]
7+
** xref:using-shell-commands-registration-programmatic.adoc[]
8+
** xref:using-shell-commands-registration-annotation.adoc[]
9+
** xref:using-shell-commands-registration-legacyannotation.adoc[]
10+
** xref:using-shell-commands-organize.adoc[]
11+
** xref:using-shell-commands-availability.adoc[]
12+
** xref:using-shell-commands-exceptionhandling.adoc[]
13+
*** xref:using-shell-commands-exceptionhandling-resolving.adoc[]
14+
*** xref:using-shell-commands-exceptionhandling-mappings.adoc[]
15+
*** xref:using-shell-commands-exceptionhandling-annotation.adoc[]
16+
** xref:using-shell-commands-hidden.adoc[]
17+
** xref:using-shell-commands-helpoptions.adoc[]
18+
** xref:using-shell-commands-interactionmode.adoc[]
19+
** xref:using-shell-commands-builtin.adoc[]
20+
*** xref:using-shell-commands-builtin-help.adoc[]
21+
*** xref:using-shell-commands-builtin-clear.adoc[]
22+
*** xref:using-shell-commands-builtin-exit.adoc[]
23+
*** xref:using-shell-commands-builtin-stacktrace.adoc[]
24+
*** xref:using-shell-commands-builtin-script.adoc[]
25+
*** xref:using-shell-commands-builtin-history.adoc[]
26+
*** xref:using-shell-commands-builtin-completion.adoc[]
27+
*** xref:using-shell-commands-builtin-version.adoc[]
28+
** xref:using-shell-commands-writing.adoc[]
3129
* xref:using-shell-options.adoc[]
32-
* xref:using-shell-options-basics.adoc[]
33-
* xref:using-shell-options-basics-programmatic.adoc[]
34-
* xref:using-shell-options-basics-annotation.adoc[]
35-
* xref:using-shell-options-basics-legacyannotation.adoc[]
36-
* xref:using-shell-options-short.adoc[]
37-
* xref:using-shell-options-arity.adoc[]
38-
* xref:using-shell-options-positional.adoc[]
39-
* xref:using-shell-options-optional.adoc[]
40-
* xref:using-shell-options-default.adoc[]
41-
* xref:using-shell-options-validation.adoc[]
42-
* xref:using-shell-options-label.adoc[]
43-
* xref:using-shell-options-types.adoc[]
44-
* xref:using-shell-options-naming.adoc[]
30+
** xref:using-shell-options-basics.adoc[]
31+
*** xref:using-shell-options-basics-programmatic.adoc[]
32+
*** xref:using-shell-options-basics-annotation.adoc[]
33+
*** xref:using-shell-options-basics-legacyannotation.adoc[]
34+
** xref:using-shell-options-short.adoc[]
35+
** xref:using-shell-options-arity.adoc[]
36+
** xref:using-shell-options-positional.adoc[]
37+
** xref:using-shell-options-optional.adoc[]
38+
** xref:using-shell-options-default.adoc[]
39+
** xref:using-shell-options-validation.adoc[]
40+
** xref:using-shell-options-label.adoc[]
41+
** xref:using-shell-options-types.adoc[]
42+
** xref:using-shell-options-naming.adoc[]
4543
* xref:using-shell-completion.adoc[]
4644
* xref:using-shell-building.adoc[]
4745
* xref:using-shell-components.adoc[]
48-
* xref:using-shell-components-flow.adoc[]
49-
* xref:using-shell-components-ui.adoc[]
50-
* xref:using-shell-components-ui-render.adoc[]
51-
* xref:using-shell-components-ui-stringinput.adoc[]
52-
* xref:using-shell-components-ui-pathinput.adoc[]
53-
* xref:using-shell-components-ui-pathsearch.adoc[]
54-
* xref:using-shell-components-ui-confirmation.adoc[]
55-
* xref:using-shell-components-ui-singleselect.adoc[]
56-
* xref:using-shell-components-ui-multiselect.adoc[]
46+
** xref:using-shell-components-flow.adoc[]
47+
** xref:using-shell-components-ui.adoc[]
48+
*** xref:using-shell-components-ui-render.adoc[]
49+
*** xref:using-shell-components-ui-stringinput.adoc[]
50+
*** xref:using-shell-components-ui-pathinput.adoc[]
51+
*** xref:using-shell-components-ui-pathsearch.adoc[]
52+
*** xref:using-shell-components-ui-confirmation.adoc[]
53+
*** xref:using-shell-components-ui-singleselect.adoc[]
54+
*** xref:using-shell-components-ui-multiselect.adoc[]
5755
* xref:using-shell-tui.adoc[]
58-
* xref:using-shell-tui-intro.adoc[]
59-
* xref:using-shell-tui-views.adoc[]
60-
* xref:using-shell-tui-views-box.adoc[]
61-
* xref:using-shell-tui-views-list.adoc[]
56+
** xref:using-shell-tui-intro.adoc[]
57+
** xref:using-shell-tui-views.adoc[]
58+
*** xref:using-shell-tui-views-box.adoc[]
59+
*** xref:using-shell-tui-views-list.adoc[]
6260
* xref:using-shell-customization.adoc[]
63-
* xref:using-shell-customization-styling.adoc[]
64-
* xref:using-shell-customization-logging.adoc[]
65-
* xref:using-shell-customization-commandnotfound.adoc[]
66-
* xref:using-shell-customization-singlecommand.adoc[]
61+
** xref:using-shell-customization-styling.adoc[]
62+
** xref:using-shell-customization-logging.adoc[]
63+
** xref:using-shell-customization-commandnotfound.adoc[]
64+
** xref:using-shell-customization-singlecommand.adoc[]
6765
* xref:using-shell-execution.adoc[]
6866
* xref:using-shell-testing.adoc[]
69-
* xref:using-shell-testing-basics.adoc[]
70-
* xref:using-shell-testing-settings.adoc[]
71-
* xref:appendices.adoc[]
72-
* xref:appendices-techical-intro.adoc[]
73-
* xref:appendices-techical-intro-registration.adoc[]
74-
* xref:appendices-techical-intro-parser.adoc[]
75-
* xref:appendices-techical-intro-execution.adoc[]
76-
* xref:appendices-techical-intro-commandcontext.adoc[]
77-
* xref:appendices-techical-intro-commandcatalog.adoc[]
78-
* xref:appendices-techical-intro-theming.adoc[]
79-
* xref:appendices-techical-intro-searchalgorithm.adoc[]
80-
* xref:appendices-debugging.adoc[]
81-
* xref:appendices-tui.adoc[]
82-
* xref:appendices-tui-control.adoc[]
83-
* xref:appendices-tui-view.adoc[]
84-
* xref:appendices-tui-eventloop.adoc[]
85-
* xref:appendices-tui-screen.adoc[]
86-
* xref:appendices-tui-keyhandling.adoc[]
87-
* xref:appendices-tui-mousehandling.adoc[]
88-
* xref:appendices-tui-catalog.adoc[]
67+
** xref:using-shell-testing-basics.adoc[]
68+
** xref:using-shell-testing-settings.adoc[]
69+
* Appendices
70+
** xref:appendices-techical-intro.adoc[]
71+
*** xref:appendices-techical-intro-registration.adoc[]
72+
*** xref:appendices-techical-intro-parser.adoc[]
73+
*** xref:appendices-techical-intro-execution.adoc[]
74+
*** xref:appendices-techical-intro-commandcontext.adoc[]
75+
*** xref:appendices-techical-intro-commandcatalog.adoc[]
76+
*** xref:appendices-techical-intro-theming.adoc[]
77+
*** xref:appendices-techical-intro-searchalgorithm.adoc[]
78+
** xref:appendices-debugging.adoc[]
79+
** xref:appendices-tui.adoc[]
80+
*** xref:appendices-tui-control.adoc[]
81+
*** xref:appendices-tui-view.adoc[]
82+
*** xref:appendices-tui-eventloop.adoc[]
83+
*** xref:appendices-tui-screen.adoc[]
84+
*** xref:appendices-tui-keyhandling.adoc[]
85+
*** xref:appendices-tui-mousehandling.adoc[]
86+
*** xref:appendices-tui-catalog.adoc[]

spring-shell-docs/modules/ROOT/pages/appendices.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
[[spring-shell-reference-documentation]]
2-
= Spring Shell Reference Documentation
3-
:page-section-summary-toc: 1
1+
= Spring Shell
42
Eric Bottard; Janne Valkealahti; Jay Bryant; Corneil du Plessis
5-
:doctype: book
6-
:hide-uri-scheme:
7-
:icons: font
8-
:experimental: // For kbd: macro
9-
:spring-shell-starter: spring-shell-starter
3+
:page-section-summary-toc: 1
4+
5+
**{project-version}**
6+
7+
Not all applications need a fancy web user interface. Sometimes, interacting with an application through an interactive terminal is the most appropriate way to get things done.
8+
9+
Spring Shell lets you create such a runnable application, where the user enters textual commands that are run until the program terminates. The Spring Shell project provides the infrastructure to create such a REPL (Read, Eval, Print Loop) application, letting you concentrate on implementing commands by using the familiar Spring programming model.
1010

11-
*{project-version}*
11+
Spring Shell includes advanced features (such as parsing, tab completion, colorization of output, fancy ASCII-art table display, input conversion, and validation), freeing you to focus on core command logic.
1212

1313
(C) 2017 - 2023 VMware, Inc.
1414

1515
_Copies of this document may be made for your own use and for distribution to
1616
others, provided that you do not charge any fee for such copies and further
1717
provided that each copy contains this Copyright Notice, whether distributed in
18-
print or electronically._
19-
20-
21-
22-
18+
print or electronically._

spring-shell-docs/modules/ROOT/pages/introduction.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

spring-shell-docs/modules/ROOT/pages/using-shell.adoc

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)