From 549ae2d1aa267f161a384de935829219f829a3aa Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Tue, 3 Mar 2020 08:32:03 -0500 Subject: [PATCH] Add index page links; Add stylesheet location to gfsh docs. Resolves gh-50. --- docs/spring-session-docs.gradle | 3 --- .../docs/asciidoc/guides/boot-gemfire-with-gfsh-servers.adoc | 3 +++ .../docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc | 3 +++ docs/src/docs/asciidoc/guides/boot-gemfire.adoc | 3 +++ docs/src/docs/asciidoc/guides/docinfo-footer.html | 2 ++ docs/src/docs/asciidoc/guides/gfsh.adoc | 2 ++ docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc | 3 +++ docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc | 3 +++ docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc | 3 +++ docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc | 3 +++ 10 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 docs/src/docs/asciidoc/guides/docinfo-footer.html diff --git a/docs/spring-session-docs.gradle b/docs/spring-session-docs.gradle index c40f517..0accd65 100644 --- a/docs/spring-session-docs.gradle +++ b/docs/spring-session-docs.gradle @@ -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", diff --git a/docs/src/docs/asciidoc/guides/boot-gemfire-with-gfsh-servers.adoc b/docs/src/docs/asciidoc/guides/boot-gemfire-with-gfsh-servers.adoc index 750d56d..a886c0b 100644 --- a/docs/src/docs/asciidoc/guides/boot-gemfire-with-gfsh-servers.adoc +++ b/docs/src/docs/asciidoc/guides/boot-gemfire-with-gfsh-servers.adoc @@ -28,6 +28,9 @@ to serialize the `HttpSession`. Therefore, it is necessary to perform additiona {data-store-name}'s _DataSerialization_ capabilities on the servers so {data-store-name} properly recognizes the Spring Session types. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc b/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc index bc38550..32fd817 100644 --- a/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc +++ b/docs/src/docs/asciidoc/guides/boot-gemfire-with-scoped-proxies.adoc @@ -33,6 +33,9 @@ a Spring Web MVC application making use of an `HttpSession`. NOTE: The completed guide can be found below, in section <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/boot-gemfire.adoc b/docs/src/docs/asciidoc/guides/boot-gemfire.adoc index c196e8a..d8b3c37 100644 --- a/docs/src/docs/asciidoc/guides/boot-gemfire.adoc +++ b/docs/src/docs/asciidoc/guides/boot-gemfire.adoc @@ -15,6 +15,9 @@ making use of the `HttpSession`. NOTE: The completed guide can be found in the <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/docinfo-footer.html b/docs/src/docs/asciidoc/guides/docinfo-footer.html new file mode 100644 index 0000000..6f86938 --- /dev/null +++ b/docs/src/docs/asciidoc/guides/docinfo-footer.html @@ -0,0 +1,2 @@ + + diff --git a/docs/src/docs/asciidoc/guides/gfsh.adoc b/docs/src/docs/asciidoc/guides/gfsh.adoc index 743a025..bf3e80a 100644 --- a/docs/src/docs/asciidoc/guides/gfsh.adoc +++ b/docs/src/docs/asciidoc/guides/gfsh.adoc @@ -1,3 +1,5 @@ +:stylesdir: ../ + NOTE: The following instructions assume you have installed a local Apache Geode installation. For more information on installation, see {data-store-docs}/prereq_and_install.html[Prerequisites and Installation Instructions]. diff --git a/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc b/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc index f47ecf2..e13f931 100644 --- a/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc +++ b/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc @@ -11,6 +11,9 @@ a Web application's `javax.servlet.http.HttpSession` using Java Configuration. NOTE: The completed guide can be found in the <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc b/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc index 394ffa9..8421545 100644 --- a/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc +++ b/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc @@ -10,6 +10,9 @@ a Web application's `javax.servlet.http.HttpSession` using Java configuration. NOTE: The completed guide can be found in the <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc index 180fc70..b9f6a78 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc @@ -10,6 +10,9 @@ a Web application's `javax.servlet.http.HttpSession` using XML Configuration. NOTE: The completed guide can be found in the <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included. diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc index 0ae6d6d..56e2fcf 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc @@ -11,6 +11,9 @@ a Web application's `javax.servlet.http.HttpSession` using XML configuration. NOTE: The completed guide can be found in the <>. +[#index-link] +link:../index.html[Index] + == Updating Dependencies Before using Spring Session, you must ensure that the required dependencies are included.