Update documentation style.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user