|
14 | 14 | </p> |
15 | 15 | <p align="center"> |
16 | 16 | <a href="https://github.com/marle3003/mokapi/releases">Download</a> · |
17 | | - <a href="https://mokapi.io/docs/guides/welcome">Documentation</a> |
| 17 | + <a href="https://mokapi.io/docs/welcome">Documentation</a> |
18 | 18 | </p> |
19 | 19 |
|
20 | 20 | # 🚀 Overview |
@@ -99,32 +99,32 @@ Mokapi’s dashboard lets you visualize your mock APIs. View requests and respon |
99 | 99 |
|
100 | 100 | Explore tutorials that walk you through mocking different protocols and scenarios: |
101 | 101 |
|
102 | | -- 🌍 [Get started with REST API](https://mokapi.io/docs/resources/tutorials/get-started-with-rest-api)\ |
| 102 | +- 🌍 [Get started with REST API](https://mokapi.io/resources/tutorials/get-started-with-rest-api)\ |
103 | 103 | This tutorial will show you how to mock a REST API using an OpenAPI specification. |
104 | 104 |
|
105 | | -- ⚡ [Mocking Kafka with AsyncAPI](https://mokapi.io/docs/resources/tutorials/get-started-with-kafka)\ |
| 105 | +- ⚡ [Mocking Kafka with AsyncAPI](https://mokapi.io/resources/tutorials/get-started-with-kafka)\ |
106 | 106 | Mocking a Kafka topic using Mokapi and verifying that a producer generates valid messages. |
107 | 107 |
|
108 | | -- 👨💻 [Mocking LDAP Authentication](https://mokapi.io/docs/resources/tutorials/mock-ldap-authentication-in-node)\ |
| 108 | +- 👨💻 [Mocking LDAP Authentication](https://mokapi.io/resources/tutorials/mock-ldap-authentication-in-node)\ |
109 | 109 | Simulate LDAP-based login flows, including group-based permissions. |
110 | 110 |
|
111 | | -- 📧 [Mocking SMTP Mail Servers](https://mokapi.io/docs/resources/tutorials/mock-smtp-server-send-mail-using-node)\ |
| 111 | +- 📧 [Mocking SMTP Mail Servers](https://mokapi.io/resources/tutorials/mock-smtp-server-send-mail-using-node)\ |
112 | 112 | Use Mokapi to simulate sending and receiving emails in Node.js apps. |
113 | 113 |
|
114 | | -- 🖥️ [End-to-End Testing with Jest and GitHub Actions](https://mokapi.io/docs/resources/tutorials/running-mokapi-in-a-ci-cd-pipeline)\ |
| 114 | +- 🖥️ [End-to-End Testing with Jest and GitHub Actions](https://mokapi.io/resources/tutorials/running-mokapi-in-a-ci-cd-pipeline)\ |
115 | 115 | Integrate Mokapi into your CI pipeline for full-stack E2E testing. |
116 | 116 |
|
117 | | -> More examples are available on [mokapi.io/docs/resources](https://mokapi.io/docs/resources) |
| 117 | +> More examples are available on [mokapi.io/resources](https://mokapi.io/resources) |
118 | 118 |
|
119 | 119 | # 📚 Documentation |
120 | 120 |
|
121 | | -- [Get Started](https://mokapi.io/docs/guides/welcome) |
122 | | -- [HTTP](https://mokapi.io/docs/guides/http) |
123 | | -- [Kafka](https://mokapi.io/docs/guides/kafka) |
124 | | -- [LDAP](https://mokapi.io/docs/guides/ldap) |
125 | | -- [SMTP](https://mokapi.io/docs/guides/mail) |
126 | | -- [Javascript API](https://mokapi.io/docs/javascript-api) |
127 | | -- [Resources](https://mokapi.io/docs/resources) |
| 121 | +- [Get Started](https://mokapi.io/docs/welcome) |
| 122 | +- [HTTP](https://mokapi.io/docs/http/overview) |
| 123 | +- [Kafka](https://mokapi.io/docs/kafka/overview) |
| 124 | +- [LDAP](https://mokapi.io/docs/ldap/overview) |
| 125 | +- [SMTP](https://mokapi.io/docs/mail/overview) |
| 126 | +- [Javascript API](https://mokapi.io/docs/javascript-api/overview) |
| 127 | +- [Resources](https://mokapi.io/resources) |
128 | 128 |
|
129 | 129 | # ☕ Support |
130 | 130 |
|
|
0 commit comments