From 675e38159b89b5afcd6ba60947c06c51814d2ce8 Mon Sep 17 00:00:00 2001 From: srinivasu619 Date: Sun, 11 Dec 2022 23:05:24 +0100 Subject: [PATCH 1/2] Renamed the word `techical` to `technical` --- .../asciidoc/appendices-techical-intro.adoc | 19 ------------------- ...dices-technical-intro-commandcatalog.adoc} | 0 ...dices-technical-intro-commandcontext.adoc} | 0 ...appendices-technical-intro-execution.adoc} | 0 ...=> appendices-technical-intro-parser.adoc} | 0 ...endices-technical-intro-registration.adoc} | 0 ...ices-technical-intro-searchalgorithm.adoc} | 0 ...> appendices-technical-intro-theming.adoc} | 0 .../asciidoc/appendices-technical-intro.adoc | 19 +++++++++++++++++++ .../src/main/asciidoc/appendices.adoc | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 spring-shell-docs/src/main/asciidoc/appendices-techical-intro.adoc rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-commandcatalog.adoc => appendices-technical-intro-commandcatalog.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-commandcontext.adoc => appendices-technical-intro-commandcontext.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-execution.adoc => appendices-technical-intro-execution.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-parser.adoc => appendices-technical-intro-parser.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-registration.adoc => appendices-technical-intro-registration.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-searchalgorithm.adoc => appendices-technical-intro-searchalgorithm.adoc} (100%) rename spring-shell-docs/src/main/asciidoc/{appendices-techical-intro-theming.adoc => appendices-technical-intro-theming.adoc} (100%) create mode 100644 spring-shell-docs/src/main/asciidoc/appendices-technical-intro.adoc 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[] From 11e9121053dd2efa8b4592508bebae31374a3e1b Mon Sep 17 00:00:00 2001 From: srinivasu619 Date: Sun, 11 Dec 2022 23:20:40 +0100 Subject: [PATCH 2/2] Updated Labels file --- .github/labels-manage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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