-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
34 lines (34 loc) · 1.04 KB
/
mkdocs.yml
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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Packages
current_version: v4
versions:
- v5
- v4
nav:
- Home: index.md
- v5:
- Overview: v5/overview.md
- Installation: v5/installation.md
- Configuration: v5/configuration.md
- Usage: v5/usage.md
- Factories: v5/factories.md
- Reference:
- "Inject class dependencies": v5/factories/service.md
- "Inject entity repositories": v5/factories/repository.md
- v4:
- Overview: v4/overview.md
- Installation: v4/installation.md
- Configuration: v4/configuration.md
- Usage: v4/usage.md
- Factories: v4/factories.md
- Cache: v4/cache.md
- Reference:
- "Inject class dependencies": v4/factories/service.md
- "Inject entity repositories": v4/factories/repository.md
site_name: dot-annotated-services
site_description: "Dotkernel's dependency injection service, based on Doctrine annotations"
repo_url: "https://github.com/dotkernel/dot-annotated-services"
plugins:
- search