Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 20, 2024
1 parent 6ac9103 commit 2a9e1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/echo_services_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions services.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--- Auto generated by scripts/echo_services_markdown.py on 2024-11-20 19:31:18 ---->
<!--- Auto generated by scripts/echo_services_markdown.py on 2024-11-20 19:36:13 ---->
# 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) |
Expand Down

0 comments on commit 2a9e1df

Please sign in to comment.