Update spring-doc-resources version and highlight

Update spring-doc-resources and change highlght to github,
to get Damien Vitrac's latest look and feel for the docs.
This commit is contained in:
Jay Bryant
2020-03-31 11:29:49 -05:00
committed by Michael Minella
parent d508285f58
commit 214c121397

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>io.spring.docresources</groupId>
<artifactId>spring-doc-resources</artifactId>
<version>0.1.1.RELEASE</version>
<version>0.2.0.RELEASE</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -106,7 +106,7 @@
<linkcss>true</linkcss>
<icons>font</icons>
<highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme>
<highlightjs-theme>github</highlightjs-theme>
</attributes>
</configuration>
</execution>