forked from laminas/laminas-servicemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
22 lines (22 loc) · 906 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
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- 'Quick Start': quick-start.md
- Reference:
- 'PSR-11 Support': psr-11.md
- 'Configuring the service manager': configuring-the-service-manager.md
- Delegators: delegators.md
- 'Lazy services': lazy-services.md
- 'Plugin managers': plugin-managers.md
- 'Configuration-based Abstract Factory': config-abstract-factory.md
- 'Reflection-based Abstract Factory': reflection-abstract-factory.md
- 'Console Tools': console-tools.md
- Cookbook:
- 'Factories vs Abstract Factories': cookbook/factories-vs-abstract-factories.md
- 'Migration Guide': migration.md
site_name: laminas-servicemanager
site_description: 'laminas-servicemanager: factory-driven dependency injection container'
repo_url: 'https://github.com/laminas/laminas-servicemanager'
extra:
project: Components