File tree 6 files changed +18
-6
lines changed
6 files changed +18
-6
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,16 +2,28 @@ docs_dir: docs/book
2
2
site_dir : docs/html
3
3
nav :
4
4
- Home : index.md
5
- - Introduction : intro.md
6
- - Installation : installation.md
7
- - Usage :
8
- - " Session Containers " : session.md
9
- - " Session Persistence " : persistence.md
10
- - " Session Middleware " : middleware.md
5
+ - v1 :
6
+ - Introduction : v1/intro.md
7
+ - Installation : v1/installation.md
8
+ - Usage :
9
+ - " Session Containers " : v1/session.md
10
+ - " Session Persistence " : v1/persistence.md
11
+ - " Session Middleware " : v1/middleware.md
11
12
site_name : mezzio-session
12
13
site_description : ' Sessions and session middleware for PSR-7 applications.'
13
14
repo_url : ' https://github.com/mezzio/mezzio-session'
14
15
extra :
15
16
project : Mezzio
16
17
installation :
17
18
config_provider_class : ' Mezzio\Session\ConfigProvider'
19
+ current_version : v1
20
+ versions :
21
+ - v1
22
+ plugins :
23
+ - redirects :
24
+ - redirect_maps :
25
+ - intro.md : v1/intro.md
26
+ - installation.md : v1/installation.md
27
+ - session.md : v1/session.md
28
+ - persistence.md : v1/persistence.md
29
+ - middleware.md : v1/middleware.md
You can’t perform that action at this time.
0 commit comments