Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Provide versioned documentation #127

Conversation

weierophinney
Copy link
Member

In working on #122 and #124, I've come to the conclusion that we need versioned documentation for this component. Doing so allows us to refer users to the documentation specific to their major version, but also allows us to simplify examples: v1 code samples show only code compatible with v1, etc.

This patch provides a possible approach, by creating two trees, v1 and v2, each with their version-specific documentation. Documentation for the current/upcoming version is in the root tree.

Imports all v2 documentation as of last stable release. Updates it to
remove references to v1-specific functionality.
- Removes references to obsolete/removed functionality.
- Updates examples to PSR-15.
@weierophinney weierophinney added this to the 3.0.0alpha1 milestone Nov 30, 2017
@weierophinney weierophinney merged commit 063b7e3 into zendframework:release-3.0.0 Nov 30, 2017
@weierophinney weierophinney deleted the feature/docs-versioning branch November 30, 2017 20:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant