Remove includes

This commit is contained in:
Marcin Grzejszczak
2023-09-11 15:18:28 +02:00
parent 8a3af5f923
commit fca734eed7
21 changed files with 0 additions and 48 deletions

View File

@@ -17,4 +17,3 @@ You can read more about Spring Cloud Contract by going to https://spring.io/proj
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/main/docs/src/main/asciidoc/contributing.adoc[]
include::_building.adoc[]

View File

@@ -3,7 +3,6 @@
Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
:docinfo: shared
include::_attributes.adoc[]
The reference documentation consists of the following sections:

View File

@@ -2,15 +2,4 @@
= Spring Cloud Contract Reference Documentation
Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
include::_attributes.adoc[]
include::legal.adoc[leveloffset=+1]
include::getting-started.adoc[leveloffset=+1]
include::using.adoc[leveloffset=+1]
include::project-features.adoc[leveloffset=+1]
include::maven-project.adoc[leveloffset=+1]
include::gradle-project.adoc[leveloffset=+1]
include::docker-project.adoc[leveloffset=+1]
include::advanced.adoc[leveloffset=+1]
include::howto.adoc[leveloffset=+1]
include::appendix.adoc[leveloffset=+1]

View File

@@ -3,15 +3,4 @@
Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
:docinfo: shared
include::_attributes.adoc[]
include::legal.adoc[leveloffset=+1]
include::getting-started.adoc[leveloffset=+1]
include::using.adoc[leveloffset=+1]
include::project-features.adoc[leveloffset=+1]
include::maven-project.adoc[leveloffset=+1]
include::gradle-project.adoc[leveloffset=+1]
include::docker-project.adoc[leveloffset=+1]
include::advanced.adoc[leveloffset=+1]
include::howto.adoc[leveloffset=+1]
include::appendix.adoc[leveloffset=+1]

View File

@@ -1,7 +1,6 @@
[[contract-dsl]]
= Contract DSL
include::_attributes.adoc[]
Spring Cloud Contract supports DSLs written in the following languages:

View File

@@ -1,5 +1,4 @@
[[feature-integrations]]
= Integrations
include::_attributes.adoc[]

View File

@@ -1,7 +1,6 @@
[[features-messaging]]
= Messaging
include::_attributes.adoc[]
Spring Cloud Contract lets you verify applications that use messaging as a
means of communication. All of the integrations shown in this document work with Spring,

View File

@@ -1,7 +1,6 @@
[[features-wiremock]]
= Spring Cloud Contract WireMock
include::_attributes.adoc[]
The Spring Cloud Contract WireMock modules let you use https://github.com/tomakehurst/wiremock[WireMock] in a
Spring Boot application. For more detail, check out the

View File

@@ -1,6 +1,5 @@
[[contract-customization]]
= Spring Cloud Contract customization
include::_attributes.adoc[]
In this section, we describe how to customize various parts of Spring Cloud Contract.

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.
@@ -14,9 +13,7 @@ Also, you can define your own properties.
[[default-application-properties]]
== Default application properties
include::_configprops.adoc[]
[[additional-application-properties]]
== Additional application properties
include::_additional-stubrunner-configprops.adoc[]

View File

@@ -1,6 +1,5 @@
[[docker]]
= Docker Project
include::_attributes.adoc[]
In this section, we publish a `springcloud/spring-cloud-contract` Docker image
that contains a project that generates tests and runs them in `EXPLICIT` mode

View File

@@ -1,6 +1,5 @@
[[documentation]]
= Spring Cloud Contract Documentation
include::_attributes.adoc[]
This section provides a brief overview of {project-full-name} reference documentation. It serves
as a map for the rest of the document.

View File

@@ -1,6 +1,5 @@
[[getting-started]]
= Getting Started
include::_attributes.adoc[]
If you are getting started with {project-full-name} or Spring in general, start by reading
this section. It answers the basic "`what?`", "`how?`" and "`why?`" questions. It

View File

@@ -1,6 +1,5 @@
[[gradle-project]]
= Gradle Project
include::_attributes.adoc[]
To learn how to set up the Gradle project for Spring Cloud Contract Verifier, read the
following sections:

View File

@@ -1,6 +1,5 @@
[[howto]]
= "`How-to`" Guides
include::_attributes.adoc[]
This section provides answers to some common "`how do I do that...?`" questions
that often arise when using {project-full-name}. Its coverage is not exhaustive, but it

View File

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

View File

@@ -1,6 +1,5 @@
[[maven-project]]
= Maven Project
include::_attributes.adoc[]
To learn how to set up the Maven project for Spring Cloud Contract Verifier, read the
following sections:

View File

@@ -1,6 +1,5 @@
[[features]]
= Spring Cloud Contract Features
include::_attributes.adoc[]
This section dives into the details of {project-full-name}. Here you can learn about the key
features that you may want to use and customize. If you have not already done so, you
@@ -8,15 +7,10 @@ might want to read the "<<getting-started.adoc#getting-started>>" and
"<<using.adoc#using>>" sections, so that you have a good grounding in the
basics.
include::_project-features-contract.adoc[]
include::_project-features-flows.adoc[]
include::_project-features-messaging.adoc[]
include::_project-features-stubrunner.adoc[]
include::_project-features-wiremock.adoc[]
[[features-build-tools]]
== Build Tools Integration

View File

@@ -3,7 +3,6 @@
Adam Dudczak, Mathias Düsterhöft, Marcin Grzejszczak, Dennis Kieselhorst, Jakub Kubryński, Karol Lassak, Olga Maciaszek-Sharma, Mariusz Smykuła, Dave Syer, Jay Bryant
:docinfo: shared
include::_attributes.adoc[]
The reference documentation consists of the following sections:

View File

@@ -1,6 +1,5 @@
[[using]]
= Using Spring Cloud Contract
include::_attributes.adoc[]
This section goes into more detail about how you should use {project-full-name}. It covers topics
such as flows of how to work with {project-full-name}. We also

View File

@@ -1,7 +1,6 @@
[[yml-schema]]
= YML Schema
include::_attributes.adoc[]
Below you can find a JSON schema definition of a YAML contract.