forked from zendframework/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 2.08 KB
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
docs_dir: doc/book
site_dir: doc/html
pages:
- index.md
- "MVC Tutorials":
- "Getting Started with Zend Framework":
- Overview: getting-started/overview.md
- "The Skeleton Application": getting-started/skeleton-application.md
- Modules: getting-started/modules.md
- "Routing and Controllers": getting-started/routing-and-controllers.md
- "Database and Models": getting-started/database-and-models.md
- "Forms and Actions": getting-started/forms-and-actions.md
- Conclusion: getting-started/conclusion.md
- "Unit Testing A zend-mvc Application": unit-testing.md
- "Adding zend-navigation to the Album Module": navigation.md
- "Adding zend-paginator to the Album Module": pagination.md
- "In-Depth Tutorial":
- "Introducing the Blog Module": in-depth-guide/first-module.md
- "Models and the ServiceManager": in-depth-guide/models-and-servicemanager.md
- "Preparing for Different Databases": in-depth-guide/preparing-databases.md
- "SQL Abstraction and Object Hydration": in-depth-guide/zend-db-sql-zend-hydrator.md
- "Understanding the Router": in-depth-guide/understanding-routing.md
- "Making Use of Forms and Fieldsets": in-depth-guide/zend-form-zend-form-fieldset.md
- "Editing and Deleting Data": in-depth-guide/data-binding.md
- "Reviewing the Blog Module": in-depth-guide/review.md
- "Advanced Configuration": advanced-config.md
- Internationalization: i18n.md
- "Component Tutorials":
- "Setting Up A Database Adapter": db-adapter.md
- "Using the EventManager": event-manager.md
- Migration:
- "To Version 3":
- Overview: migration/to-v3/overview.md
- Components: migration/to-v3/components.md
- Applications: migration/to-v3/application.md
site_name: tutorials
site_description: "Zend Framework Tutorials"
repo_url: 'https://github.com/zendframework/tutorials'
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'