Skip to content

Commit 98b3b5f

Browse files
committed
docs: remove aimock vs llmock comparison table from CLI page
1 parent 3a0f0b7 commit 98b3b5f

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

docs/aimock-cli/index.html

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -49,44 +49,10 @@
4949
<main class="docs-content">
5050
<h1>aimock CLI</h1>
5151
<p class="lead">
52-
<code>aimock</code> is the full-stack mock orchestrator. Where <code>llmock</code> serves
53-
LLM endpoints only, <code>aimock</code> reads a JSON config file and serves LLM mocks
54-
alongside additional mock services (MCP, A2A, vector stores) on a single port.
52+
Configure all your mocks in one JSON file and serve them on a single port &mdash; LLM
53+
providers, MCP, A2A, AG-UI, vector databases, and services.
5554
</p>
5655

57-
<h2>aimock vs llmock</h2>
58-
<table class="endpoint-table">
59-
<thead>
60-
<tr>
61-
<th>Capability</th>
62-
<th>llmock CLI</th>
63-
<th>aimock CLI</th>
64-
</tr>
65-
</thead>
66-
<tbody>
67-
<tr>
68-
<td>LLM mock endpoints</td>
69-
<td>Yes</td>
70-
<td>Yes</td>
71-
</tr>
72-
<tr>
73-
<td>Additional mock services</td>
74-
<td>No</td>
75-
<td>Yes (via mount)</td>
76-
</tr>
77-
<tr>
78-
<td>Config file</td>
79-
<td>CLI flags only</td>
80-
<td>JSON config file</td>
81-
</tr>
82-
<tr>
83-
<td>Single-port routing</td>
84-
<td>LLM paths only</td>
85-
<td>All services on one port</td>
86-
</tr>
87-
</tbody>
88-
</table>
89-
9056
<h2>Quick Start</h2>
9157

9258
<div class="cli-docker-tabs">

0 commit comments

Comments
 (0)