forked from laminas/laminas-diactoros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (44 loc) · 1.21 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
docs_dir: docs/book
site_dir: docs/html
extra:
project: Components
current_version: v2
versions:
- v2
- v1
nav:
- Home: index.md
- v2:
- Overview: v2/overview.md
- Installation: v2/install.md
- Usage: v2/usage.md
- Reference:
- Factories: v2/factories.md
- "Custom Responses": v2/custom-responses.md
- Serialization: v2/serialization.md
- API: v2/api.md
- Migration:
- "Migration to Version 2": v2/migration.md
- v1:
- Overview: v1/overview.md
- Installation: v1/install.md
- Usage: v1/usage.md
- Reference:
- "Custom Responses": v1/custom-responses.md
- "Emitting Responses": v1/emitting-responses.md
- Serialization: v1/serialization.md
- API: v1/api.md
site_name: laminas-diactoros
site_description: "PSR-7 HTTP message implementations"
repo_url: "https://github.com/laminas/laminas-diactoros"
plugins:
- search
- redirects:
redirect_maps:
overview.md: v2/overview.md
install.md: v2/install.md
usage.md: v2/usage.md
custom-responses.md: v2/custom-responses.md
emitting-responses.md: v1/emitting-responses.md
serialization.md: v2/serialization.md
api.md: v2/api.md