Merge pull request 'Docs/modules: add missing heading for empty role options' (#2450) from hsjobeki/clan-core:hsjobeki-main into main
This commit is contained in:
@@ -431,7 +431,10 @@ def produce_clan_modules_docs() -> None:
|
|||||||
)
|
)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
no_options = f"**The `{module_name}` `{role}` doesnt offer / require any options to be set.**\n\n"
|
no_options = f"""### Options of `{role}` role
|
||||||
|
|
||||||
|
**The `{module_name}` `{role}` doesnt offer / require any options to be set.**
|
||||||
|
"""
|
||||||
|
|
||||||
heading = f"""### Options of `{role}` role
|
heading = f"""### Options of `{role}` role
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user