Skip to content

Commit cf01b7c

Browse files
committed
Fix background color for code snippets in docs
* Change Copyright in docs for current year
1 parent be8a73f commit cf01b7c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -922,17 +922,16 @@ asciidoctor {
922922
}
923923
}
924924
options doctype: 'book', eruby: 'erubis'
925+
925926
attributes 'docinfo': 'shared',
926-
// use provided stylesheet
927927
stylesdir: "css/",
928928
stylesheet: 'spring.css',
929929
'linkcss': true,
930930
'icons': 'font',
931931
'sectanchors': '',
932-
// use provided highlighter
933932
'source-highlighter=highlight.js',
934933
'highlightjsdir=js/highlight',
935-
'highlightjs-theme=atom-one-dark-reasonable',
934+
'highlightjs-theme': 'github',
936935
'idprefix': '',
937936
'idseparator': '-',
938937
'spring-version': project.version,

src/reference/asciidoc/index-header.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifdef::backend-html5[]
66
*{project-version}*
77
endif::[]
88

9-
(C) 2009 - 2019 Pivotal Software, Inc.
9+
(C) 2009 - 2020 Pivotal Software, Inc.
1010
All rights reserved.
1111

1212
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.

0 commit comments

Comments
 (0)