Commit eeaa9bc6 authored by Brian Clozel's avatar Brian Clozel

Fix ref docs code snippet theme

This commit also fixes a link in the reference documentation.

See gh-18293
parent 039aa165
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
<doctype>book</doctype> <doctype>book</doctype>
<attributes> <attributes>
<highlightjsdir>js/highlight</highlightjsdir> <highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme> <highlightjs-theme>github</highlightjs-theme>
<linkcss>true</linkcss> <linkcss>true</linkcss>
<imagesdir>./images</imagesdir> <imagesdir>./images</imagesdir>
<icons>font</icons> <icons>font</icons>
......
...@@ -1573,7 +1573,7 @@ ...@@ -1573,7 +1573,7 @@
<doctype>book</doctype> <doctype>book</doctype>
<attributes> <attributes>
<highlightjsdir>js/highlight</highlightjsdir> <highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme> <highlightjs-theme>github</highlightjs-theme>
<linkcss>true</linkcss> <linkcss>true</linkcss>
<imagesdir>./images</imagesdir> <imagesdir>./images</imagesdir>
<icons>font</icons> <icons>font</icons>
......
...@@ -176,7 +176,7 @@ endif::[] ...@@ -176,7 +176,7 @@ endif::[]
TIP: The `spring-boot-starter-parent` is a great way to use Spring Boot, but it might not be suitable all of the time. TIP: The `spring-boot-starter-parent` is a great way to use Spring Boot, but it might not be suitable all of the time.
Sometimes you may need to inherit from a different parent POM, or you might not like our default settings. Sometimes you may need to inherit from a different parent POM, or you might not like our default settings.
In those cases, see <<using-boot-maven-without-a-parent>> for an alternative solution that uses an `import` scope. In those cases, see <<using-spring-boot.adoc#using-boot-maven-without-a-parent>> for an alternative solution that uses an `import` scope.
......
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
<doctype>book</doctype> <doctype>book</doctype>
<attributes> <attributes>
<highlightjsdir>js/highlight</highlightjsdir> <highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme> <highlightjs-theme>github</highlightjs-theme>
<linkcss>true</linkcss> <linkcss>true</linkcss>
<imagesdir>./images</imagesdir> <imagesdir>./images</imagesdir>
<icons>font</icons> <icons>font</icons>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment