The text in day 11 indicates:
The final configuration for the Jobeet admin is as follows.
But, at least with Doctrine, I found I needed first within the file:
generator:
class: sfDoctrineGenerator
param:
model_class: JobeetCategory?
theme: admin
non_verbose_templates: true
with_show: false
singular: ~
plural: ~
route_prefix: jobeet_category
with_doctrine_route: 1
And same for the generator.yml for the job, but replace category with job above.
Therefore, the text in jobeet requires a indent of 4 more spaces
The section leads the reader to believe that the text within the documentation is all that is required.