Skip to content

Commit ae59baf

Browse files
committed
Remove invalid and empty part from samples' getting started guides
Fixes gh-641
1 parent 93a43df commit ae59baf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

samples/rest-notes-spring-data-rest/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
<configuration>
8484
<backend>html</backend>
8585
<doctype>book</doctype>
86+
<logHandler>
87+
<outputToConsole>true</outputToConsole>
88+
<failIf>
89+
<severity>DEBUG</severity> (2)
90+
</failIf>
91+
</logHandler>
8692
</configuration>
8793
</execution>
8894
</executions>

samples/rest-notes-spring-data-rest/src/main/asciidoc/getting-started-guide.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Andy Wilkinson;
1313
RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia
1414
to describe the relationships between resources and to allow navigation between them.
1515

16-
[[getting-started]]
17-
= Getting started
18-
1916

2017

2118
[[getting-started-running-the-service]]

samples/rest-notes-spring-hateoas/src/docs/asciidoc/getting-started-guide.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Andy Wilkinson;
1313
RESTful Notes is a RESTful web service for creating and storing notes. It uses hypermedia
1414
to describe the relationships between resources and to allow navigation between them.
1515

16-
[[getting-started]]
17-
= Getting started
18-
1916

2017

2118
[[getting-started-running-the-service]]

0 commit comments

Comments
 (0)