Skip to content

Commit cd55f7d

Browse files
authored
Merge pull request #63 from alexmerlin/issue-59-docs
Moved `v1` documentation files from `docs/book` to `docs/book/v1/`
2 parents 5b027d0 + 45ed703 commit cd55f7d

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.

mkdocs.yml

+18-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@ docs_dir: docs/book
22
site_dir: docs/html
33
nav:
44
- 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
1112
site_name: mezzio-session
1213
site_description: 'Sessions and session middleware for PSR-7 applications.'
1314
repo_url: 'https://github.com/mezzio/mezzio-session'
1415
extra:
1516
project: Mezzio
1617
installation:
1718
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

0 commit comments

Comments
 (0)