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

@@ -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.