Remove invalid and empty part from samples' getting started guides

Fixes gh-641
This commit is contained in:
Andy Wilkinson
2019-09-19 10:37:51 +01:00
parent 93a43dfd0a
commit ae59baf38c
3 changed files with 6 additions and 6 deletions

View File

@@ -83,6 +83,12 @@
<configuration>
<backend>html</backend>
<doctype>book</doctype>
<logHandler>
<outputToConsole>true</outputToConsole>
<failIf>
<severity>DEBUG</severity> (2)
</failIf>
</logHandler>
</configuration>
</execution>
</executions>

View File

@@ -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]]

View File

@@ -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]]