Fix background color for code snippets in docs

* Change Copyright in docs for current year
This commit is contained in:
Artem Bilan
2020-01-23 16:05:25 -05:00
parent be8a73ff36
commit cf01b7c0e5
2 changed files with 3 additions and 4 deletions

View File

@@ -922,17 +922,16 @@ asciidoctor {
}
}
options doctype: 'book', eruby: 'erubis'
attributes 'docinfo': 'shared',
// use provided stylesheet
stylesdir: "css/",
stylesheet: 'spring.css',
'linkcss': true,
'icons': 'font',
'sectanchors': '',
// use provided highlighter
'source-highlighter=highlight.js',
'highlightjsdir=js/highlight',
'highlightjs-theme=atom-one-dark-reasonable',
'highlightjs-theme': 'github',
'idprefix': '',
'idseparator': '-',
'spring-version': project.version,

View File

@@ -6,7 +6,7 @@ ifdef::backend-html5[]
*{project-version}*
endif::[]
(C) 2009 - 2019 Pivotal Software, Inc.
(C) 2009 - 2020 Pivotal Software, Inc.
All rights reserved.
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.