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
38 changes: 38 additions & 0 deletions rss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,44 @@ <h2 class="text-xl sm:text-2xl font-bold text-gray-900 mb-1">
</div>
</div>
</div>

<!-- Documentation link -->
<div class="mt-4">
<a
href="https://wiki.tokenbel.info/books/rukovodstvo-polzovatelia/page/ai-dostup-k-dannym-tokenbel"
target="_blank"
rel="noopener"
class="inline-flex items-center gap-2 text-purple-700 hover:text-purple-900 text-sm font-medium hover:underline"
>
<svg
class="w-4 h-4"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"
/>
</svg>
Как работает MCP и как подключиться — руководство
<svg
class="w-3.5 h-3.5"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"
/>
</svg>
</a>
</div>
</article>
</div>

Expand Down
Loading