Skip to content

Sort docs alphabetically #534

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

Closed
arv opened this issue Sep 8, 2016 · 0 comments
Closed

Sort docs alphabetically #534

arv opened this issue Sep 8, 2016 · 0 comments

Comments

@arv
Copy link
Contributor

arv commented Sep 8, 2016

I see that the docs used to be outputted in alphabetical order and was changed to do source order.

I want to display them in alphabetical order.

The code for doing this is pretty simple but what should the CLI and API be? There is the -c flag which takes a toc which impacts the sorting.

I could either add another flag and/or and an entry to the config flag?

arv added a commit to arv/documentation that referenced this issue Sep 8, 2016
Valid values for the `--sort-order` flag are `"source"` (default) and
`"alpha"`. When set to `"alpa"` the order of the entries in the docs
are sorted alphabetically.

Fixes documentationjs#534
arv added a commit to arv/documentation that referenced this issue Sep 8, 2016
Valid values for the `--sort-order` flag are `"source"` (default) and
`"alpha"`. When set to `"alpa"` the order of the entries in the docs
are sorted alphabetically.

Fixes documentationjs#534
arv added a commit to arv/documentation that referenced this issue Sep 8, 2016
Valid values for the `--sort-order` flag are `"source"` (default) and
`"alpha"`. When set to `"alpa"` the order of the entries in the docs
are sorted alphabetically.

Fixes documentationjs#534
@tmcw tmcw closed this as completed in #535 Sep 8, 2016
tmcw pushed a commit that referenced this issue Sep 8, 2016
Valid values for the `--sort-order` flag are `"source"` (default) and
`"alpha"`. When set to `"alpa"` the order of the entries in the docs
are sorted alphabetically.

Fixes #534
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant