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):
2424
2525You can provide your own request and response implementations if desired as
2626long 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 44
55Stratigility started as a port of [ Sencha Connect] ( https://github.com/senchalabs/connect )
66to 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 11docs_dir : docs/book
22site_dir : docs/html
33extra :
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
1111nav :
1212 - Home : index.md
1313 - 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
2424 - v3 :
2525 - Intro : v3/intro.md
2626 - Reference :
5050 - " Executing and composing middleware " : v1/executing-middleware.md
5151 - " API Reference " : v1/api.md
5252site_name : laminas-stratigility
53- site_description : laminas-stratigility
53+ site_description : " PSR-7 middleware foundation for building and dispatching middleware pipelines "
5454repo_url : ' https://github.com/laminas/laminas-stratigility'
5555plugins :
56- - search
5756 - redirects :
5857 redirect_maps :
5958 install.md : v4/install.md
You can’t perform that action at this time.
0 commit comments