Update documentation style.

This commit is contained in:
John Blum
2020-03-03 04:15:25 +01:00
parent d84804b167
commit 2fd6729dcd
8 changed files with 35 additions and 12 deletions

View File

@@ -23,12 +23,11 @@ asciidoctor {
def ghTag = snapshotBuild ? 'master' : project.version
def ghUrl = "https://github.com/spring-projects/spring-session-data-geode/tree/$ghTag"
attributes 'version-snapshot': snapshotBuild,
'version-milestone': milestoneBuild,
'version-release': releaseBuild,
'gh-url': ghUrl,
attributes 'gh-url': ghUrl,
'gh-samples-url': "$ghUrl/samples/",
'download-url' : "https://github.com/spring-projects/spring-session-data-geode/archive/${ghTag}.zip",
'docinfodir@': ".",
'highlightjsdir@': "js/highlight",
// 'spring-version' : "$springVersion",
'spring-version' : versions['org.springframework:spring-core'],
'spring-data-commons-version' : "$springDataCommonsVersion",
@@ -39,7 +38,10 @@ asciidoctor {
'docs-test-dir' : rootProject.projectDir.path + '/docs/src/test/java/',
'docs-test-resources-dir' : rootProject.projectDir.path + '/docs/src/test/resources/',
'samples-dir' : rootProject.projectDir.path + '/samples/',
'session-main-resources-dir' : rootProject.projectDir.path + '/spring-session/src/main/resources/'
'session-main-resources-dir' : rootProject.projectDir.path + '/spring-session/src/main/resources/',
'version-snapshot': snapshotBuild,
'version-milestone': milestoneBuild,
'version-release': releaseBuild
}
javadoc {

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode Client/Server using Spring Boot and Gfsh Started Servers
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
:data-store-name: Apache Geode
:data-store-version: 16
:data-store-docs: https://geode.apache.org/docs/guide/{data-store-version}

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession using Apache Geode with Spring Boot and Scoped Proxy Beans
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to build a Spring Boot Web application configured with Spring Session to transparently
manage a Web application's `javax.servlet.http.HttpSession` using Apache Geode in a clustered (distributed)

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode Client/Server using Spring Boot
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to build a Spring Boot application configured with Spring Session to transparently leverage
Apache Geode to manage a web application's `javax.servlet.http.HttpSession`.

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode Client/Server using Java configuration
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to configure Spring Session to transparently leverage Apache Geode to manage
a Web application's `javax.servlet.http.HttpSession` using Java Configuration.

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode P2P using Java Configuration
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to configure Apache Geode as a provider in Spring Session to transparently manage
a Web application's `javax.servlet.http.HttpSession` using Java configuration.

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode Client/Server using XML Configuration
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to configure Apache Geode as a provider in Spring Session to transparently manage
a Web application's `javax.servlet.http.HttpSession` using XML Configuration.

View File

@@ -1,6 +1,9 @@
= Spring Session - HttpSession with Apache Geode P2P using XML Configuration
John Blum
:toc:
:toc: left
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide describes how to configure Apache Geode as a provider in Spring Session to transparently manage
a Web application's `javax.servlet.http.HttpSession` using XML configuration.