From b59a41b61f1ff54ccfc4f879d6949a866a4bdf15 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 16 Sep 2019 19:37:41 -0700 Subject: [PATCH] Add the 'Getting Started' Guide and Example Code to the Samples Table. Resolves gh-54. --- spring-geode-docs/src/docs/asciidoc/samples.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/samples.adoc b/spring-geode-docs/src/docs/asciidoc/samples.adoc index 731c8d45..a99da2cd 100644 --- a/spring-geode-docs/src/docs/asciidoc/samples.adoc +++ b/spring-geode-docs/src/docs/asciidoc/samples.adoc @@ -12,6 +12,11 @@ with their Apache Geode / Pivotal GemFire, Spring Boot applications. |=== | Guide | Description | Source +| link:guides/getting-started.html[Getting Started with Spring Boot for Apache Geode] +| Explains how to get started quickly, easily and reliably building Apache Geode and Pivotal Cloud Cache powered +applications with Spring Boot. +| {github-samples-url}/intro/getting-started[Getting Started] + | link:guides/boot-configuration.html[Spring Boot Auto-Configuration for Apache Geode/Pivotal GemFire] | Explains what auto-configuration is provided by SBDG out-of-the-box and what the auto-configuration is doing. | {github-samples-url}/boot/configuration[Boot Auto-Configuration]