From d4e75f192121416b8bf7a9b284254329d5cde241 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 20 Jul 2023 20:20:06 -0500 Subject: [PATCH] Generate a default navigation --- spring-graphql-docs/modules/ROOT/nav.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spring-graphql-docs/modules/ROOT/nav.adoc diff --git a/spring-graphql-docs/modules/ROOT/nav.adoc b/spring-graphql-docs/modules/ROOT/nav.adoc new file mode 100644 index 00000000..295f2b0a --- /dev/null +++ b/spring-graphql-docs/modules/ROOT/nav.adoc @@ -0,0 +1,11 @@ +* xref:index.adoc[] +* xref:attributes.adoc[] +** xref:includes/transports.adoc[] +** xref:includes/request-execution.adoc[] +** xref:includes/data.adoc[] +** xref:includes/controllers.adoc[] +** xref:includes/observability.adoc[] +** xref:includes/graalvm-native.adoc[] +** xref:includes/client.adoc[] +** xref:includes/graphiql.adoc[] +** xref:includes/testing.adoc[]