From 474ef9b1a61b63bd0b685bfdacc4ec5b65a6c891 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 25 Aug 2020 10:07:47 +0200 Subject: [PATCH] Moved the metadata examples --- .../main/asciidoc/_project-features-contract.adoc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/src/main/asciidoc/_project-features-contract.adoc b/docs/src/main/asciidoc/_project-features-contract.adoc index 521f8615d3..f5d0f71940 100644 --- a/docs/src/main/asciidoc/_project-features-contract.adoc +++ b/docs/src/main/asciidoc/_project-features-contract.adoc @@ -472,7 +472,9 @@ include::{contract_kotlin_spec_path}/src/test/kotlin/org/springframework/cloud/c ---- ==== -You can check the <> section for examples of what we support in the metadata section. +In the following sections you can find examples of the supported metadata entries. + +include::{project-root}/docs/target/metadata.adoc[indent=0] [[features-http]] == Contracts for HTTP @@ -2007,11 +2009,4 @@ name of `scenario1` and the three following steps: . `logout`, marked as `Step2` (which closes the scenario). You can find more details about WireMock scenarios at -https://wiremock.org/docs/stateful-behaviour/[https://wiremock.org/docs/stateful-behaviour/]. - -[[contract-metadata-examples]] -=== Contract Metadata Examples - -In the following sections you can find examples of the supported metadata entries. - -include::{project-root}/docs/target/metadata.adoc[indent=0] \ No newline at end of file +https://wiremock.org/docs/stateful-behaviour/[https://wiremock.org/docs/stateful-behaviour/]. \ No newline at end of file