Conversation
… api docs instead of release docs we're pinning ember-data to 3.10's docs since package restructuring isn't properly represented on the api app
jenweber
approved these changes
Jul 25, 2019
Contributor
This was referenced Jul 26, 2019
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Background
Until the end of 2.x series, we were using the versioned API doc URLs in the guides. This ensured that the API URLs always existed. But in the 3.x series, we started using the
/releasepaths in the guides. Since there have been multiple reorgs of APIs in the 3.x series on both ember and ember-data, most of those URLs would lead nowhere.Also in 3.11 ember-data restructured its packages which isn't completely represented in the API docs. Until it is sorted out, the release docs will point to the 3.10 ember-data docs instead of the 3.11 docs.
what's here
/releaseAPI URLs in the 3.x folders to use their corresponding versioned URLs instead./ember/releaseAPI URLs in the 3.x folder to use/ember/3.11API URLs &/ember-data/releaseAPI URLs to use/ember-data/3.10instead.