diff --git a/docs/book/installation.md b/docs/book/installation.md new file mode 100644 index 00000000..65d335af --- /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 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f9a71ecd..f84d3b8b 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 - Usage: usage.md - Reference: - Configuration: configuration.md @@ -10,7 +11,10 @@ nav: - 'Application Integration': - 'Stand-Alone': application-integration/stand-alone.md site_name: laminas-paginator -site_description: 'Paginate collections of data from arbitrary sources.' +site_description: 'Paginate collections of data from arbitrary sources' repo_url: 'https://github.com/laminas/laminas-paginator' extra: project: Components + installation: + config_provider_class: 'Laminas\Paginator\ConfigProvider' + module_class: 'Laminas\Paginator\Module'