-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmkdocs.yml
29 lines (29 loc) · 901 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
23
24
25
26
27
28
29
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- v1:
- Introduction: v1/intro.md
- Installation: v1/installation.md
- Usage:
- "Session Containers": v1/session.md
- "Session Persistence": v1/persistence.md
- "Session Middleware": v1/middleware.md
site_name: mezzio-session
site_description: 'Sessions and session middleware for PSR-7 applications.'
repo_url: 'https://github.com/mezzio/mezzio-session'
extra:
project: Mezzio
installation:
config_provider_class: 'Mezzio\Session\ConfigProvider'
current_version: v1
versions:
- v1
plugins:
- redirects:
redirect_maps:
intro.md: v1/intro.md
installation.md: v1/installation.md
session.md: v1/session.md
persistence.md: v1/persistence.md
middleware.md: v1/middleware.md