-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
34 lines (34 loc) · 1.04 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
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- v3:
- Introduction: v3/intro.md
- Installation: v3/installation.md
- "Basic Usage": v3/basic-usage.md
- Adapters: v3/adapter.md
- "Plugin Manager": v3/plugin-manager.md
- "Migration Guide":
- "Migration to Version 3.0": v3/migration/to-version-3.md
- v2:
- Introduction: v2/intro.md
- Adapters: v2/adapter.md
- "Plugin Manager": v2/plugin-manager.md
site_name: laminas-serializer
site_description: "Serialize and deserialize PHP structures to a variety of representations"
repo_url: 'https://github.com/laminas/laminas-serializer'
extra:
project: Components
current_version: v3
versions:
- v3
- v2
installation:
config_provider_class: 'Laminas\Serializer\ConfigProvider'
module_class: 'Laminas\Serializer\Module'
plugins:
- redirects:
redirect_maps:
intro.md: v3/intro.md
adapter.md: v3/adapter.md
plugin-manager.md: v3/plugin-manager.md