You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the automatic generation of the installation page is configured via the MkDocs configuration file (mkdocs.yml) but it would be more intuitive to insert this directly into the related file.
---config_provider_class: Laminas\Cache\ConfigProvidermodule_class: Laminas\Cache\Module---# 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
Currently, the automatic generation of the installation page is configured via the MkDocs configuration file (
mkdocs.yml
) but it would be more intuitive to insert this directly into the related file.Current Usage
mkdocs.yml
https://github.com/laminas/laminas-cache/blob/070f1942d031abb8ce976e3cfdbd74a2674655c8/mkdocs.yml#L40-L44
Preferred Usage
installation.md
:https://www.mkdocs.org/user-guide/writing-your-docs/#meta-data
The text was updated successfully, but these errors were encountered: