Remove includes

This commit is contained in:
spencergibb
2023-09-14 10:41:53 -04:00
parent fbe1958416
commit 3bed3e2524
3 changed files with 0 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
:docs: https://cloud.spring.io/spring-cloud-vault/spring-cloud-vault.html
include::intro.adoc[]
[[features]]
= Features
@@ -33,7 +32,6 @@ Specifically for Spring applications:
[[quick-start]]
= Quick Start
include::quickstart.adoc[]
[[building]]
= Building

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,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[]

View File

@@ -10,23 +10,14 @@
NOTE: _Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically._
include::intro.adoc[]
include::_attributes.adoc[]
include::new-features.adoc[]
[[quick-start]]
== Quick Start
include::quickstart.adoc[]
include::config-data.adoc[]
include::authentication.adoc[]
include::secret-backends.adoc[]
include::other-topics.adoc[]
include::appendix.adoc[]