From 573d99dbbe018cf4e7e439bc4fc14e5c0eab36e6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 8 Apr 2020 12:05:31 +0200 Subject: [PATCH] Polishing. Explicitly set Javadoc locale to English. Add missing anchors in reference documentation. See gh-549. --- pom.xml | 1 + src/main/asciidoc/preface.adoc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 66061521..52f1447e 100644 --- a/pom.xml +++ b/pom.xml @@ -434,6 +434,7 @@ maven-javadoc-plugin 3.1.1 + en_US true
${project.name}
${java.version} diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index dfc0a0a9..3c4f4528 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -9,6 +9,7 @@ This part of the reference documentation explains the core functionality offered <> introduces the Vault module feature set. +[[preface.document-structure]] == Document Structure This section provides basic introduction to Spring and Vault. @@ -56,6 +57,7 @@ Spring Vault 2.x binaries requires JDK level 8.0 and above, and https://spring.i In terms of Vault, https://www.vaultproject.io/[Vault] at least 0.6. +[[get-started:additional-help]] == Additional Help Resources Learning a new framework is not always straight forward. In this section, we try to provide what we think is an easy to follow guide for starting with Spring Vault module. However, if you encounter issues or you are just looking for advice, feel free to use one of the links below: