-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
29 lines (29 loc) · 1.06 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
docs_dir: doc/book
site_dir: doc/html
nav:
- Home: index.md
- Intro: intro.md
- Quick Start: quick-start.md
- Tutorial: tutorial.md
- Examples: examples.md
- Wildcard Listeners: wildcard-listeners.md
- Listener Aggregates: aggregates.md
- Lazy Listeners:
- Intro: lazy-listeners/intro.md
- LazyListener: lazy-listeners/lazy-listener.md
- LazyEventListener: lazy-listeners/lazy-event-listener.md
- LazyListenerAggregate: lazy-listeners/lazy-listener-aggregate.md
- EventManager API: api.md
- Intercepting Filters: intercepting-filters.md
- Application Integration:
- Usage in a laminas-mvc Application: application-integration/usage-in-a-laminas-mvc-application.md
- Migration Guide:
- Intro: migration/intro.md
- Removed Functionality: migration/removed.md
- Changed Functionality: migration/changed.md
repo_url: https://github.com/laminas/laminas-eventmanager
site_description: Implement events, signal slots, aspects, and observers!
site_name: laminas-eventmanager
extra:
project: Components
show_special_homepage: true