From 767b88dfcac3e2deb608bdd20bec74fbf536bf74 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 5 Jul 2023 13:42:19 -0500 Subject: [PATCH] Generate a default navigation Issue gh-869 --- modules/ROOT/nav.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/ROOT/nav.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc new file mode 100644 index 00000000..44b89172 --- /dev/null +++ b/modules/ROOT/nav.adoc @@ -0,0 +1,18 @@ +* xref:index.adoc[] +* xref:preface.adoc[] +* xref:introduction.adoc[] +* xref:spring-ldap-basic-usage.adoc[] +* xref:dirobjectfactory.adoc[] +* xref:odm.adoc[] +* xref:query-builder-advanced.adoc[] +* xref:configuration.adoc[] +* xref:repositories.adoc[] +* xref:pooling.adoc[] +* xref:adding-missing-overloaded-api-methods.adoc[] +* xref:processing-the-dircontext.adoc[] +* xref:transaction-support.adoc[] +* xref:user-authentication.adoc[] +* xref:ldif-parsing.adoc[] +* xref:utilities.adoc[] +* xref:testing.adoc[] +* xref:faq.adoc[]