Browse Source

Remove includes

antora
Olga MaciaszekSharma 1 year ago
parent
commit
3e19002672
  1. 2
      docs/modules/ROOT/pages/README.adoc
  2. 2
      docs/modules/ROOT/pages/appendix.adoc
  3. 1
      docs/modules/ROOT/pages/index.adoc
  4. 2
      docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

2
docs/modules/ROOT/pages/README.adoc

@ -4,9 +4,7 @@ image:https://codecov.io/gh/spring-cloud/spring-cloud-openfeign/branch/main/grap @@ -4,9 +4,7 @@ image:https://codecov.io/gh/spring-cloud/spring-cloud-openfeign/branch/main/grap
image:https://api.codacy.com/project/badge/Grade/97b04c4e609c4b4f86b415e4437a6484["Codacy code quality", link="https://www.codacy.com/app/Spring-Cloud/spring-cloud-openfeign?utm_source=github.com&utm_medium=referral&utm_content=spring-cloud/spring-cloud-openfeign&utm_campaign=Badge_Grade"]
include::_attributes.adoc[]
include::intro.adoc[]
[[features]]
= Features

2
docs/modules/ROOT/pages/appendix.adoc

@ -3,7 +3,6 @@ @@ -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 @@ -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[]

1
docs/modules/ROOT/pages/index.adoc

@ -1 +0,0 @@ @@ -1 +0,0 @@
include::spring-cloud-openfeign.adoc[]

2
docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

@ -1,10 +1,8 @@ @@ -1,10 +1,8 @@
[[spring-cloud-openfeign]]
= Spring Cloud OpenFeign
include::_attributes.adoc[]
*{spring-cloud-version}*
include::intro.adoc[]
[[spring-cloud-feign]]

Loading…
Cancel
Save