diff --git a/docs/modules/ROOT/pages/README.adoc b/docs/modules/ROOT/pages/README.adoc index 4e92e5f..f9e296f 100644 --- a/docs/modules/ROOT/pages/README.adoc +++ b/docs/modules/ROOT/pages/README.adoc @@ -1,13 +1,10 @@ [[spring-cloud-bus]] = Spring Cloud Bus -include::_attributes.adoc[] -include::intro.adoc[] [[quick-start]] == Quick Start -include::quickstart.adoc[] [[building]] == Building diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index 941e773..cdf72e4 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 ee20a5f..e69de29 100755 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1 +0,0 @@ -include::spring-cloud-bus.adoc[] diff --git a/docs/modules/ROOT/pages/spring-cloud-bus.adoc b/docs/modules/ROOT/pages/spring-cloud-bus.adoc index 15f1f53..3242f88 100644 --- a/docs/modules/ROOT/pages/spring-cloud-bus.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-bus.adoc @@ -1,15 +1,12 @@ [[spring-cloud-bus]] = Spring Cloud Bus -include::_attributes.adoc[] -include::intro.adoc[] include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[] [[quick-start]] == Quick Start -include::quickstart.adoc[] [[bus-endpoints]] == Bus Endpoints