Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions docs/book/AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
# Documentation Agent Guidelines

This file applies when Codex starts in `docs/book/` or below. For detailed
GitBook URL examples, link-checking notes, and docs workflow recipes, use
`.agents/skills/zenml-repo-workflows/SKILL.md`.
GitBook URL examples, link-checking notes, and docs workflow recipes, use `.agents/skills/zenml-repo-workflows/SKILL.md`.

## Source of Truth

- `docs/book/` is the source of truth for documentation content.
- Other docs directories such as `docs/mkdocs/` and `docs/site/` contain
generated output; do not edit those directly.
- Other docs directories such as `docs/mkdocs/` and `docs/site/` contain generated output; do not edit those directly.
- Docs changes can affect the API docs buildability check in fast CI.

## Structure

- Multiple docs sections have their own `toc.md`; update the relevant `toc.md`
when adding, moving, or removing pages.
- Assets belong in a `.gitbook` folder at the same level as the relevant
`toc.md`.
- Multiple docs sections have their own `toc.md`; update the relevant `toc.md` when adding, moving, or removing pages.
- Assets belong in a `.gitbook` folder at the same level as the relevant `toc.md`.
- GitBook URLs follow TOC hierarchy, not filesystem paths.
- Use absolute `https://docs.zenml.io/...` links when linking across major docs
sections such as OSS docs and Pro docs.
- Use absolute `https://docs.zenml.io/...` links when linking across major docs sections such as OSS docs and Pro docs.

## Style

- Include metadata fields at the top of pages when existing nearby pages do so.
- Match the tone and structure of nearby documentation.
- Prioritize readable prose over dense bullet lists.
- Include code examples, cross-references, and usage guidance where they help
users complete the task.
- Include code examples, cross-references, and usage guidance where they help users complete the task.

## Verification

- For changed relative markdown links, run the relevant local link checks.
- For absolute docs URLs, check the current URL or inspect the relevant
`toc.md`.
- For absolute docs URLs, check the current URL or inspect the relevant `toc.md`.
- Use Lychee when the change affects many links:
`lychee --offline --no-progress 'docs/book/**/*.md'`.
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/api-token.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Api token

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/api_token" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/api_token" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
18 changes: 6 additions & 12 deletions docs/book/api-docs/oss-api-docs/v1/artifact-versions/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,21 @@
# Artifact versions

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="post" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="post" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="delete" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions" method="delete" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="put" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="put" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="delete" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}" method="delete" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Batch

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/batch" method="post" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/batch" method="post" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Visualize

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}/visualize" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifact_versions/{artifact_version_id}/visualize" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
15 changes: 5 additions & 10 deletions docs/book/api-docs/oss-api-docs/v1/artifacts.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Artifacts

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts" method="post" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts" method="post" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="put" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="put" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="delete" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/artifacts/{artifact_id}" method="delete" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
12 changes: 4 additions & 8 deletions docs/book/api-docs/oss-api-docs/v1/code-repositories.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Code repositories

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="put" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="put" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="delete" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/code_repositories/{code_repository_id}" method="delete" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/component-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Component types

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/component-types" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/component-types" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
12 changes: 4 additions & 8 deletions docs/book/api-docs/oss-api-docs/v1/components.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Components

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="put" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="put" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="delete" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/components/{component_id}" method="delete" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/current-user.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Current user

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/current-user" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/current-user" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/device-authorization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Device authorization

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/device_authorization" method="post" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/device_authorization" method="post" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Info

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/info" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/info" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/login.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Login

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/login" method="post" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/login" method="post" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/logout.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Logout

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/logout" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/logout" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
3 changes: 1 addition & 2 deletions docs/book/api-docs/oss-api-docs/v1/logs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Logs

{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/logs/{logs_id}" method="get" %}
[https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% openapi src="https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json" path="/api/v1/logs/{logs_id}" method="get" %} [https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json](https://1cf18d95-zenml.cloudinfra.zenml.io/openapi.json)
{% endopenapi %}

<figure><img src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" alt="ZenML Scarf"><figcaption></figcaption></figure>
Loading