diff --git a/pom.xml b/pom.xml
index 359786fe..2f74d179 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
hyper-text driven REST web services.
- 2012-2018
+ 2012-2019
Pivotal, Inc.
@@ -211,6 +211,7 @@
true
true
${basedir}
+ 0.1.0.RELEASE
@@ -221,6 +222,13 @@
provided
zip
+
+ io.spring.docresources
+ spring-doc-resources
+ ${docs.resources.version}
+ zip
+ true
+
@@ -242,6 +250,20 @@
generate-resources
+
+ unpack-doc-resources
+
+ unpack-dependencies
+
+ generate-resources
+
+ io.spring.docresources
+ spring-doc-resources
+ zip
+ true
+ ${project.build.directory}/refdocs/
+
+
org.springframework.data
@@ -270,6 +292,29 @@
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+
+
+ copy-asciidoc-resources
+ generate-resources
+
+ copy-resources
+
+
+ ${project.build.directory}/refdocs/
+
+
+ src/main/asciidoc
+ false
+
+
+
+
+
+
+
org.asciidoctor
asciidoctor-maven-plugin
@@ -291,14 +336,18 @@
html5
+ highlight.js
${project.build.directory}/site/reference/html
false
- prettify
+ shared
true
font
true
+ css/
spring.css
+ js/highlight
+ atom-one-dark-reasonable
@@ -318,15 +367,14 @@
- ${project.root}/src/main/asciidoc
- index.adoc
+ ${project.build.directory}/refdocs/
book
${project.version}
${project.name}
${project.version}
true
- 3
+ 4
true
${project.basedir}
@@ -344,12 +392,6 @@
generate-resources
-
-
-
-
-
-
@@ -371,7 +413,6 @@
-
diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc
index d7e5baa7..775edb9c 100644
--- a/src/main/asciidoc/index.adoc
+++ b/src/main/asciidoc/index.adoc
@@ -1,19 +1,16 @@
= Spring HATEOAS - Reference Documentation
-Oliver Gierke, Greg Turnquist;
+Oliver Gierke; Greg Turnquist; Jay Bryant
:revnumber: {version}
:revdate: {localdate}
-:toc:
-:toc-placement!:
-
+:toc: left
+:hide-uri-scheme:
This project provides some APIs to ease creating REST representations that follow the http://en.wikipedia.org/wiki/HATEOAS[HATEOAS] principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
-(C) 2012-2015 The original authors.
+(C) 2012-2019 The original authors.
NOTE: Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
-toc::[]
-
[[fundamentals]]
== Fundmentals