From e3a2939988734c7487482e256325f65900bfe3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCckner?= Date: Thu, 4 Apr 2024 11:07:59 +0200 Subject: [PATCH] Adds installation page to documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Brückner --- docs/book/v2/installation.md | 5 +++++ mkdocs.yml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 docs/book/v2/installation.md diff --git a/docs/book/v2/installation.md b/docs/book/v2/installation.md new file mode 100644 index 00000000..be1198c9 --- /dev/null +++ b/docs/book/v2/installation.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 9fc753eb..ee5a407b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - Home: index.md - v2: - Introduction: v2/intro.md + - Installation: v2/installation.md - Reference: - 'Standard Filters': v2/standard-filters.md - 'Word Filters': v2/word.md @@ -17,6 +18,9 @@ site_description: "Programmatically filter and normalize data and files." repo_url: 'https://github.com/laminas/laminas-filter' extra: project: Components + installation: + config_provider_class: 'Laminas\Filter\ConfigProvider' + module_class: 'Laminas\Filter\Module' current_version: v2 versions: - v2