From a2d5adacfdfd116b9456902cd9350d7a3b462b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCckner?= Date: Mon, 19 Dec 2022 16:19:31 +0100 Subject: [PATCH] Adds missing installation page to the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frank Brückner --- docs/book/installation.md | 5 +++++ mkdocs.yml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 docs/book/installation.md diff --git a/docs/book/installation.md b/docs/book/installation.md new file mode 100644 index 00000000..be1198c9 --- /dev/null +++ b/docs/book/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 c18d290e..5ab4eba9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ site_dir: docs/html nav: - Home: index.md - Introduction: intro.md + - Installation: installation.md - Reference: - Writers: writers.md - Filters: filters.md @@ -15,3 +16,6 @@ site_description: 'Robust, composite logger with filtering, formatting, and PSR- repo_url: 'https://github.com/laminas/laminas-log' extra: project: Components + installation: + config_provider_class: 'Laminas\Log\ConfigProvider' + module_class: 'Laminas\Log\Module'