File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -326,16 +326,21 @@ nav.md-nav--primary .md-nav__item--section>.md-nav__link {
326326}
327327
328328.tool-card-image-wrapper {
329- width : 70px ;
330- height : auto;
329+ width : 64px ;
330+ height : 64px ;
331+ display : flex;
332+ align-items : center;
333+ justify-content : center;
331334 background-color : transparent;
332335 padding : 0.5rem ;
333336 box-sizing : border-box;
334337 flex-shrink : 0 ;
335338}
336339
337340.tool-card-image-wrapper img {
338- width : 100% ;
341+ max-width : 100% ;
342+ max-height : 100% ;
343+ width : auto;
339344 height : auto;
340345 object-fit : contain;
341346}
Original file line number Diff line number Diff line change 11---
22catalog_title : AG-UI
3- catalog_description : Build rich user experiences with CopilotKit and other clients
3+ catalog_description : Build interactive chat UIs with streaming, state sync, and agentic actions
4+ catalog_icon : /adk-docs/assets/tools-ag-ui.png
45---
56
67# Build chat experiences with AG-UI and CopilotKit
Original file line number Diff line number Diff line change 1+ ---
2+ catalog_title : MongoDB
3+ catalog_description : Query collections, manage databases, and analyze schemas
4+ catalog_icon : /adk-docs/assets/tools-mongodb.png
5+ ---
6+
17# MongoDB
28
39<div class =" language-support-tag " >
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ plugins:
139139 j2_variable_end_string : ' $}}'
140140 # alternative to {# #}
141141 j2_comment_start_string : ' {{#'
142- j2_comment_end_string : ' #}}'
142+ j2_comment_end_string : ' #}}'
143143 - redirects :
144144 redirect_maps :
145145 ' get-started/local-testing.md ' : ' runtime/api-server.md'
266266 - Vertex AI express mode : tools/google-cloud/express-mode.md
267267 - Third-party tools :
268268 - tools/third-party/index.md
269+ - Agentic UI (AG-UI) : tools/third-party/ag-ui.md
269270 - Asana : tools/third-party/asana.md
270271 - Atlassian : tools/third-party/atlassian.md
271272 - Cartesia : tools/third-party/cartesia.md
283284 - PayPal : tools/third-party/paypal.md
284285 - Qdrant : tools/third-party/qdrant.md
285286 - Stripe : tools/third-party/stripe.md
286- - Agentic UI (AG-UI) : tools/third-party/ag-ui.md
287287 - Tool limitations : tools/limitations.md
288288 - Custom Tools :
289289 - tools-custom/index.md
You can’t perform that action at this time.
0 commit comments