Define global Asciidoc attributes once
This commit defines the doc-root and api-spring-framework attributes once in docs.gradle instead of duplicating them in each *.adoc file. This commit also introduces a new docs-spring-framework global attribute.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
[[webtestclient]]
|
||||
= WebTestClient
|
||||
:doc-root: https://docs.spring.io
|
||||
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
|
||||
|
||||
`WebTestClient` is an HTTP client designed for testing server applications. It wraps
|
||||
Spring's <<web-reactive.adoc#webflux-client, WebClient>> and uses it to perform requests
|
||||
|
||||
Reference in New Issue
Block a user