Skip to content

Commit eeaa9bc

Browse files
committed
Fix ref docs code snippet theme
This commit also fixes a link in the reference documentation. See spring-projectsgh-18293
1 parent 039aa16 commit eeaa9bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
<doctype>book</doctype>
759759
<attributes>
760760
<highlightjsdir>js/highlight</highlightjsdir>
761-
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme>
761+
<highlightjs-theme>github</highlightjs-theme>
762762
<linkcss>true</linkcss>
763763
<imagesdir>./images</imagesdir>
764764
<icons>font</icons>

spring-boot-project/spring-boot-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
15731573
<doctype>book</doctype>
15741574
<attributes>
15751575
<highlightjsdir>js/highlight</highlightjsdir>
1576-
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme>
1576+
<highlightjs-theme>github</highlightjs-theme>
15771577
<linkcss>true</linkcss>
15781578
<imagesdir>./images</imagesdir>
15791579
<icons>font</icons>

spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ endif::[]
176176

177177
TIP: The `spring-boot-starter-parent` is a great way to use Spring Boot, but it might not be suitable all of the time.
178178
Sometimes you may need to inherit from a different parent POM, or you might not like our default settings.
179-
In those cases, see <<using-boot-maven-without-a-parent>> for an alternative solution that uses an `import` scope.
179+
In those cases, see <<using-spring-boot.adoc#using-boot-maven-without-a-parent>> for an alternative solution that uses an `import` scope.
180180

181181

182182

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
<doctype>book</doctype>
319319
<attributes>
320320
<highlightjsdir>js/highlight</highlightjsdir>
321-
<highlightjs-theme>atom-one-dark-reasonable</highlightjs-theme>
321+
<highlightjs-theme>github</highlightjs-theme>
322322
<linkcss>true</linkcss>
323323
<imagesdir>./images</imagesdir>
324324
<icons>font</icons>

0 commit comments

Comments
 (0)