-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 916 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (32 loc) · 916 Bytes
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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Packages
current_version: v4
versions:
- v4
- v3
nav:
- Home: index.md
- v4:
- Overview: v4/overview.md
- Installation: v4/installation.md
- Configuration: v4/configuration.md
- "Log files": v4/log-files.md
- "Extra data":
- Introduction: v4/extra/introduction.md
- Cookie: v4/extra/cookie.md
- Header: v4/extra/header.md
- Request: v4/extra/request.md
- Server: v4/extra/server.md
- Session: v4/extra/session.md
- "Trace route": v4/extra/trace.md
- v3:
- Overview: v3/overview.md
- Installation: v3/installation.md
- Configuration: v3/configuration.md
site_name: dot-errorhandler
site_description: "Dotkernel's PSR-15 compliant error handler"
repo_url: "https://github.com/dotkernel/dot-errorhandler"
plugins:
- search