Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed the word techical to technical #590

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labels-manage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions spring-shell-docs/src/main/asciidoc/appendices-techical-intro.adoc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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[]
2 changes: 1 addition & 1 deletion spring-shell-docs/src/main/asciidoc/appendices.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include::appendices-techical-intro.adoc[]
include::appendices-technical-intro.adoc[]

include::appendices-debugging.adoc[]