diff --git a/spring-shell-docs/src/main/asciidoc/appendices-debugging.adoc b/spring-shell-docs/src/main/asciidoc/appendices-debugging.adoc new file mode 100644 index 00000000..d78b03c7 --- /dev/null +++ b/spring-shell-docs/src/main/asciidoc/appendices-debugging.adoc @@ -0,0 +1,5 @@ +[appendix] +[#appendix-debugging] +== Debugging + +Please find more info about debugging from https://github.com/spring-projects/spring-shell/wiki/Debugging[project wiki]. diff --git a/spring-shell-docs/src/main/asciidoc/appendices.adoc b/spring-shell-docs/src/main/asciidoc/appendices.adoc index aa95d153..10911ecc 100644 --- a/spring-shell-docs/src/main/asciidoc/appendices.adoc +++ b/spring-shell-docs/src/main/asciidoc/appendices.adoc @@ -1 +1,3 @@ include::appendices-techical-intro.adoc[] + +include::appendices-debugging.adoc[]