This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 66:toclevels: 2
77:env-docs: true
88
9+ ifdef::backend-html5[(C) {copyright}]
10+ ifndef::backend-pdf[]
11+
912License: link:{common-license-page-uri}[Creative Commons 4.0]
13+ endif::[]
14+ ifdef::backend-pdf[]
15+ (C) {copyright}
16+
17+ License: <<license, Creative Commons 4.0>>
18+ endif::[]
19+
1020
1121[abstract]
1222--
Original file line number Diff line number Diff line change 3939 ]
4040 if (1 < versionParts. size()) { versions. graphAlgoDocs + = ' -preview' }
4141
42+ copyrightYear = ' 2019'
4243 docsBaseUri = " https://neo4j.com/docs"
4344 crossReferenceBase = [ // We have no strategy for cross references; always link to current.
4445 ' operations-manual' : " ${ docsBaseUri} /operations-manual/current" ,
@@ -55,10 +56,13 @@ ext {
5556 ' icons' : ' font' ,
5657 ' attribute-missing' : ' warn' ,
5758 ' docs-version' : versions. graphAlgoDocs,
59+ ' copyright-year' : copyrightYear,
60+ ' copyright' : " ${ copyrightYear} Neo4j, Inc." ,
5861 ' common-license-page-uri' : " $docsBaseUri /license/" ,
5962 ],
6063 ' docbook' : [
6164 ' imagesdir' : ' images' ,
65+ ' docinfo1' : ' ' ,
6266 ],
6367 ' html' : [
6468 ' stylesdir' : ' css' ,
You can’t perform that action at this time.
0 commit comments