Remove includes

This commit is contained in:
sgibb
2023-09-11 16:12:20 -04:00
parent d92721237c
commit f5223aa13c
4 changed files with 0 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ image::https://github.com/spring-cloud/spring-cloud-gateway/workflows/Build/badg
image::https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/main/graph/badge.svg["Codecov", link="https://codecov.io/gh/spring-cloud/spring-cloud-gateway/branch/main"]
include::intro.adoc[]
[[features]]
= Features

View File

@@ -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,7 +10,6 @@ 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[]
include::{project-root}/docs/target/observability/_metrics.adoc[]

View File

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

View File

@@ -1,8 +1,6 @@
[[spring-cloud-gateway]]
= Spring Cloud Gateway
include::_attributes.adoc[]
*{spring-cloud-version}*
include::intro.adoc[]