Merge pull request 'Fix module mention in docs generation' (#5526) from fix-docs-service-roles into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5526
This commit is contained in:
pinpox
2025-10-14 14:18:08 +00:00

View File

@@ -331,7 +331,7 @@ def produce_clan_service_docs() -> None:
output += "\n---\n\n## Roles\n"
output += f"The {module_name} module has the following roles:\n\n"
output += f"The {module_name} service has the following roles:\n\n"
for role_name in module_info["roles"]:
output += f"- {role_name}\n"