Update docs

This commit is contained in:
Janne Valkealahti
2023-10-07 08:09:51 +01:00
parent 2e95fccbd5
commit 9a5f189783
17 changed files with 30 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
* xref:index.adoc[Overview]
* xref:getting-started.adoc[]
* xref:using-shell-basics.adoc[]
** xref:using-shell-basics-reading.adoc[]
* xref:basics/index.adoc[]
** xref:basics/reading.adoc[]
* xref:commands/index.adoc[]
** xref:commands/registration/index.adoc[]
** xref:commands/registration/programmatic.adoc[]
@@ -72,18 +72,18 @@
** xref:customization/singlecommand.adoc[]
** xref:customization/contextclose.adoc[]
* xref:using-shell-execution.adoc[]
* xref:using-shell-testing.adoc[]
** xref:using-shell-testing-basics.adoc[]
** xref:using-shell-testing-settings.adoc[]
* xref:testing/index.adoc[]
** xref:testing/basics.adoc[]
** xref:testing/settings.adoc[]
* Appendices
** 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/techintro/index.adoc[]
*** xref:appendices/techintro/registration.adoc[]
*** xref:appendices/techintro/parser.adoc[]
*** xref:appendices/techintro/execution.adoc[]
*** xref:appendices/techintro/commandcontext.adoc[]
*** xref:appendices/techintro/commandcatalog.adoc[]
*** xref:appendices/techintro/theming.adoc[]
*** xref:appendices/techintro/searchalgorithm.adoc[]
** xref:appendices-debugging.adoc[]
** xref:appendices/tui/index.adoc[]
*** xref:appendices/tui/viewdev.adoc[]