From c898f11f94424441033b9ed7041c0a788595443f Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 8 Sep 2023 16:32:25 +0200 Subject: [PATCH] Remove includes --- docs/modules/ROOT/pages/appendix.adoc | 3 --- docs/modules/ROOT/pages/index.adoc | 1 - docs/modules/ROOT/pages/spring-cloud-task.adoc | 8 -------- 3 files changed, 12 deletions(-) diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index 7540549e..f3e8d65a 100644 --- a/docs/modules/ROOT/pages/appendix.adoc +++ b/docs/modules/ROOT/pages/appendix.adoc @@ -2,11 +2,8 @@ [[appendix]] = Appendices -include::appendix-task-repository-schema.adoc[] -include::appendix-building-the-documentation.adoc[] ifndef::train-docs[] -include::_observability.adoc[] endif::[] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 1af1bb98..e69de29b 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1 +0,0 @@ -include::spring-cloud-task.adoc[] diff --git a/docs/modules/ROOT/pages/spring-cloud-task.adoc b/docs/modules/ROOT/pages/spring-cloud-task.adoc index bb100b2b..ddb5cbe2 100644 --- a/docs/modules/ROOT/pages/spring-cloud-task.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-task.adoc @@ -2,7 +2,6 @@ = Spring Cloud Task Reference Guide Michael Minella, Glenn Renfro, Jay Bryant -include::_attributes.adoc[] // ====================================================================================== @@ -15,18 +14,11 @@ others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically. -include::preface.adoc[] -include::getting-started.adoc[] -include::features.adoc[] -include::batch.adoc[] -include::batch-starter.adoc[] -include::stream.adoc[] -include::appendix.adoc[] // ======================================================================================