From a180bcc75ceb81e3c8d291583e037350d6869a91 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 13 Sep 2023 18:34:15 -0400 Subject: [PATCH] Remove includes --- docs/modules/ROOT/pages/README.adoc | 3 --- docs/modules/ROOT/pages/appendix.adoc | 2 -- docs/modules/ROOT/pages/index.adoc | 1 - docs/modules/ROOT/pages/intro.adoc | 1 - docs/modules/ROOT/pages/sagan-boot.adoc | 1 - docs/modules/ROOT/pages/sagan-index.adoc | 1 - docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc | 2 -- 7 files changed, 11 deletions(-) diff --git a/docs/modules/ROOT/pages/README.adoc b/docs/modules/ROOT/pages/README.adoc index 7ee5c0dc..bc52c72b 100644 --- a/docs/modules/ROOT/pages/README.adoc +++ b/docs/modules/ROOT/pages/README.adoc @@ -1,13 +1,10 @@ image::https://travis-ci.org/spring-cloud/spring-cloud-zookeeper.svg?branch=master[Build Status, link=https://travis-ci.org/spring-cloud/spring-cloud-zookeeper] -include::intro.adoc[] -include::_attributes.adoc[] [[quick-start]] = Quick Start -include::quickstart.adoc[] [[zookeeper-overview]] = Zookeeper overview diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index 941e773b..cdf72e47 100644 --- a/docs/modules/ROOT/pages/appendix.adoc +++ b/docs/modules/ROOT/pages/appendix.adoc @@ -3,7 +3,6 @@ [[common-application-properties]] = Common application properties -include::_attributes.adoc[] Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches. This appendix provides a list of common {project-full-name} properties and references to the underlying classes that consume them. @@ -11,4 +10,3 @@ This appendix provides a list of common {project-full-name} properties and refer NOTE: Property contributions can come from additional jar files on your classpath, so you should not consider this an exhaustive list. Also, you can define your own properties. -include::_configprops.adoc[] diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 8508bf35..e69de29b 100755 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1 +0,0 @@ -include::spring-cloud-zookeeper.adoc[] diff --git a/docs/modules/ROOT/pages/intro.adoc b/docs/modules/ROOT/pages/intro.adoc index 5930b967..b6e6b4c4 100644 --- a/docs/modules/ROOT/pages/intro.adoc +++ b/docs/modules/ROOT/pages/intro.adoc @@ -1,5 +1,4 @@ -include::_attributes.adoc[] This project provides Zookeeper integrations for Spring Boot applications through autoconfiguration and binding to the Spring Environment and other Spring programming model diff --git a/docs/modules/ROOT/pages/sagan-boot.adoc b/docs/modules/ROOT/pages/sagan-boot.adoc index ab3c5b30..8b137891 100644 --- a/docs/modules/ROOT/pages/sagan-boot.adoc +++ b/docs/modules/ROOT/pages/sagan-boot.adoc @@ -1,2 +1 @@ -include::_attributes.adoc[] diff --git a/docs/modules/ROOT/pages/sagan-index.adoc b/docs/modules/ROOT/pages/sagan-index.adoc index f6e45cd2..1da6a888 100644 --- a/docs/modules/ROOT/pages/sagan-index.adoc +++ b/docs/modules/ROOT/pages/sagan-index.adoc @@ -1,5 +1,4 @@ -include::_attributes.adoc[] Spring Cloud Zookeeper provides http://zookeeper.apache.org/[Apache Zookeeper] integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Zookeeper. The patterns provided include Service Discovery and Distributed Configuration. diff --git a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc index a92e944a..11dfb34d 100644 --- a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc @@ -2,7 +2,5 @@ [[spring-cloud-zookeeper]] = Spring Cloud Zookeeper -include::intro.adoc[] -include::_attributes.adoc[]