forked from laminas/laminas-mvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (28 loc) · 1.07 KB
/
mkdocs.yml
File metadata and controls
28 lines (28 loc) · 1.07 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
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- Introduction: intro.md
- 'Quick Start': quick-start.md
- Reference:
- 'Default Services': services.md
- Routing: routing.md
- 'The MVC Event': mvc-event.md
- 'The SendResponse Event': send-response-event.md
- 'Available Controllers': controllers.md
- 'Controller Plugins': plugins.md
- Examples: examples.md
- 'Dispatching PSR-7 Middleware': middleware.md
- Migration:
- "Migration Overview": migration/index.md
- 'v2.X to v2.7': migration/to-v2-7.md
- 'v2.X to v3.0': migration/to-v3-0.md
- Cookbook:
- 'Automating controller factories': cookbook/automating-controller-factories.md
- 'Using middleware within event listeners': cookbook/middleware-in-listeners.md
site_name: laminas-mvc
site_description: "Laminas' event-driven MVC layer, including MVC Applications, Controllers, and Plugins."
repo_url: 'https://github.com/laminas/laminas-mvc'
extra:
project: Mvc
project_url: 'https://docs.laminas.dev'