diff --git a/docs/book/index.html b/docs/book/index.html
deleted file mode 100644
index 1ebb613..0000000
--- a/docs/book/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
Problem Details
-
-
Problem Details for PSR-7 APIs
-
-
$ composer require zendframework/zend-problem-details
-
-
diff --git a/mkdocs.yml b/mkdocs.yml
index bba5156..3321307 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
docs_dir: docs/book
site_dir: docs/html
pages:
- - index.md
+ - Home: index.md
- Introduction: intro.md
- "Quick Start": quick-start.md
- Reference:
@@ -9,7 +9,6 @@ pages:
- "Exceptions": exception.md
- "Error Handling Middleware": middleware.md
- "Not Found Handler": not-found-handler.md
-site_name: Problem Details
-site_description: 'Problem Details for PSR-7 Applications'
+site_name: zend-problem-details
+site_description: 'PSR-7 Problem Details for HTTP API responses and middleware'
repo_url: 'https://github.com/zendframework/zend-problem-details'
-copyright: 'Copyright (c) 2017 Zend Technologies USA Inc.'