-
Notifications
You must be signed in to change notification settings - Fork 34
/
mkdocs.yml
22 lines (22 loc) · 850 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: 'Jobeet Tutorial'
site_description: 'Symfony 4.2 Jobeet Tutorial'
site_author: 'Gregurco Vlad'
repo_url: 'https://github.com/gregurco/jobeet-tutorial'
repo_name: 'GitHub'
theme: readthedocs
pages:
- Home: index.md
- 'Day 1: Starting up the Project': days/day-1.md
- 'Day 2: The Project': days/day-2.md
- 'Day 3: The Data Model': days/day-3.md
- 'Day 4: The Controller and the View': days/day-4.md
- 'Day 5: The Routing': days/day-5.md
- 'Day 6: More with the Entity': days/day-6.md
- 'Day 7: Playing with the Category Page': days/day-7.md
- 'Day 8: The Forms': days/day-8.md
- 'Day 9: Console Commands': days/day-9.md
- 'Day 10: The Admin': days/day-10.md
- 'Day 11: The User': days/day-11.md
- 'Day 12: The API': days/day-12.md
- 'Day 13: The Mailer': days/day-13.md
- 'Day 14: Translations': days/day-14.md