Update docs

This commit is contained in:
Janne Valkealahti
2023-10-06 16:39:50 +01:00
parent 825db92117
commit 2819c1d367
27 changed files with 38 additions and 38 deletions

View File

@@ -2,30 +2,30 @@
* xref:getting-started.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:commands/index.adoc[]
** xref:commands/registration/index.adoc[]
** xref:commands/registration/programmatic.adoc[]
** xref:commands/registration/annotation.adoc[]
** xref:commands/registration/legacyannotation.adoc[]
** xref:commands/organize.adoc[]
** xref:commands/availability.adoc[]
** xref:commands/exceptionhandling/index.adoc[]
*** xref:commands/exceptionhandling/resolving.adoc[]
*** xref:commands/exceptionhandling/mappings.adoc[]
*** xref:commands/exceptionhandling/annotation.adoc[]
** xref:commands/hidden.adoc[]
** xref:commands/helpoptions.adoc[]
** xref:commands/interactionmode.adoc[]
** xref:commands/builtin/index.adoc[]
*** xref:commands/builtin/help.adoc[]
*** xref:commands/builtin/clear.adoc[]
*** xref:commands/builtin/exit.adoc[]
*** xref:commands/builtin/stacktrace.adoc[]
*** xref:commands/builtin/script.adoc[]
*** xref:commands/builtin/history.adoc[]
*** xref:commands/builtin/completion.adoc[]
*** xref:commands/builtin/version.adoc[]
** xref:commands/writing.adoc[]
* xref:options/index.adoc[]
** xref:options/basics/index.adoc[]
*** xref:options/basics/programmatic.adoc[]