Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit a371e19

Browse files
committed
Fixes configuration for MkDocs
1 parent 9f850d3 commit a371e19

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
docs_dir: docs/book
22
site_dir: docs/html
33
pages:
4-
- index.md
4+
- Home: index.md
55
- Introduction: intro.md
66
- "Quick Start": quick-start.md
77
- Reference:
88
- "Generating Responses": response.md
99
- "Exceptions": exception.md
1010
- "Error Handling Middleware": middleware.md
1111
- "Not Found Handler": not-found-handler.md
12-
site_name: Problem Details
13-
site_description: 'Problem Details for PSR-7 Applications'
12+
site_name: zend-problem-details
13+
site_description: 'PSR-7 Problem Details for HTTP API responses and middleware'
1414
repo_url: 'https://github.com/zendframework/zend-problem-details'
15-
copyright: 'Copyright (c) 2017 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)