diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e765ae6e..9898d7226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.7.1 - TBD +## 2.7.1 - 2019-10-07 ### Added diff --git a/LICENSE.md b/LICENSE.md index d44ab5dc7..4bc22a4a4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2005-2018, Zend Technologies USA, Inc. +Copyright (c) 2005-2019, Zend Technologies USA, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README.md b/README.md index 50ec8c90c..4fc41dc37 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,20 @@ zend-uri aids in manipulating and validating Uniform Resource Identifiers assist other components, such as zend-http, but is also useful as a standalone utility. -- File issues at https://github.com/zendframework/zend-uri/issues -- Documentation is at https://docs.zendframework.com/zend-uri/ +## Installation + +Run the following to install this library: + +```bash +$ composer require zendframework/zend-uri +``` + +## Documentation + +Browse the documentation online at https://docs.zendframework.com/zend-uri/ + +## Support + +* [Issues](https://github.com/zendframework/zend-uri/issues/) +* [Chat](https://zendframework-slack.herokuapp.com/) +* [Forum](https://discourse.zendframework.com/) diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index a8a141cd5..000000000 --- a/docs/book/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
-
-

zend-uri

- -

Object oriented interface to URIs, with facilities for validation.

- -
$ composer require zendframework/zend-uri
-
-
- diff --git a/mkdocs.yml b/mkdocs.yml index cd3167dd5..96bf564d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,9 @@ docs_dir: docs/book site_dir: docs/html -pages: - - index.md - - Intro: intro.md +nav: + - Home: index.md + - Introduction: intro.md - Usage: usage.md site_name: zend-uri -site_description: zend-uri +site_description: "Object oriented interface to URIs, with facilities for validation" repo_url: 'https://github.com/zendframework/zend-uri' -copyright: 'Copyright (c) 2005-2018 Zend Technologies USA Inc.'