Skip to content

Commit 2de9ce8

Browse files
authored
Merge pull request #62 from laminas/4.0.x-merge-up-into-4.1.x_1fIUhWds
Merge release 4.0.2 into 4.1.x
2 parents 073406e + 6435672 commit 2de9ce8

File tree

3 files changed

+18
-30
lines changed

3 files changed

+18
-30
lines changed

docs/book/v4/install.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ Stratigility has the following dependencies (which are managed by Composer):
2424

2525
You can provide your own request and response implementations if desired as
2626
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)

docs/book/v4/intro.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@
44
55
Stratigility started as a port of [Sencha Connect](https://github.com/senchalabs/connect)
66
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)

mkdocs.yml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
docs_dir: docs/book
22
site_dir: docs/html
33
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
1111
nav:
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:
@@ -50,10 +50,9 @@ nav:
5050
- "Executing and composing middleware": v1/executing-middleware.md
5151
- "API Reference": v1/api.md
5252
site_name: laminas-stratigility
53-
site_description: laminas-stratigility
53+
site_description: "PSR-7 middleware foundation for building and dispatching middleware pipelines"
5454
repo_url: 'https://github.com/laminas/laminas-stratigility'
5555
plugins:
56-
- search
5756
- redirects:
5857
redirect_maps:
5958
install.md: v4/install.md

0 commit comments

Comments
 (0)