Generate a default navigation

This commit is contained in:
Rob Winch
2023-08-03 11:11:13 -05:00
parent ce65cf67f6
commit 94dccea766

View File

@@ -0,0 +1,88 @@
* xref:index.adoc[]
* xref:introduction.adoc[]
* xref:getting-started.adoc[]
* xref:using-shell.adoc[]
* xref:using-shell-basics.adoc[]
* xref:using-shell-basics-reading.adoc[]
* xref:using-shell-commands.adoc[]
* xref:using-shell-commands-registration.adoc[]
* xref:using-shell-commands-registration-programmatic.adoc[]
* xref:using-shell-commands-registration-annotation.adoc[]
* xref:using-shell-commands-registration-legacyannotation.adoc[]
* xref:using-shell-commands-organize.adoc[]
* xref:using-shell-commands-availability.adoc[]
* xref:using-shell-commands-exceptionhandling.adoc[]
* xref:using-shell-commands-exceptionhandling-resolving.adoc[]
* xref:using-shell-commands-exceptionhandling-mappings.adoc[]
* xref:using-shell-commands-exceptionhandling-annotation.adoc[]
* xref:using-shell-commands-hidden.adoc[]
* xref:using-shell-commands-helpoptions.adoc[]
* xref:using-shell-commands-interactionmode.adoc[]
* xref:using-shell-commands-builtin.adoc[]
* xref:using-shell-commands-builtin-help.adoc[]
* xref:using-shell-commands-builtin-clear.adoc[]
* xref:using-shell-commands-builtin-exit.adoc[]
* xref:using-shell-commands-builtin-stacktrace.adoc[]
* xref:using-shell-commands-builtin-script.adoc[]
* xref:using-shell-commands-builtin-history.adoc[]
* xref:using-shell-commands-builtin-completion.adoc[]
* xref:using-shell-commands-builtin-version.adoc[]
* xref:using-shell-commands-writing.adoc[]
* xref:using-shell-options.adoc[]
* xref:using-shell-options-basics.adoc[]
* xref:using-shell-options-basics-programmatic.adoc[]
* xref:using-shell-options-basics-annotation.adoc[]
* xref:using-shell-options-basics-legacyannotation.adoc[]
* xref:using-shell-options-short.adoc[]
* xref:using-shell-options-arity.adoc[]
* xref:using-shell-options-positional.adoc[]
* xref:using-shell-options-optional.adoc[]
* xref:using-shell-options-default.adoc[]
* xref:using-shell-options-validation.adoc[]
* xref:using-shell-options-label.adoc[]
* xref:using-shell-options-types.adoc[]
* xref:using-shell-options-naming.adoc[]
* xref:using-shell-completion.adoc[]
* xref:using-shell-building.adoc[]
* xref:using-shell-components.adoc[]
* xref:using-shell-components-flow.adoc[]
* xref:using-shell-components-ui.adoc[]
* xref:using-shell-components-ui-render.adoc[]
* xref:using-shell-components-ui-stringinput.adoc[]
* xref:using-shell-components-ui-pathinput.adoc[]
* xref:using-shell-components-ui-pathsearch.adoc[]
* xref:using-shell-components-ui-confirmation.adoc[]
* xref:using-shell-components-ui-singleselect.adoc[]
* xref:using-shell-components-ui-multiselect.adoc[]
* xref:using-shell-tui.adoc[]
* xref:using-shell-tui-intro.adoc[]
* xref:using-shell-tui-views.adoc[]
* xref:using-shell-tui-views-box.adoc[]
* xref:using-shell-tui-views-list.adoc[]
* xref:using-shell-customization.adoc[]
* xref:using-shell-customization-styling.adoc[]
* xref:using-shell-customization-logging.adoc[]
* xref:using-shell-customization-commandnotfound.adoc[]
* xref:using-shell-customization-singlecommand.adoc[]
* xref:using-shell-execution.adoc[]
* xref:using-shell-testing.adoc[]
* xref:using-shell-testing-basics.adoc[]
* xref:using-shell-testing-settings.adoc[]
* xref:appendices.adoc[]
* xref:appendices-techical-intro.adoc[]
* xref:appendices-techical-intro-registration.adoc[]
* xref:appendices-techical-intro-parser.adoc[]
* xref:appendices-techical-intro-execution.adoc[]
* xref:appendices-techical-intro-commandcontext.adoc[]
* xref:appendices-techical-intro-commandcatalog.adoc[]
* xref:appendices-techical-intro-theming.adoc[]
* xref:appendices-techical-intro-searchalgorithm.adoc[]
* xref:appendices-debugging.adoc[]
* xref:appendices-tui.adoc[]
* xref:appendices-tui-control.adoc[]
* xref:appendices-tui-view.adoc[]
* xref:appendices-tui-eventloop.adoc[]
* xref:appendices-tui-screen.adoc[]
* xref:appendices-tui-keyhandling.adoc[]
* xref:appendices-tui-mousehandling.adoc[]
* xref:appendices-tui-catalog.adoc[]