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

zend-inputfilter

- -

Normalize and validate input sets from the web, APIs, the CLI, and more, including files.

- -
$ composer require zendframework/zend-inputfilter
-
-
- diff --git a/docs/book/specs.md b/docs/book/specs.md index e5280f0c..fec26df3 100644 --- a/docs/book/specs.md +++ b/docs/book/specs.md @@ -1,4 +1,4 @@ -# Input filter specifications +# Specifications `Zend\InputFilter` allows configuration-driven creation of input filters via `Zend\InputFilter\InputFilterAbstractServiceFactory`. This abstract factory is diff --git a/mkdocs.yml b/mkdocs.yml index 6e056c3c..69a70104 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ pages: - Introduction: intro.md - Reference: - Specifications: specs.md - - Files: file-input.md + - "File Upload Input": file-input.md - "Optional Input Filters": optional-input-filters.md - "Unfiltered Data": unfiltered-data.md site_name: zend-inputfilter