mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
chore: update docs.py (#8378)
* chore: update docs.py Documention -> Documentation * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
3bed8d390b
commit
3fbf2e8e70
5
.changeset/thin-rings-drive.md
Normal file
5
.changeset/thin-rings-drive.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:chore: update docs.py
|
@ -196,7 +196,7 @@ def run_command(
|
||||
short_readme_path = Path(_readme_path).relative_to(_component_dir)
|
||||
short_demo_path = Path(_demo_dir / "space.py").relative_to(_component_dir)
|
||||
live.update(
|
||||
f":white_check_mark: Documention generated in [orange3]{short_demo_path}[/] and [orange3]{short_readme_path}[/]. Pass --no-generate-docs to disable auto documentation."
|
||||
f":white_check_mark: Documentation generated in [orange3]{short_demo_path}[/] and [orange3]{short_readme_path}[/]. Pass --no-generate-docs to disable auto documentation."
|
||||
)
|
||||
|
||||
if type_mode == "simple":
|
||||
|
Loading…
x
Reference in New Issue
Block a user