From efc80bb74fa1da7660c25c3c479cf643bfed0603 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Mon, 15 Jan 2024 12:43:00 -0600 Subject: [PATCH] Clarifying the confusing note --- spring-shell-docs/modules/ROOT/pages/basics/reading.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-shell-docs/modules/ROOT/pages/basics/reading.adoc b/spring-shell-docs/modules/ROOT/pages/basics/reading.adoc index a2eadf75..fbc3f514 100644 --- a/spring-shell-docs/modules/ROOT/pages/basics/reading.adoc +++ b/spring-shell-docs/modules/ROOT/pages/basics/reading.adoc @@ -14,6 +14,4 @@ new annotation model relates to use of `@Command`. The programmatic model is how things are actually registered, even if you use annotations. -NOTE: Currently whole documentation structure is in transit to provide better -structure how things can be used using different ways to provide configurations. -So pardon a for little confusion now and there during a transit. +NOTE: The documentation structure is getting revised to clarify how to provide configurations in separate ways. Thank you for understanding while that work is still in progress.