You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
152
152
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
153
153
},
@@ -157,7 +157,7 @@
157
157
"component": "examples",
158
158
"hideNavigation": true,
159
159
"hideInNavigation": true,
160
-
"canonical": "/docs/resources",
160
+
"canonical": "https://mokapi.io/docs/resources",
161
161
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
162
162
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
163
163
},
@@ -179,7 +179,7 @@
179
179
"component": "examples",
180
180
"hideNavigation": true,
181
181
"hideInNavigation": true,
182
-
"canonical": "/docs/resources",
182
+
"canonical": "https://mokapi.io/docs/resources",
183
183
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
184
184
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
185
185
},
@@ -193,14 +193,15 @@
193
193
"component": "examples",
194
194
"hideNavigation": true,
195
195
"hideInNavigation": true,
196
-
"canonical": "/docs/resources",
196
+
"canonical": "https://mokapi.io/docs/resources",
197
197
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
198
198
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
199
199
},
200
200
"items": {
201
201
"Automation Testing in Agile Development": "resources/blogs/automation-testing-agile-development.md",
Copy file name to clipboardExpand all lines: docs/guides/get-started/installation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Install Mokapi
3
-
description: Mokapi has packages for Linux, Mac and Windows. You can also use Mokapi inside a Docker container, a standalone binary or using NPM package
2
+
title: "Install Mokapi: Quick & Easy Setup Guide"
3
+
description: Learn how to install Mokapi effortlessly across Windows, macOS, and Linux. Follow the step-by-step guide for a smooth setup experience.
4
4
---
5
5
# Install Mokapi
6
6
@@ -56,5 +56,5 @@ You can download Mokapi's binary file from [GitHub Releases page](https://github
56
56
57
57
## Next steps
58
58
59
-
-Go to [Running Mokapi](/docs/guides/get-started/running.md) to learn how to mock your first HTTP API.
60
-
-Configure Intellisense for Mokapi Scripts by installing [Mokapi types](https://www.npmjs.com/package/@types/mokapi)
59
+
-[Create your first Mock](/docs/guides/get-started/running.md)
Copy file name to clipboardExpand all lines: docs/guides/get-started/welcome.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Getting Started with Mokapi | Mock APIs & Validate with OpenAPI and AsyncAPI"
2
+
title: "Getting Started with Mokapi"
3
3
description: Learn how to set up Mokapi to mock APIs and validate requests using OpenAPI or AsyncAPI. No account needed—free, open-source, and easy to use.
0 commit comments