Skip to content

Commit 0eb453f

Browse files
committed
Deployed 0f2859a with MkDocs version: 1.6.1
1 parent f5ffaec commit 0eb453f

12 files changed

Lines changed: 1079 additions & 20 deletions

File tree

404.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,28 @@
360360

361361

362362

363+
<li class="md-nav__item">
364+
<a href="/python-sdk/migration-guide-0.11/" class="md-nav__link">
365+
366+
367+
368+
<span class="md-ellipsis">
369+
0.11 Migration Guide
370+
371+
</span>
372+
373+
374+
</a>
375+
</li>
376+
377+
378+
379+
380+
381+
382+
383+
384+
363385
<li class="md-nav__item">
364386
<a href="/python-sdk/migration-guide-0.7/" class="md-nav__link">
365387

contrib/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,28 @@
440440

441441

442442

443+
<li class="md-nav__item">
444+
<a href="../migration-guide-0.11/" class="md-nav__link">
445+
446+
447+
448+
<span class="md-ellipsis">
449+
0.11 Migration Guide
450+
451+
</span>
452+
453+
454+
</a>
455+
</li>
456+
457+
458+
459+
460+
461+
462+
463+
464+
443465
<li class="md-nav__item">
444466
<a href="../migration-guide-0.7/" class="md-nav__link">
445467

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,28 @@
474474

475475

476476

477+
<li class="md-nav__item">
478+
<a href="migration-guide-0.11/" class="md-nav__link">
479+
480+
481+
482+
<span class="md-ellipsis">
483+
0.11 Migration Guide
484+
485+
</span>
486+
487+
488+
</a>
489+
</li>
490+
491+
492+
493+
494+
495+
496+
497+
498+
477499
<li class="md-nav__item">
478500
<a href="migration-guide-0.7/" class="md-nav__link">
479501

@@ -671,6 +693,10 @@ <h2 id="quick-links">Quick links<a class="headerlink" href="#quick-links" title=
671693
<td><a href="releasing/">releasing.md</a></td>
672694
</tr>
673695
<tr>
696+
<td>Upgrade to 0.11</td>
697+
<td><a href="migration-guide-0.11/">migration-guide-0.11.md</a></td>
698+
</tr>
699+
<tr>
674700
<td>Example scripts</td>
675701
<td><a href="https://github.com/agentclientprotocol/python-sdk/tree/main/examples">github.com/agentclientprotocol/python-sdk/tree/main/examples</a></td>
676702
</tr>
@@ -688,6 +714,7 @@ <h2 id="reference-material">Reference material<a class="headerlink" href="#refer
688714
<li><a href="use-cases/">Use Cases</a> — real adopters with succinct descriptions of what they build.</li>
689715
<li><a href="contrib/">Experimental Contrib</a> — deep dives on the <code>acp.contrib</code> utilities.</li>
690716
<li><a href="releasing/">Releasing</a> — schema upgrade process, versioning policy, and publishing checklist.</li>
717+
<li><a href="migration-guide-0.11/">0.11 Migration Guide</a> — interface signature updates, elicitation, and schema notes for 0.10 users.</li>
691718
</ul>
692719
<p>Need API-level details? Browse the source in <code>src/acp/</code> or generate docs with <code>mkdocstrings</code>.</p>
693720
<h2 id="feedback-support">Feedback &amp; support<a class="headerlink" href="#feedback-support" title="Permanent link">&para;</a></h2>

0 commit comments

Comments
 (0)