Skip to content

Commit 94dccea

Browse files
committed
Generate a default navigation
1 parent ce65cf6 commit 94dccea

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
* xref:index.adoc[]
2+
* xref:introduction.adoc[]
3+
* xref:getting-started.adoc[]
4+
* xref:using-shell.adoc[]
5+
* xref:using-shell-basics.adoc[]
6+
* xref:using-shell-basics-reading.adoc[]
7+
* 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[]
31+
* 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[]
45+
* xref:using-shell-completion.adoc[]
46+
* xref:using-shell-building.adoc[]
47+
* 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[]
57+
* 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[]
62+
* 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[]
67+
* xref:using-shell-execution.adoc[]
68+
* 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[]

0 commit comments

Comments
 (0)