@@ -5,6 +5,7 @@ pagination_next: overview/index
55
66import api from " @site/static/img/api.png" ;
77import javascript from " @site/static/img/javascript.png"
8+ import Vitest from " @site/static/img/vitest.svg"
89import jest from " @site/static/img/jest.jpg"
910import cypress from " @site/static/img/cypress.jpg"
1011import ruby from " @site/static/img/ruby.png"
@@ -20,15 +21,15 @@ If you have questions, feel free to [contact us](https://knapsackpro.com/contact
2021## Overview
2122
2223<div className = " grid" >
23- <a href = " /overview/" className = " cell" >
24- <div className = " cell__image" ><img width = " 70" height = " 70" src = { knapsack } ></img ></div >
24+ <a href = " /overview/" className = " cell cell--fixed " >
25+ <span className = " cell__image" ><img width = " 70" height = " 70" src = { knapsack } ></img ></span >
2526<h2 className = " cell__title" >Knapsack Overview</h2 >
2627</a >
2728</div >
2829
2930## Libraries
3031
31- <div className = " grid" >
32+ <div className = " grid-4 " >
3233<a href = " /knapsack_pro-ruby/guide/" className = " cell" >
3334<div className = " cell__image cell__image--ruby" ><img width = " 60" height = " 60" src = { ruby } ></img ></div >
3435<h2 className = " cell__title" >Ruby</h2 >
@@ -43,6 +44,11 @@ If you have questions, feel free to [contact us](https://knapsackpro.com/contact
4344<div className = " cell__image" ><img width = " 70" height = " 70" src = { jest } ></img ></div >
4445<h2 className = " cell__title" >Jest</h2 >
4546</a >
47+
48+ <a href = " /vitest/guide/" className = " cell" >
49+ <div className = " cell__image" ><Vitest className = " w-full h-auto center" /></div >
50+ <h2 className = " cell__title" >Vitest</h2 >
51+ </a >
4652</div >
4753
4854Can't see your language/testing framework above? [ Let us know] ( https://docs.google.com/forms/d/e/1FAIpQLSe7Z6k__VczmRMmXykjA5i2MVEA3nEJ90gbiIeCRjecWhPOig/viewform?hl=en ) .
@@ -52,12 +58,12 @@ Can't see your language/testing framework above? [Let us know](https://docs.goog
5258You can still use Knapsack Pro by writing your integration on top of the JavaScript SDK or using the Knapsack Pro API:
5359
5460<div className = " grid" >
55- <a href = " https://docs.knapsackpro.com/2020/how-to-build-native-integration-with-knapsack-pro-api-to-run-tests-in-parallel-for-any-test-runner-testing-framework" target = " _blank" rel = " noopener noreferrer" className = " cell" >
61+ <a href = " https://docs.knapsackpro.com/2020/how-to-build-native-integration-with-knapsack-pro-api-to-run-tests-in-parallel-for-any-test-runner-testing-framework" target = " _blank" rel = " noopener noreferrer" className = " cell cell--fixed " >
5662<div className = " cell__image" ><img width = " 70" height = " 70" src = { javascript } ></img ></div >
5763<h2 className = " cell__title" >JavaScript / TypeScript</h2 >
5864</a >
5965
60- <a href = " https://docs.knapsackpro.com/2021/how-to-build-knapsack-pro-api-client-from-scratch-in-any-programming-language" target = " _blank" rel = " noopener noreferrer" className = " cell" >
66+ <a href = " https://docs.knapsackpro.com/2021/how-to-build-knapsack-pro-api-client-from-scratch-in-any-programming-language" target = " _blank" rel = " noopener noreferrer" className = " cell cell--fixed " >
6167<div className = " cell__image" ><img width = " 70" height = " 70" src = { api } ></img ></div >
6268<h2 className = " cell__title" >Other Language</h2 >
6369</a >
@@ -66,7 +72,7 @@ You can still use Knapsack Pro by writing your integration on top of the JavaScr
6672## Troubleshooting
6773
6874<div className = " grid" >
69- <a href = " /troubleshooting/" className = " cell" style = { {width: ' auto' }} >
75+ <a href = " /troubleshooting/" className = " cell cell--fixed " style = { {width: ' auto' }} >
7076<div className = " cell__image" ><img width = " 70" height = " 70" src = { troubleshooting } ></img ></div >
7177<h2 className = " cell__title" >Troubleshooting</h2 >
7278</a >
0 commit comments