Skip to content

Commit edddc0b

Browse files
committed
Update docs
1 parent 923498b commit edddc0b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

spring-shell-docs/modules/ROOT/nav.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
** xref:options/label.adoc[]
4141
** xref:options/types.adoc[]
4242
** xref:options/naming.adoc[]
43-
* xref:using-shell-completion.adoc[]
44-
* xref:using-shell-building.adoc[]
43+
* xref:completion.adoc[]
44+
* xref:building.adoc[]
4545
* xref:components/index.adoc[]
4646
** xref:components/flow/index.adoc[]
4747
** xref:components/ui/index.adoc[]
@@ -72,7 +72,7 @@
7272
** xref:customization/commandnotfound.adoc[]
7373
** xref:customization/singlecommand.adoc[]
7474
** xref:customization/contextclose.adoc[]
75-
* xref:using-shell-execution.adoc[]
75+
* xref:execution.adoc[]
7676
* xref:testing/index.adoc[]
7777
** xref:testing/basics.adoc[]
7878
** xref:testing/settings.adoc[]
@@ -85,7 +85,7 @@
8585
*** xref:appendices/techintro/commandcatalog.adoc[]
8686
*** xref:appendices/techintro/theming.adoc[]
8787
*** xref:appendices/techintro/searchalgorithm.adoc[]
88-
** xref:appendices-debugging.adoc[]
88+
** xref:appendices/debugging/index.adoc[]
8989
** xref:appendices/tui/index.adoc[]
9090
*** xref:appendices/tui/viewdev.adoc[]
9191
*** xref:appendices/tui/catalog.adoc[]
File renamed without changes.
File renamed without changes.

spring-shell-docs/modules/ROOT/pages/commands/interactionmode.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
= Interaction Mode
33
:page-section-summary-toc: 1
44

5-
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
5+
ifndef::snippets[:snippets: ../../../../src/test/java/org/springframework/shell/docs]
66

77
Command registration can define `InteractionMode` which is used to hide commands
8-
depending which mode shell is executing. More about that in xref:using-shell-execution.adoc#using-shell-execution-interactionmode[Interaction Mode].
8+
depending which mode shell is executing. More about that in xref:execution.adoc#using-shell-execution-interactionmode[Interaction Mode].
99

1010
You can define it with `CommandRegisration`.
1111

File renamed without changes.

spring-shell-docs/modules/ROOT/pages/using-shell-execution.adoc renamed to spring-shell-docs/modules/ROOT/pages/execution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ simple command-line tool without requiring customization.
1414

1515
Currently, interactive mode is entered if any command line options are passed when starting
1616
or running a shell from a command line. This works especially well when a shell application
17-
is compiled with xref:using-shell-building.adoc#native[Native Support].
17+
is compiled with xref:building.adoc#native[Native Support].
1818

1919
Some commands may not have any useful meanings when they run in interactive mode
2020
or (conversely) in non-interactive mode. For example, a built-in `exit` command would

0 commit comments

Comments
 (0)