Skip to content

Commit 3e457bf

Browse files
[deploy site] fixed link, added AI solutions (#2396)
1 parent 48b97e9 commit 3e457bf

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

website_and_docs/content/ecosystem/_index.html

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2 id="language-bindings">Language Bindings</h2>
248248
<tr>
249249
<th scope="row">
250250
<p>
251-
<a href="https://github.com/tebeka/selenium"> Selenium </a>
251+
<a href="https://github.com/tebeka/selenium" target="_blank" rel="noopener noreferrer"> Selenium </a>
252252
</p>
253253
</th>
254254
<td>Go</td>
@@ -347,6 +347,7 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
347347
</div>
348348
</div>
349349
</div>
350+
350351
<div class="row justify-content-center p-5 td-box--100">
351352
<div class="table-responsive">
352353
<table class="table">
@@ -566,6 +567,45 @@ <h2 class="card-title" id="frameworks">Frameworks</h2>
566567
</div>
567568
</div>
568569

570+
<div class="row justify-content-left pt-5 ps-5">
571+
<h2 id="aisolutions">AI Solutions</h2>
572+
</div>
573+
574+
<div class="row justify-content-center p-5">
575+
<div class="table-responsive">
576+
<table class="table">
577+
<thead>
578+
<tr>
579+
<th scope="col">Name</th>
580+
<th scope="col">Language</th>
581+
<th scope="col">Author</th>
582+
</tr>
583+
</thead>
584+
<tbody>
585+
<tr>
586+
<th scope="row">
587+
<p>
588+
<a href="https://github.com/alumnium-hq/alumnium/" target="_blank" rel="noopener noreferrer"> Alumnium</a>
589+
</p>
590+
</th>
591+
<td>Python</td>
592+
<td>Alex Rodionov </td>
593+
</tr>
594+
595+
<tr>
596+
<th scope="row">
597+
<p>
598+
<a href="https://github.com/angiejones/mcp-selenium" target="_blank" rel="noopener noreferrer"> MCP-Selenium</a>
599+
</p>
600+
</th>
601+
<td>Javascript</td>
602+
<td>Angie Jones </td>
603+
</tr>
604+
</tbody>
605+
</table>
606+
</div>
607+
</div>
608+
569609
<div class="row justify-content-left pt-5 ps-5">
570610
<h2 id="tools">Tools</h2>
571611
</div>

0 commit comments

Comments
 (0)