forked from laminas/laminas-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
27 lines (27 loc) · 1011 Bytes
/
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
docs_dir: docs/book
site_dir: docs/html
nav:
- Home: index.md
- Installation: installation.md
- Storage:
- Adapters: storage/adapter.md
- Capabilities: storage/capabilities.md
- Plugins: storage/plugin.md
- "Cache Patterns":
- Introduction: pattern/intro.md
- CallbackCache: pattern/callback-cache.md
- ClassCache: pattern/class-cache.md
- ObjectCache: pattern/object-cache.md
- OutputCache: pattern/output-cache.md
- CaptureCache: pattern/capture-cache.md
- "Standards Support":
- PSR-6: psr6.md
- PSR-16: psr16.md
site_name: laminas-cache
site_description: 'Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output.'
repo_url: 'https://github.com/laminas/laminas-cache'
extra:
project: Components
installation:
config_provider_class: 'Laminas\Cache\ConfigProvider'
module_class: 'Laminas\Cache\Module'