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'