Browse Source

Remove includes

pull/1263/head
Marcin Grzejszczak 1 year ago
parent
commit
16503b67f7
  1. 1
      docs/modules/modules/ROOT/pages/README.adoc
  2. 3
      docs/modules/modules/ROOT/pages/appendix.adoc
  3. 1
      docs/modules/modules/ROOT/pages/index.adoc
  4. 1
      docs/modules/modules/ROOT/pages/intro.adoc
  5. 2
      docs/modules/modules/ROOT/pages/spring-cloud-commons.adoc

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

@ -1,4 +1,3 @@ @@ -1,4 +1,3 @@
include::intro.adoc[]
[[building]]
= Building

3
docs/modules/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,6 +10,4 @@ This appendix provides a list of common {project-full-name} properties and refer @@ -11,6 +10,4 @@ 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::_observability.adoc[]

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

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

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

@ -7,4 +7,3 @@ Spring Cloud facilitates these styles of development in a number of specific way @@ -7,4 +7,3 @@ Spring Cloud facilitates these styles of development in a number of specific way
Many of those features are covered by https://projects.spring.io/spring-boot[Spring Boot], on which Spring Cloud builds. Some more features are delivered by Spring Cloud as two libraries: Spring Cloud Context and Spring Cloud Commons.
Spring Cloud Context provides utilities and special services for the `ApplicationContext` of a Spring Cloud application (bootstrap context, encryption, refresh scope, and environment endpoints). Spring Cloud Commons is a set of abstractions and common classes used in different Spring Cloud implementations (such as Spring Cloud Netflix and Spring Cloud Consul).
include::jce.adoc[]

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

@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
[[cloud-native-applications]]
= Cloud Native Applications
include::_attributes.adoc[]
include::intro.adoc[]
// TODO: figure out remote includes in docs and replace pasted text
// include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[]

Loading…
Cancel
Save