Skip to content
Merged
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
14 changes: 13 additions & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,14 @@ to CrateDB.
<b>CLI / UI</b>
</td>
<td>
<a href="https://github.com/crate/crate-admin/actions/workflows/main.yml">
<a href="https://github.com/crate/crate-admin/actions/workflows/tests.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/crate-admin/tests.yml?branch=main&label=CrateDB Admin UI" loading="lazy"></a>
<a href="https://github.com/crate/crash/actions/workflows/main.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/crash/main.yml?branch=master&label=Crash CLI" loading="lazy"></a>
<a href="https://github.com/crate/croud/actions/workflows/main.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/croud/main.yml?branch=master&label=Croud CLI" loading="lazy"></a>
<a href="https://github.com/crate/cratedb-mcp/actions/workflows/tests.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/cratedb-mcp/tests.yml?branch=main&label=CrateDB MCP" loading="lazy"></a>
</td>
</tr>

Expand Down Expand Up @@ -209,6 +211,16 @@ to CrateDB.
</td>
</tr>

<tr>
<td>
<b>Documentation</b>
</td>
<td>
<a href="https://github.com/crate/about/actions/workflows/tests.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/about/tests.yml?branch=main&label=About CrateDB" loading="lazy"></a>
</td>
</tr>
Comment on lines +214 to +222
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmunkholm: The only leftover item is not exclusively a documenation artefact, as it also includes code.


<tr>
<td>
<b>Metrics</b>
Expand Down