From ae59baf38ca7d025b3f44063bbde86b119552e48 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Sep 2019 10:37:51 +0100 Subject: [PATCH] Remove invalid and empty part from samples' getting started guides Fixes gh-641 --- samples/rest-notes-spring-data-rest/pom.xml | 6 ++++++ .../src/main/asciidoc/getting-started-guide.adoc | 3 --- .../src/docs/asciidoc/getting-started-guide.adoc | 3 --- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 4cd376e0..2fc62c03 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -83,6 +83,12 @@ html book + + true + + DEBUG (2) + + diff --git a/samples/rest-notes-spring-data-rest/src/main/asciidoc/getting-started-guide.adoc b/samples/rest-notes-spring-data-rest/src/main/asciidoc/getting-started-guide.adoc index fbd4793b..f794201f 100644 --- a/samples/rest-notes-spring-data-rest/src/main/asciidoc/getting-started-guide.adoc +++ b/samples/rest-notes-spring-data-rest/src/main/asciidoc/getting-started-guide.adoc @@ -13,9 +13,6 @@ Andy Wilkinson; RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia to describe the relationships between resources and to allow navigation between them. -[[getting-started]] -= Getting started - [[getting-started-running-the-service]] diff --git a/samples/rest-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc b/samples/rest-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc index b07a9ffd..788508f3 100644 --- a/samples/rest-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc +++ b/samples/rest-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc @@ -13,9 +13,6 @@ Andy Wilkinson; RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia to describe the relationships between resources and to allow navigation between them. -[[getting-started]] -= Getting started - [[getting-started-running-the-service]]