diff --git a/.github/labels-manage.yml b/.github/labels-manage.yml index 119676bd4..ff7a75360 100644 --- a/.github/labels-manage.yml +++ b/.github/labels-manage.yml @@ -112,7 +112,7 @@ description: Something needs to get done - name: type/technical-debt color: D4C5F9 - description: Techical Dept + description: Technical Dept - name: type/question color: D4C5F9 description: Is a question diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro.adoc b/spring-shell-docs/src/main/asciidoc/appendices-techical-intro.adoc deleted file mode 100644 index cf835df2c..000000000 --- a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro.adoc +++ /dev/null @@ -1,19 +0,0 @@ -[appendix] -[#appendix-tech-intro] -== Techical Introduction -This appendix contains information for developers and others who would like to know more about how Spring Shell -works internally and what its design decisions are. - -include::appendices-techical-intro-registration.adoc[] - -include::appendices-techical-intro-parser.adoc[] - -include::appendices-techical-intro-execution.adoc[] - -include::appendices-techical-intro-commandcontext.adoc[] - -include::appendices-techical-intro-commandcatalog.adoc[] - -include::appendices-techical-intro-theming.adoc[] - -include::appendices-techical-intro-searchalgorithm.adoc[] diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-commandcatalog.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-commandcatalog.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-commandcatalog.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-commandcatalog.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-commandcontext.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-commandcontext.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-commandcontext.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-commandcontext.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-execution.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-execution.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-execution.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-execution.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-parser.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-parser.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-parser.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-parser.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-registration.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-registration.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-registration.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-registration.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-searchalgorithm.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-searchalgorithm.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-searchalgorithm.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-searchalgorithm.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-techical-intro-theming.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro-theming.adoc similarity index 100% rename from spring-shell-docs/src/main/asciidoc/appendices-techical-intro-theming.adoc rename to spring-shell-docs/src/main/asciidoc/appendices-technical-intro-theming.adoc diff --git a/spring-shell-docs/src/main/asciidoc/appendices-technical-intro.adoc b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro.adoc new file mode 100644 index 000000000..0fd916e18 --- /dev/null +++ b/spring-shell-docs/src/main/asciidoc/appendices-technical-intro.adoc @@ -0,0 +1,19 @@ +[appendix] +[#appendix-tech-intro] +== Technical Introduction +This appendix contains information for developers and others who would like to know more about how Spring Shell +works internally and what its design decisions are. + +include::appendices-technical-intro-registration.adoc[] + +include::appendices-technical-intro-parser.adoc[] + +include::appendices-technical-intro-execution.adoc[] + +include::appendices-technical-intro-commandcontext.adoc[] + +include::appendices-technical-intro-commandcatalog.adoc[] + +include::appendices-technical-intro-theming.adoc[] + +include::appendices-technical-intro-searchalgorithm.adoc[] diff --git a/spring-shell-docs/src/main/asciidoc/appendices.adoc b/spring-shell-docs/src/main/asciidoc/appendices.adoc index 10911ecc9..5fce98ac9 100644 --- a/spring-shell-docs/src/main/asciidoc/appendices.adoc +++ b/spring-shell-docs/src/main/asciidoc/appendices.adoc @@ -1,3 +1,3 @@ -include::appendices-techical-intro.adoc[] +include::appendices-technical-intro.adoc[] include::appendices-debugging.adoc[]