diff --git a/spring-graphql-docs/modules/ROOT/pages/attributes.adoc b/spring-graphql-docs/modules/ROOT/pages/attributes.adoc index 82b5c502..12fddf1d 100644 --- a/spring-graphql-docs/modules/ROOT/pages/attributes.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/attributes.adoc @@ -23,4 +23,4 @@ :javadoc: https://docs.spring.io/spring-graphql/docs/{spring-graphql-version}/api // version attributes from main build.gradle :spring-framework-ref-docs: https://docs.spring.io/spring-framework/reference -:spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html \ No newline at end of file +:spring-boot-ref-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference/html diff --git a/spring-graphql-docs/modules/ROOT/pages/includes/controllers.adoc b/spring-graphql-docs/modules/ROOT/pages/includes/controllers.adoc index 4f7d5be3..4f18d7dd 100644 --- a/spring-graphql-docs/modules/ROOT/pages/includes/controllers.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/includes/controllers.adoc @@ -753,4 +753,4 @@ Supported return types are listed below: | `Mono` | For asynchronous resolution where `` is one of the supported, synchronous, return types. -|=== \ No newline at end of file +|=== diff --git a/spring-graphql-docs/modules/ROOT/pages/includes/data.adoc b/spring-graphql-docs/modules/ROOT/pages/includes/data.adoc index 6114e37a..b956a63d 100644 --- a/spring-graphql-docs/modules/ROOT/pages/includes/data.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/includes/data.adoc @@ -479,4 +479,4 @@ Jackson library is on the classpath, customizations like the above are applied f Spring for GraphQL defines a `SortStrategy` to create `Sort` from GraphQL arguments. `AbstractSortStrategy` implements the contract with abstract methods to extract the sort direction and properties. To enable support for `Sort` as a controller method argument, -you need to declare a `SortStrategy` bean. \ No newline at end of file +you need to declare a `SortStrategy` bean. diff --git a/spring-graphql-docs/modules/ROOT/pages/includes/graphiql.adoc b/spring-graphql-docs/modules/ROOT/pages/includes/graphiql.adoc index c77f39d0..fbd8a244 100644 --- a/spring-graphql-docs/modules/ROOT/pages/includes/graphiql.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/includes/graphiql.adoc @@ -35,4 +35,4 @@ include::code:GraphiQlConfiguration[] <3> Finally, map the handler to a specific HTTP endpoint <4> Expose this new route through a `RouterFunction` bean -You might also need to configure your application to {spring-boot-ref-docs}/web.html#web.servlet.spring-mvc.static-content[serve the relevant static resources]. \ No newline at end of file +You might also need to configure your application to {spring-boot-ref-docs}/web.html#web.servlet.spring-mvc.static-content[serve the relevant static resources]. diff --git a/spring-graphql-docs/modules/ROOT/pages/includes/transports.adoc b/spring-graphql-docs/modules/ROOT/pages/includes/transports.adoc index 6fabee9f..46423b5e 100644 --- a/spring-graphql-docs/modules/ROOT/pages/includes/transports.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/includes/transports.adoc @@ -161,4 +161,4 @@ by the <>, see Similar to <>, an `RSocketQlInterceptor` allows intercepting GraphQL over RSocket requests before and after GraphQL Java engine execution. You can use -this to customize the `graphql.ExecutionInput` and the `graphql.ExecutionResult`. \ No newline at end of file +this to customize the `graphql.ExecutionInput` and the `graphql.ExecutionResult`. diff --git a/spring-graphql-docs/modules/ROOT/pages/index.adoc b/spring-graphql-docs/modules/ROOT/pages/index.adoc index 3d0a9a50..38c6e427 100644 --- a/spring-graphql-docs/modules/ROOT/pages/index.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/index.adoc @@ -1,3 +1,4 @@ +[[spring-for-graphql-documentation]] = Spring for GraphQL Documentation Brian Clozel; Andreas Marek; Rossen Stoyanchev; Mark Paluch include::attributes.adoc[]