Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
eeaa9bc6
Commit
eeaa9bc6
authored
Sep 24, 2019
by
Brian Clozel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ref docs code snippet theme
This commit also fixes a link in the reference documentation. See gh-18293
parent
039aa165
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
...g-boot-project/spring-boot-actuator-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+1
-1
getting-started.adoc
...t/spring-boot-docs/src/main/asciidoc/getting-started.adoc
+1
-1
pom.xml
...oject/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
View file @
eeaa9bc6
...
...
@@ -758,7 +758,7 @@
<doctype>
book
</doctype>
<attributes>
<highlightjsdir>
js/highlight
</highlightjsdir>
<highlightjs-theme>
atom-one-dark-reasonable
</highlightjs-theme>
<highlightjs-theme>
github
</highlightjs-theme>
<linkcss>
true
</linkcss>
<imagesdir>
./images
</imagesdir>
<icons>
font
</icons>
...
...
spring-boot-project/spring-boot-docs/pom.xml
View file @
eeaa9bc6
...
...
@@ -1573,7 +1573,7 @@
<doctype>
book
</doctype>
<attributes>
<highlightjsdir>
js/highlight
</highlightjsdir>
<highlightjs-theme>
atom-one-dark-reasonable
</highlightjs-theme>
<highlightjs-theme>
github
</highlightjs-theme>
<linkcss>
true
</linkcss>
<imagesdir>
./images
</imagesdir>
<icons>
font
</icons>
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
eeaa9bc6
...
...
@@ -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.
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.
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
eeaa9bc6
...
...
@@ -318,7 +318,7 @@
<doctype>
book
</doctype>
<attributes>
<highlightjsdir>
js/highlight
</highlightjsdir>
<highlightjs-theme>
atom-one-dark-reasonable
</highlightjs-theme>
<highlightjs-theme>
github
</highlightjs-theme>
<linkcss>
true
</linkcss>
<imagesdir>
./images
</imagesdir>
<icons>
font
</icons>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment