Skip to content

Commit 159d8db

Browse files
authored
Merge branch 'main' into main
2 parents d5adbce + 1a2b70f commit 159d8db

28 files changed

+536
-161
lines changed

.github/workflows/build_and_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Set up Node.js
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v5
2020
with:
21-
node-version: 18.0.0
21+
node-version: 20.0.0
2222

2323
- name: Install Dependencies
2424
run: npm install

src/components/QuickStartList.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ const quickstarts = [
193193
},
194194

195195
// python list
196+
{
197+
title: "E-commerce Microservices",
198+
language: "Python",
199+
server: "Docker",
200+
description:
201+
"This guide walks you through testing an E-commerce microservices application using Keploy.",
202+
link: "/docs/quickstart/samples-microservices/",
203+
},
196204

197205
{
198206
title: "Django + Postgres",

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ div[class^="sidebar_"] .button svg {
243243
/* Search */
244244

245245
.DocSearch-Button {
246-
@apply rounded-lg p-5 !important;
246+
@apply rounded-lg px-3 py-2 !important;
247247
}
248248

249249
.button.button--secondary.button--outline:not(.button--active):not(:hover) {
@@ -273,7 +273,7 @@ footer svg {
273273
}
274274

275275
.DocSearch-Button {
276-
@apply mr-[-18px] !important;
276+
@apply mr-2 !important;
277277
}
278278

279279
/* .footer .footer__block {
23 KB
Loading
168 KB
Loading
-114 KB
Loading
-69.7 KB
Loading
112 KB
Loading
426 KB
Loading
480 KB
Loading

0 commit comments

Comments
 (0)