mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 22:01:39 +00:00
docs: fix cable channel docs image links
This commit is contained in:
parent
6b818b927c
commit
c4bcba211a
@ -28,7 +28,7 @@ output = "{split:=:0}"
|
||||
|
||||
List and preview AWS S3 Buckets
|
||||
|
||||

|
||||

|
||||
**Requirements:** `aws`
|
||||
|
||||
**Code:** *aws-buckets.toml*
|
||||
|
@ -32,7 +32,7 @@ def generate_cable_docs(os_name: str) -> str:
|
||||
"""
|
||||
img_path = Path(f"./assets/channels/{channel_name}.png")
|
||||
if img_path.exists():
|
||||
docs += f"\n"
|
||||
docs += f"\n"
|
||||
|
||||
docs += f"""**Requirements:** {", ".join((f"`{req}`" for req in channel_requirements)) if channel_requirements else "*None*"}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user