From 14ad5c84f61abe52e90e1978def707775fcd2728 Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 22 Aug 2019 22:36:34 +0200 Subject: [PATCH 1/2] Synchronize headlines in documentation --- docs/book/specs.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 From a485c04ca53c490e04f6a50f6b76d65ef40ce45a Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 22 Aug 2019 22:36:59 +0200 Subject: [PATCH 2/2] Removes unused index.html file from docs directory --- docs/book/index.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/book/index.html 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
-
-
-