diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index 7cb9786ea..000000000 --- a/docs/book/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
-

zend-mvc

- -

Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins.

- -
$ composer require zendframework/zend-mvc
-
-
- diff --git a/docs/book/index.md b/docs/book/index.md deleted file mode 120000 index fe8400541..000000000 --- a/docs/book/index.md +++ /dev/null @@ -1 +0,0 @@ -../../README.md \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1d2f5d300..7f242b3e0 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: @@ -21,6 +21,5 @@ pages: - 'Automating controller factories': cookbook/automating-controller-factories.md - 'Using middleware within event listeners': cookbook/middleware-in-listeners.md site_name: zend-mvc -site_description: 'zend-mvc: MVC application provider' +site_description: "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins." repo_url: 'https://github.com/zendframework/zend-mvc' -copyright: 'Copyright (c) 2005-2017 Zend Technologies USA Inc.'