Skip to content

Commit

Permalink
Merge pull request #26 from froschdesign/hotfix/docs/installation-page
Browse files Browse the repository at this point in the history
Adds page and configuration for installation
  • Loading branch information
weierophinney committed Mar 15, 2021
2 parents 431079e + 0396567 commit 871338e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following example shows _one_ potential use case of laminas-inputfilter with
a laminas-mvc based application. The example uses a module, a controller and the
laminas-inputfilter plugin manager.

Before starting, make sure laminas-inputfilter is installed and configured.
Before starting, make sure laminas-inputfilter is [installed and configured](../installation.md).

## Create Input Filter

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a mezzio based application. The example uses a module, config provider
configuration, laminas-servicemanager as dependency injection container, the
laminas-inputfilter plugin manager and a request handler.

Before starting, make sure laminas-inputfilter is installed and configured.
Before starting, make sure laminas-inputfilter is [installed and configured](../installation.md).

## Create Input Filter

Expand Down
5 changes: 5 additions & 0 deletions docs/book/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**This is only a placeholder.**

The content of this page can be found under:

https://github.com/laminas/documentation-theme/blob/master/theme/pages/installation.html
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ site_dir: docs/html
nav:
- Home: index.md
- Introduction: intro.md
- Installation: installation.md
- Reference:
- Specifications: specs.md
- "File Upload Input": file-input.md
Expand All @@ -16,3 +17,6 @@ site_description: 'Normalize and validate input sets from the web, APIs, the CLI
repo_url: 'https://github.com/laminas/laminas-inputfilter'
extra:
project: Components
installation:
config_provider_class: 'Laminas\InputFilter\ConfigProvider'
module_class: 'Laminas\InputFilter\Module'

0 comments on commit 871338e

Please sign in to comment.