From e316cdf13b775c2166ad8390878079992cb278b1 Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Fri, 13 Jan 2023 16:05:36 +0000 Subject: [PATCH] Switch order of sections in reference docs Client and Testing after all others such as Security, Observability, and GraalVM. --- spring-graphql-docs/src/docs/asciidoc/index.adoc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/spring-graphql-docs/src/docs/asciidoc/index.adoc b/spring-graphql-docs/src/docs/asciidoc/index.adoc index d5ed689f..38722cee 100644 --- a/spring-graphql-docs/src/docs/asciidoc/index.adoc +++ b/spring-graphql-docs/src/docs/asciidoc/index.adoc @@ -1665,13 +1665,23 @@ The 1.0.x branch of this repository contains samples for +include::includes/observability.adoc[leveloffset=+1] + + + + +include::includes/graalvm-native.adoc[leveloffset=+1] + + + + include::includes/client.adoc[leveloffset=+1] -include::includes/observability.adoc[leveloffset=+1] + + include::includes/testing.adoc[leveloffset=+1] -include::includes/graalvm-native.adoc[leveloffset=+1]