[DOC release] Initial pass at filtering out api docs behind FFs#13105
Merged
rwjblue merged 1 commit intoemberjs:masterfrom Apr 4, 2016
Merged
[DOC release] Initial pass at filtering out api docs behind FFs#13105rwjblue merged 1 commit intoemberjs:masterfrom
rwjblue merged 1 commit intoemberjs:masterfrom
Conversation
Contributor
Author
|
cc @rwjblue |
Contributor
|
☔ The latest upstream changes (presumably #12211) made this pull request unmergeable. Please resolve the merge conflicts. |
1f2e7e7 to
5dfcc47
Compare
5dfcc47 to
7627553
Compare
Member
|
This looks great! I think we also need to be able to filter |
7627553 to
7723a94
Compare
Contributor
Author
|
right. I'll work on a separate PR for that |
Member
|
Sounds good, we'll land this once Travis is happy (prior failure was unrelated and caused by Sauce Labs issue). |
Contributor
Author
|
@rwjblue Travis happy now 😀 |
Member
|
Thanks @toddjordan! |
3 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.
This PR is to address issue #13101
It uses a yuidoc preprocessor to parse features.json and determine features that are not yet turned on by default. If not turned on, any class with an
@categorytag matching that feature will be filtered out of the api docs class list.