mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
Sort components in docs by alphabetic order (#3152)
* alhabetic ordering of components * changelog
This commit is contained in:
parent
559de6eee9
commit
1bc817a600
@ -7,6 +7,7 @@ No changes to highlight.
|
||||
No changes to highlight.
|
||||
|
||||
## Documentation Changes:
|
||||
* Sort components in docs by alphabetic order by [@aliabd](https://github.com/aliabd) in [PR 3152](https://github.com/gradio-app/gradio/pull/3152)
|
||||
* Changes to W&B guide by [@scottire](https://github.com/scottire) in [PR 3153](https://github.com/gradio-app/gradio/pull/3153)
|
||||
|
||||
## Testing and Infrastructure Changes:
|
||||
|
@ -9,6 +9,7 @@ TEMPLATE_FILE = os.path.join(DIR, "template.html")
|
||||
DEMOS_DIR = os.path.join(GRADIO_DIR, "demo")
|
||||
|
||||
docs = generate_documentation()
|
||||
docs["component"].sort(key=lambda x: x["name"])
|
||||
|
||||
|
||||
def add_component_shortcuts():
|
||||
|
Loading…
Reference in New Issue
Block a user