From 2a9e1dfea8eb0bd8f3f6f006543156a43aae63ca Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:41:31 +0100 Subject: [PATCH] cleanup --- scripts/echo_services_markdown.py | 2 +- services.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/echo_services_markdown.py b/scripts/echo_services_markdown.py index 5dba93b34c6a..c77fc6394b13 100755 --- a/scripts/echo_services_markdown.py +++ b/scripts/echo_services_markdown.py @@ -29,7 +29,7 @@ def to_row(values: Iterable): def generate_markdown_table(openapi_files: list[tuple[Path, Path]]) -> str: - title = ("service", "rest API", "", "docker") + title = ("service", "rest API", " ", "docker") lines = ["-" * 10] * len(title) table = to_row(title) diff --git a/services.md b/services.md index d1cd36909aed..83f67af33202 100644 --- a/services.md +++ b/services.md @@ -1,7 +1,7 @@ - + # services -| service|openapi specs||docker | +| service|rest API||docker | | ----------|----------|----------|---------- | | api-server|[services/api-server/openapi.json](./services/api-server/openapi.json)|[![ReDoc](https://img.shields.io/badge/OpenAPI-ReDoc-85ea2d?logo=openapiinitiative)](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/api-server/openapi.json) [![Swagger UI](https://img.shields.io/badge/OpenAPI-Swagger_UI-85ea2d?logo=swagger)](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/api-server/openapi.json)|[![Docker Image Size](https://img.shields.io/docker/image-size/itisfoundation/api-server)](https://hub.docker.com/r/itisfoundation/api-server/tags) | | catalog|[services/catalog/openapi.json](./services/catalog/openapi.json)|[![ReDoc](https://img.shields.io/badge/OpenAPI-ReDoc-85ea2d?logo=openapiinitiative)](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/catalog/openapi.json) [![Swagger UI](https://img.shields.io/badge/OpenAPI-Swagger_UI-85ea2d?logo=swagger)](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/ITISFoundation/osparc-simcore/refs/heads/master/services/catalog/openapi.json)|[![Docker Image Size](https://img.shields.io/docker/image-size/itisfoundation/catalog)](https://hub.docker.com/r/itisfoundation/catalog/tags) |