-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from laminas/3.13.x-merge-up-into-3.14.x_Th4JiGyv
Merge release 3.13.1 into 3.14.x
- Loading branch information
Showing
5 changed files
with
31 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,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 | ||
- Reference: | ||
- "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 | ||
- 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 | ||
site_description: 'Implement events, signal slots, aspects, and observers!' | ||
repo_url: 'https://github.com/laminas/laminas-eventmanager' | ||
extra: | ||
project: Components | ||
show_special_homepage: true | ||
project: Components | ||
show_special_homepage: true |