diff --git a/src/main/docs/guide/toc.yml b/src/main/docs/guide/toc.yml index a734058..4ea3e35 100644 --- a/src/main/docs/guide/toc.yml +++ b/src/main/docs/guide/toc.yml @@ -1,3 +1,5 @@ +training: + title: Grails Training gettingStarted: title: Getting Started requirements: What you will need @@ -12,4 +14,4 @@ writingTheAppPartOne: creatingTheServices: Creating the Service layer creatingTheControllers: Creating a controller helpWithGrails: - title: Do you need help with GORM or Grails? \ No newline at end of file + title: Do you need help with GORM or Grails? diff --git a/src/main/docs/guide/training.adoc b/src/main/docs/guide/training.adoc new file mode 100644 index 0000000..11b7772 --- /dev/null +++ b/src/main/docs/guide/training.adoc @@ -0,0 +1 @@ +include::{commondir}/common-training.adoc[]