File tree Expand file tree Collapse file tree 3 files changed +18
-30
lines changed Expand file tree Collapse file tree 3 files changed +18
-30
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,3 @@ Stratigility has the following dependencies (which are managed by Composer):
24
24
25
25
You can provide your own request and response implementations if desired as
26
26
long as they implement the PSR-7 HTTP message interfaces.
27
-
28
- ## Previous versions
29
-
30
- - [ Version 1 documentation] ( ../v1/install.md )
31
- - [ Version 2 documentation] ( ../v2/install.md )
Original file line number Diff line number Diff line change 4
4
5
5
Stratigility started as a port of [ Sencha Connect] ( https://github.com/senchalabs/connect )
6
6
to PHP. It allows you to build applications out of _ middleware_ .
7
-
8
- ## Previous versions
9
-
10
- - [ Version 1 documentation] ( ../v1/install.md )
11
- - [ Version 2 documentation] ( ../v2/install.md )
12
- - [ Version 3 documentation] ( ../v3/install.md )
Original file line number Diff line number Diff line change 1
1
docs_dir : docs/book
2
2
site_dir : docs/html
3
3
extra :
4
- project : Components
5
- current_version : v4
6
- versions :
7
- - v4
8
- - v3
9
- - v2
10
- - v1
4
+ project : Components
5
+ current_version : v4
6
+ versions :
7
+ - v4
8
+ - v3
9
+ - v2
10
+ - v1
11
11
nav :
12
12
- Home : index.md
13
13
- v4 :
14
- - Intro : v4/intro.md
15
- - Reference :
16
- - " Installation and Requirements " : v4/install .md
17
- - Usage : v4/usage .md
18
- - Middleware : v4/middleware .md
19
- - " Error Handlers " : v4/error-handlers .md
20
- - " Creating Middleware " : v4/creating -middleware.md
21
- - " Composing middleware " : v4/executing-middleware .md
22
- - " API Reference " : v4/api.md
23
- - Migration : v4/migration.md
14
+ - Introduction : v4/intro.md
15
+ - " Installation and Requirements " : v4/install.md
16
+ - Usage : v4/usage .md
17
+ - Middleware : v4/middleware .md
18
+ - " Error Handlers " : v4/error-handlers .md
19
+ - " Creating Middleware " : v4/creating-middleware .md
20
+ - " Composing middleware " : v4/executing -middleware.md
21
+ - " API Reference " : v4/api .md
22
+ - Migration :
23
+ - " Migration from Version 3 to 4 " : v4/migration.md
24
24
- v3 :
25
25
- Intro : v3/intro.md
26
26
- Reference :
50
50
- " Executing and composing middleware " : v1/executing-middleware.md
51
51
- " API Reference " : v1/api.md
52
52
site_name : laminas-stratigility
53
- site_description : laminas-stratigility
53
+ site_description : " PSR-7 middleware foundation for building and dispatching middleware pipelines "
54
54
repo_url : ' https://github.com/laminas/laminas-stratigility'
55
55
plugins :
56
- - search
57
56
- redirects :
58
57
redirect_maps :
59
58
install.md : v4/install.md
You can’t perform that action at this time.
0 commit comments