Skip to content

Commit 6d5a315

Browse files
author
Neha Gupta
committed
docs: initial commit
0 parents  commit 6d5a315

File tree

31,744 files changed

+3917319
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

31,744 files changed

+3917319
-0
lines changed

Diff for: .docusaurus/DONT-EDIT-THIS-FOLDER

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This folder stores temp files that Docusaurus' client bundler accesses.
2+
DO NOT hand-modify files in this folder because they will be overwritten in the
3+
next build. You can clear all build artifacts (including this folder) with the
4+
`docusaurus clear` command.

Diff for: .docusaurus/client-modules.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default [
2+
require('/Users/neha/open-source/documentation/node_modules/infima/dist/css/default/default.css'),
3+
require('/Users/neha/open-source/documentation/node_modules/@docusaurus/theme-classic/lib/prism-include-languages'),
4+
require('/Users/neha/open-source/documentation/node_modules/@docusaurus/theme-classic/lib/admonitions.css'),
5+
require('/Users/neha/open-source/documentation/src/css/custom.css'),
6+
];

Diff for: .docusaurus/codeTranslations.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"blogPosts": []
3+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"title": "Recent posts",
3+
"items": []
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"unversionedId": "concepts/index",
3+
"id": "concepts/index",
4+
"title": "Concepts",
5+
"description": "The following concepts have specific definitions within the context of the Keploy Platform.",
6+
"source": "@site/docs/concepts/index.md",
7+
"sourceDirName": "concepts",
8+
"slug": "/concepts/",
9+
"permalink": "/docs/concepts/",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/concepts/index.md",
11+
"tags": [
12+
{
13+
"label": "references",
14+
"permalink": "/docs/tags/references"
15+
}
16+
],
17+
"version": "current",
18+
"frontMatter": {
19+
"id": "index",
20+
"title": "Concepts",
21+
"description": "The following concepts have specific definitions within the context of the Keploy Platform.",
22+
"tags": [
23+
"references"
24+
]
25+
},
26+
"sidebar": "sidebarConcepts",
27+
"next": {
28+
"title": "Keploy",
29+
"permalink": "/docs/concepts/what-is-keploy"
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"unversionedId": "concepts/what-are-keploy-features",
3+
"id": "concepts/what-are-keploy-features",
4+
"title": "Keploy Features?",
5+
"description": "Keploy platform automatically mocks application dependencies and safely replay writes. It does accurate noise detection and statistical de-duplication.",
6+
"source": "@site/docs/concepts/what-are-keploy-features.md",
7+
"sourceDirName": "concepts",
8+
"slug": "/concepts/what-are-keploy-features",
9+
"permalink": "/docs/concepts/what-are-keploy-features",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/concepts/what-are-keploy-features.md",
11+
"tags": [
12+
{
13+
"label": "explanation",
14+
"permalink": "/docs/tags/explanation"
15+
}
16+
],
17+
"version": "current",
18+
"frontMatter": {
19+
"id": "what-are-keploy-features",
20+
"title": "Keploy Features?",
21+
"sidebar_label": "Keploy",
22+
"description": "Keploy platform automatically mocks application dependencies and safely replay writes. It does accurate noise detection and statistical de-duplication.",
23+
"tags": [
24+
"explanation"
25+
]
26+
},
27+
"sidebar": "sidebarConcepts",
28+
"previous": {
29+
"title": "Keploy",
30+
"permalink": "/docs/concepts/what-is-keploy"
31+
},
32+
"next": {
33+
"title": "Keploy SDK",
34+
"permalink": "/docs/concepts/what-is-keploy-sdk"
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"unversionedId": "concepts/what-are-keploy-sdk-modes",
3+
"id": "concepts/what-are-keploy-sdk-modes",
4+
"title": "Keploy SDK Modes",
5+
"description": "Keploy SDK is a language-specific library that captures and replays API calls and subsequent network interactions.",
6+
"source": "@site/docs/concepts/what-are-keploy-sdk-modes.md",
7+
"sourceDirName": "concepts",
8+
"slug": "/concepts/what-are-keploy-sdk-modes",
9+
"permalink": "/docs/concepts/what-are-keploy-sdk-modes",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/concepts/what-are-keploy-sdk-modes.md",
11+
"tags": [
12+
{
13+
"label": "explanation",
14+
"permalink": "/docs/tags/explanation"
15+
},
16+
{
17+
"label": "sdk",
18+
"permalink": "/docs/tags/sdk"
19+
}
20+
],
21+
"version": "current",
22+
"frontMatter": {
23+
"id": "what-are-keploy-sdk-modes",
24+
"title": "Keploy SDK Modes",
25+
"sidebar_label": "Keploy SDK Modes",
26+
"description": "Keploy SDK is a language-specific library that captures and replays API calls and subsequent network interactions.",
27+
"tags": [
28+
"explanation",
29+
"sdk"
30+
]
31+
},
32+
"sidebar": "sidebarConcepts",
33+
"previous": {
34+
"title": "Keploy SDK",
35+
"permalink": "/docs/concepts/what-is-keploy-sdk"
36+
}
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"unversionedId": "concepts/what-is-keploy-sdk",
3+
"id": "concepts/what-is-keploy-sdk",
4+
"title": "What is Keploy SDK",
5+
"description": "Keploy SDK is a language-specific library that captures and replays API calls and subsequent network interactions.",
6+
"source": "@site/docs/concepts/what-is-a-keploy-sdk.md",
7+
"sourceDirName": "concepts",
8+
"slug": "/concepts/what-is-keploy-sdk",
9+
"permalink": "/docs/concepts/what-is-keploy-sdk",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/concepts/what-is-a-keploy-sdk.md",
11+
"tags": [
12+
{
13+
"label": "explanation",
14+
"permalink": "/docs/tags/explanation"
15+
},
16+
{
17+
"label": "sdk",
18+
"permalink": "/docs/tags/sdk"
19+
}
20+
],
21+
"version": "current",
22+
"frontMatter": {
23+
"id": "what-is-keploy-sdk",
24+
"title": "What is Keploy SDK",
25+
"sidebar_label": "Keploy SDK",
26+
"description": "Keploy SDK is a language-specific library that captures and replays API calls and subsequent network interactions.",
27+
"tags": [
28+
"explanation",
29+
"sdk"
30+
]
31+
},
32+
"sidebar": "sidebarConcepts",
33+
"previous": {
34+
"title": "Keploy",
35+
"permalink": "/docs/concepts/what-are-keploy-features"
36+
},
37+
"next": {
38+
"title": "Keploy SDK Modes",
39+
"permalink": "/docs/concepts/what-are-keploy-sdk-modes"
40+
}
41+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"unversionedId": "concepts/what-is-keploy",
3+
"id": "concepts/what-is-keploy",
4+
"title": "What is Keploy?",
5+
"description": "Keploy is a no-code testing platform that generates tests from API calls.",
6+
"source": "@site/docs/concepts/what-is-keploy.md",
7+
"sourceDirName": "concepts",
8+
"slug": "/concepts/what-is-keploy",
9+
"permalink": "/docs/concepts/what-is-keploy",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/concepts/what-is-keploy.md",
11+
"tags": [
12+
{
13+
"label": "explanation",
14+
"permalink": "/docs/tags/explanation"
15+
}
16+
],
17+
"version": "current",
18+
"frontMatter": {
19+
"id": "what-is-keploy",
20+
"title": "What is Keploy?",
21+
"sidebar_label": "Keploy",
22+
"description": "Keploy is a no-code testing platform that generates tests from API calls.",
23+
"tags": [
24+
"explanation"
25+
]
26+
},
27+
"sidebar": "sidebarConcepts",
28+
"previous": {
29+
"title": "Concepts",
30+
"permalink": "/docs/concepts/"
31+
},
32+
"next": {
33+
"title": "Keploy",
34+
"permalink": "/docs/concepts/what-are-keploy-features"
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"unversionedId": "devtools/introduction",
3+
"id": "devtools/introduction",
4+
"title": "Keploy Devtools introduction",
5+
"description": "Keploy has 3 major components.",
6+
"source": "@site/docs/devtools/introduction.md",
7+
"sourceDirName": "devtools",
8+
"slug": "/devtools/introduction",
9+
"permalink": "/docs/devtools/introduction",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/devtools/introduction.md",
11+
"tags": [],
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "introduction",
15+
"title": "Keploy Devtools introduction",
16+
"label": "Introduction"
17+
},
18+
"sidebar": "sidebarDevTools"
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"unversionedId": "devtools/sdk-contrib-guide",
3+
"id": "devtools/sdk-contrib-guide",
4+
"title": "Keploy SDK Contribution Guide",
5+
"description": "WIP",
6+
"source": "@site/docs/devtools/sdk-contrib-guide.md",
7+
"sourceDirName": "devtools",
8+
"slug": "/devtools/sdk-contrib-guide",
9+
"permalink": "/docs/devtools/sdk-contrib-guide",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/devtools/sdk-contrib-guide.md",
11+
"tags": [],
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "sdk-contrib-guide",
15+
"title": "Keploy SDK Contribution Guide",
16+
"label": "SDK Contribution Guide"
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"unversionedId": "devtools/server-contrib-guide",
3+
"id": "devtools/server-contrib-guide",
4+
"title": "Keploy Server Contribution Guide",
5+
"description": "There's a separate docker-compose file which helps with exposing the mongo server and also builds the dockerfile from local code. The build flag ensures that the binary is built again to reflect the latest code changes. There's also docker-compose-debug.yaml which can help remote debugging the go server on port 40000.",
6+
"source": "@site/docs/devtools/server.md",
7+
"sourceDirName": "devtools",
8+
"slug": "/devtools/server-contrib-guide",
9+
"permalink": "/docs/devtools/server-contrib-guide",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/devtools/server.md",
11+
"tags": [],
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "server-contrib-guide",
15+
"title": "Keploy Server Contribution Guide",
16+
"label": "Server Contribution Guide"
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"unversionedId": "devtools/ui-contrib-guide",
3+
"id": "devtools/ui-contrib-guide",
4+
"title": "Keploy UI Contribution Guide",
5+
"description": "Make sure you're using Node version 14.x.x",
6+
"source": "@site/docs/devtools/web-ui.md",
7+
"sourceDirName": "devtools",
8+
"slug": "/devtools/ui-contrib-guide",
9+
"permalink": "/docs/devtools/ui-contrib-guide",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/devtools/web-ui.md",
11+
"tags": [],
12+
"version": "current",
13+
"frontMatter": {
14+
"id": "ui-contrib-guide",
15+
"title": "Keploy UI Contribution Guide",
16+
"label": "UI Contribution Guide"
17+
}
18+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"unversionedId": "go/index",
3+
"id": "go/index",
4+
"title": "How to use the Keploy Go SDK",
5+
"description": "Add the Keploy Go SDK to your application.",
6+
"source": "@site/docs/go/index.md",
7+
"sourceDirName": "go",
8+
"slug": "/go/",
9+
"permalink": "/docs/go/",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/go/index.md",
11+
"tags": [
12+
{
13+
"label": "developer-guide",
14+
"permalink": "/docs/tags/developer-guide"
15+
},
16+
{
17+
"label": "go",
18+
"permalink": "/docs/tags/go"
19+
}
20+
],
21+
"version": "current",
22+
"frontMatter": {
23+
"id": "index",
24+
"title": "How to use the Keploy Go SDK",
25+
"description": "Add the Keploy Go SDK to your application.",
26+
"tags": [
27+
"developer-guide",
28+
"go"
29+
]
30+
},
31+
"sidebar": "sidebarGo",
32+
"next": {
33+
"title": "Integration",
34+
"permalink": "/docs/go/installation"
35+
}
36+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"unversionedId": "go/installation",
3+
"id": "go/installation",
4+
"title": "Integration",
5+
"description": "Add the Keploy Go SDK to your application.",
6+
"source": "@site/docs/go/installation.md",
7+
"sourceDirName": "go",
8+
"slug": "/go/installation",
9+
"permalink": "/docs/go/installation",
10+
"editUrl": "https://github.com/keploy/docs/blob/master/docs/go/installation.md",
11+
"tags": [
12+
{
13+
"label": "developer-guide",
14+
"permalink": "/docs/tags/developer-guide"
15+
},
16+
{
17+
"label": "go",
18+
"permalink": "/docs/tags/go"
19+
}
20+
],
21+
"version": "current",
22+
"frontMatter": {
23+
"id": "installation",
24+
"title": "Integration",
25+
"description": "Add the Keploy Go SDK to your application.",
26+
"tags": [
27+
"developer-guide",
28+
"go"
29+
]
30+
},
31+
"sidebar": "sidebarGo",
32+
"previous": {
33+
"title": "How to use the Keploy Go SDK",
34+
"permalink": "/docs/go/"
35+
},
36+
"next": {
37+
"title": "Supported Frameworks",
38+
"permalink": "/docs/go/supported-frameworks"
39+
}
40+
}

0 commit comments

Comments
 (0)