-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathmkdocs.yml
More file actions
19 lines (19 loc) · 737 Bytes
/
mkdocs.yml
File metadata and controls
19 lines (19 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- Introduction: introduction.md
- Installation: installation.md
- "Basic Usage": basic-usage.md
- "Controller Plugin": controller-plugin.md
- "View Helper": view-helper.md
- Cookbook:
- "Set Application-Wide Layout": cookbook/application-wide-layout.md
- "Use Alerts from Bootstrap": cookbook/bootstrap.md
site_name: laminas-mvc-plugin-flashmessenger
site_description: 'Plugin for creating and exposing flash messages via laminas-mvc controllers'
repo_url: 'https://github.com/laminas/laminas-mvc-plugin-flashmessenger'
extra:
project: MVC
installation:
module_class: 'Laminas\Mvc\Plugin\FlashMessenger\Module'