Sort tutorials#1502
Closed
joeyparrish wants to merge 2 commits intojsdoc:mainfrom
Closed
Conversation
shaka-bot
pushed a commit
to shaka-project/shaka-player
that referenced
this pull request
Feb 2, 2018
This feature is based on a forked version of jsdoc which we hope to land jsdoc/jsdoc#1502 upstream. Closes #1259 Change-Id: I48e07ffd8ae9fc2c07cd48b3e02b85e87694d341
joeyparrish
added a commit
to shaka-project/shaka-player
that referenced
this pull request
Mar 26, 2018
This feature is based on a forked version of jsdoc which we hope to land jsdoc/jsdoc#1502 upstream. Closes #1259 Change-Id: I48e07ffd8ae9fc2c07cd48b3e02b85e87694d341
Tutorial metadata now has an autoindex field, which is based on the order in which the tutorials appear in the json config file. Templates can choose to sort based on this if they wish. This adds the "sortTutorialsByConfigOrder" option to the default template to sort based on this new field. Issue jsdoc#1028
c2fe066 to
45c271f
Compare
Author
|
@hegemonic, I notice that you merged the last two PRs in this repo. Could you please take a look at this one, or recommend someone else who could? Thanks! |
|
Anyone? |
|
This feature would be very useful. Please, have a look at it when you are available 😅 |
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.
Tutorial metadata now has an autoindex field, which is based on the
order in which the tutorials appear in the json config file.
Templates can choose to sort based on this if they wish.
This adds the "sortTutorialsByConfigOrder" option to the default
template to sort based on this new field.
Issue #1028