From c6e84dcfa83a43fcacddd882206c0e022c2d5a95 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 31 Oct 2022 07:41:01 +0000 Subject: [PATCH] Docs about debugging - Just linking to wiki - Relates #558 --- .../src/main/asciidoc/appendices-debugging.adoc | 5 +++++ spring-shell-docs/src/main/asciidoc/appendices.adoc | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 spring-shell-docs/src/main/asciidoc/appendices-debugging.adoc 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[]