Skip to content
Closed
Show file tree
Hide file tree
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
29 changes: 15 additions & 14 deletions src/components/Community.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/components/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
function UTG() {
return (
<div className="rounded-lg">
<ul className="grid auto-cols-[300px] grid-flow-col gap-3 lg:gap-5">
<ul className="grid auto-cols-[300px] grid-flow-col gap-3 lg:gap-5 h-full">
<li className="mt-5 flex flex-col space-y-3 text-lg">
<Link
className="text-foreground-light flex-grow text-sm"
to={useBaseUrl("/running-keploy/unit-test-generator/")}
>
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]">
<div className="flex items-center space-x-4">
<div className="flex items-center space-x-1">
<svg
xmlns="http://www.w3.org/2000/svg"
className="mb-4 h-10 w-10 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
Expand Down Expand Up @@ -46,7 +46,7 @@ function UTG() {
to={useBaseUrl("keploy-explained/introduction")}
>
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]">
<div className="flex items-center space-x-4">
<div className="flex items-center space-x-1">
<svg
xmlns="http://www.w3.org/2000/svg"
className="mb-4 h-10 w-10 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
Expand Down Expand Up @@ -75,15 +75,15 @@ function UTG() {
d="M39.802 14.307l-.117 11.834c0 2.21-2.085 3.666-4.036 3.666-1.951 0-4.217-1.439-4.217-3.649l.037-12.58c0-1.307 1.607-2.451 2.801-2.451 1.194 0 2.345 1.149 2.345 2.456l.021 10.829c0 0-.083.667-1.005.645-.507-.012-1.145-.356-1.016-.906v-9.843h-.813l-.021 9.708c0 1.38.54 1.948 1.875 1.948s1.959-.714 1.959-2.094V13.665c0-2.271-1.36-3.5-3.436-3.5s-3.564 1.261-3.564 3.532l.032 12.11c0 3.04 2.123 4.906 4.968 4.906 2.845 0 5-1.71 5-4.75V14.307H39.802zM53.114 52.307h-23c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h23c.276 0 .5.224.5.5S53.391 52.307 53.114 52.307zM44.114 59.307h-14c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h14c.276 0 .5.224.5.5S44.391 59.307 44.114 59.307zM70.114 59.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S70.391 59.307 70.114 59.307zM61.114 66.307h-11c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h11c.276 0 .5.224.5.5S61.391 66.307 61.114 66.307zM71.114 66.307h-8c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h8c.276 0 .5.224.5.5S71.391 66.307 71.114 66.307zM48.114 66.307h-18c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h18c.276 0 .5.224.5.5S48.391 66.307 48.114 66.307zM70.114 73.307h-13c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h13c.276 0 .5.224.5.5S70.391 73.307 70.114 73.307zM54.114 73.307h-24c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h24c.276 0 .5.224.5.5S54.391 73.307 54.114 73.307z"
/>
</svg>
<h2 className="mb-4 text-xl font-semibold">
<h2 className="mb-4 text-xl font-semibold whitespace-nowrap">
Integration Testing
</h2>
</div>
<ul>
<li>
<p className="font">
Records and replays API calls with mocks for reliable
integration testing and stability.
Records and replays API calls with mocks for reliable
integration testing and stability.
</p>
</li>
</ul>
Expand All @@ -96,7 +96,7 @@ function UTG() {
to={useBaseUrl("running-keploy/api-test-generator")}
>
<div className="rounded-lg bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]">
<div className="flex items-center space-x-4">
<div className="flex items-center space-x-1">
<svg
xmlns="http://www.w3.org/2000/svg"
className="mb-4 h-10 w-10 rounded-lg bg-[color:var(--ifm-color)] p-2 text-[color:var(--ifm-background-color)]"
Expand Down
7 changes: 4 additions & 3 deletions src/components/QuickStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ export const QuickStart = () => {
</p>

<div className="grid grid-cols-1 gap-6 md:grid-cols-3 lg:gap-8">

<Link
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg"
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg text-center bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]"
to={useBaseUrl("/server/installation/")}
>
<img
Expand All @@ -75,7 +76,7 @@ export const QuickStart = () => {
<p className="text-lg font-semibold">Windows</p>
</Link>
<Link
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg"
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg text-center bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]"
to={useBaseUrl("/server/installation/")}
>
<img
Expand All @@ -86,7 +87,7 @@ export const QuickStart = () => {
<p className="text-lg font-semibold">Linux</p>
</Link>
<Link
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg bg-[color:var(--ifm-card-background-color)] p-6 text-center shadow-lg"
className="scale flex flex-col items-center justify-center space-y-3 rounded-lg text-center bg-[color:var(--ifm-card-background-color)] p-5 shadow transition hover:shadow-lg hover:shadow-[color:var(--ifm-card-shadow-color)]"
to={useBaseUrl("/server/installation/")}
>
<img
Expand Down