-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation rework for 4.0 #55
Comments
/cc @froschdesign |
A clarification needed: |
The documentation of laminas-mvc needs a different structure as other components like laminas-form or laminas-validator. Because laminas-form or laminas-validator consists of many individual elements which can be used individually and a form or a validator is mostly integrated in an application. But laminas-mvc creates the application itself and elements of those applications like a controller can not be used separated. So the idea is, instead of a pure reference we create practical entering guide with all explanations. Suggestion: IntroductionShould contain:
Should not contain:
InstallationShould contain:
Quick StartShould contain:
Application
ConfigurationShould contain:
Module
ConfigurationShould contain:
ControllerShould contain:
And the chapter should contain pages which answers (typical) questions and usages for and in a controller:
RoutingShould contain:
Should not contain:
Event SystemShould contain:
Migration
(This is a first version and the work is still in progress.) |
Current documentation is severely outdated and does not meet our quality standards.
This is a tracking issue for all documentation improvements that must be done for the next major release.
@settermjd your input on the improved documentation structure would be greatly appreciated.
The text was updated successfully, but these errors were encountered: