Define location to stylesheet and JS files as Asciidoc attributes.

Tag guides dir with 'docinfodir'.
This commit is contained in:
John Blum
2020-03-04 13:54:27 +01:00
parent a9d45b24b4
commit 6e3a511c38
7 changed files with 22 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
:spring-framework-docs: https://docs.spring.io/spring/docs/current/spring-framework-reference
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks through using {spring-boot-docs}/production-ready.html[Spring Boot Actuator] to assess the state

View File

@@ -5,6 +5,9 @@ John Blum
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building a simple Customer Service, Spring Boot application using Apache Geode

View File

@@ -16,6 +16,9 @@
:spring-session-website: https://spring.io/projects/spring-session
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building a simple Spring Boot application using {spring-session-website}[Spring Session]

View File

@@ -13,6 +13,9 @@
:spring-framework-javadoc: https://docs.spring.io/spring/docs/current/javadoc-api
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building a simple Spring Boot application

View File

@@ -12,6 +12,9 @@
:spring-framework-javadoc: https://docs.spring.io/spring/docs/current/javadoc-api
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building a simple Spring Boot application

View File

@@ -12,6 +12,9 @@
:spring-framework-javadoc: https://docs.spring.io/spring/docs/current/javadoc-api
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building a simple Spring Boot application

View File

@@ -20,6 +20,10 @@ John Blum
:spring-data-geode-javadoc: https://docs.spring.io/spring-data/geode/docs/current/api
:toc: left
:toclevels: 2
:stylesdir: ../
:highlightjsdir: ../js/highlight
:docinfodir: guides
This guide walks you through building and running a simple Spring Boot, Apache Geode `ClientCache` application
using the Spring Boot for Apache Geode (SBDG) framework. Later in this guide, we switch the application from