Add index page links; Add stylesheet location to gfsh docs.

Resolves gh-50.
This commit is contained in:
Eleftheria Stein
2020-03-03 08:32:03 -05:00
committed by John Blum
parent 140bab4920
commit 549ae2d1aa
10 changed files with 25 additions and 3 deletions

View File

@@ -17,8 +17,6 @@ dependencies {
}
def versions = dependencyManagement.managedVersions
def relativePathToSpringCss = "css/spring.css"
def pathToSpringCss = new File(project.getBuildDir(), relativePathToSpringCss).getAbsolutePath()
asciidoctor {
@@ -30,7 +28,6 @@ asciidoctor {
'download-url' : "https://github.com/spring-projects/spring-session-data-geode/archive/${ghTag}.zip",
'docinfodir@': ".",
'highlightjsdir@': "js/highlight",
'stylesheet' : pathToSpringCss,
// 'spring-version' : "$springVersion",
'spring-version' : versions['org.springframework:spring-core'],
'spring-data-commons-version' : "$springDataCommonsVersion",