fix: P1 — remove panics in docs gen, remove clickhouse hardcode, empty op logging

This commit is contained in:
“Naeel”
2026-06-30 18:27:06 +04:00
parent a0e4037d7b
commit 3cda6ec479
2 changed files with 10 additions and 7 deletions
+1 -2
View File
@@ -92,7 +92,6 @@ mkdir -p "$DOCS_DIR"
go run ./tools/docs_template_gen_v2 \
-resources "$RESOURCES_YAML_DIR" \
-docs "$DOCS_DIR" \
-services "$SERVICES_LIST_PATH" \
-exclude "clickhouse"
-services "$SERVICES_LIST_PATH"
echo "Resources and docs generated in template format."