sort custom services alphabetically #739
Open
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.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
This PR sorts the Custom Services page, to make it easier to find the service one is looking for. I know one might argue that one can just search for the service name, but some folks still scan visually, and/or might not know the correct spelling/spacing of the service they are looking for.
Type of change
Checklist:
I've read & comply with the contributing guidelines (Though FWIW, your guidelines don't cover documentation updates, so I guess I'm not in compliance.)
I have tested my code for new features & regressions on both mobile & desktop devices, using the latest version of major browsers.Irrelevant for documentation changes.
I have made corresponding changes to the documentation (README.md).Considering I'm making a documentation update that isn't in
README.md
, consider updating this template so others know they might need to adjust elsewhere.I've checked my modifications for any breaking changes, especially in theconfig.yml
fileIrrelevant for documentation updates.