fix public only service left out in metadata.yaml #202

Merged
zuul merged 2 commits from fix_public_only_services into main 2024-03-08 09:57:12 +00:00
Showing only changes of commit c7e8c2ec27 - Show all commits

View File

@ -299,7 +299,3 @@ class Services(object):
res["service"] = service
break
return res
srv = Services()
srv.docs_html_by_category("internal")