diff --git a/tools/generate_doc_confpy.py b/tools/generate_doc_confpy.py index b761b7eb..b7b10d28 100644 --- a/tools/generate_doc_confpy.py +++ b/tools/generate_doc_confpy.py @@ -184,6 +184,9 @@ def process_repositories(args, service): title=f"{service['service_title']} - Service Based View", service_type=service["service_type"] ) + context["service_category"] = service['service_category'] + context["service_title"] = service['service_title'] + context["service_type"] = service['service_type'] if not copy_path.exists(): logging.info("Path for sbv does not exist") copy_path.mkdir(parents=True, exist_ok=True)