From 9d7d7b3f5f5f9f0f680ff2f308bb21a23b2ff066 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 16 Jun 2023 12:44:23 +0200 Subject: [PATCH] Including Observability appendix only for non-release train docs --- docs/src/main/asciidoc/spring-cloud-config.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index bef1b15e..1f634393 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -2135,7 +2135,9 @@ WARNING: Since in AOT and native mode, configuration is being processed and the WARNING: Since Config Client connects to a running data source (such as Config Server) while starting up from native image, the quick startup time will be slowed down by the time required for this network communication to take place. +ifndef::releaseTrain[] [[appendix]] = Appendices include::_observability.adoc[] +endif::[]