|
147 | 147 | "component": "examples", |
148 | 148 | "hideNavigation": true, |
149 | 149 | "hideInNavigation": true, |
150 | | - "title": "Learn with Mokapi's tutorials & examples", |
151 | | - "description": "Learn how to get started with Mokapi and simulate APIs that don't even exist yet." |
| 150 | + "canonical": "/docs/resources", |
| 151 | + "title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles", |
| 152 | + "description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development." |
152 | 153 | }, |
153 | 154 | "items": { |
154 | 155 | "Tutorials": { |
155 | | - "expanded": true, |
| 156 | + "index": { |
| 157 | + "component": "examples", |
| 158 | + "hideNavigation": true, |
| 159 | + "hideInNavigation": true, |
| 160 | + "canonical": "/docs/resources", |
| 161 | + "title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles", |
| 162 | + "description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development." |
| 163 | + }, |
156 | 164 | "items": { |
157 | 165 | "Get started with REST API": "resources/tutorials/simple-http-api.md", |
158 | 166 | "Mock OpenAPI Authentication API Key & Bearer Token": "resources/tutorials/mock-openapi-auth-apikey-bearer.md", |
|
167 | 175 | } |
168 | 176 | }, |
169 | 177 | "Examples": { |
170 | | - "expanded": true, |
| 178 | + "index": { |
| 179 | + "component": "examples", |
| 180 | + "hideNavigation": true, |
| 181 | + "hideInNavigation": true, |
| 182 | + "canonical": "/docs/resources", |
| 183 | + "title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles", |
| 184 | + "description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development." |
| 185 | + }, |
171 | 186 | "items": { |
172 | 187 | "Mokapi behind Reverse Proxy": "resources/examples/mokapi-behind-proxy.md", |
173 | 188 | "Mokapi with custom base image": "resources/examples/mokapi-with-custom-base-image.md" |
174 | 189 | } |
| 190 | + }, |
| 191 | + "Blogs": { |
| 192 | + "index": { |
| 193 | + "component": "examples", |
| 194 | + "hideNavigation": true, |
| 195 | + "hideInNavigation": true, |
| 196 | + "canonical": "/docs/resources", |
| 197 | + "title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles", |
| 198 | + "description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development." |
| 199 | + }, |
| 200 | + "items": { |
| 201 | + "Automation Testing in Agile Development": "resources/blogs/automation-testing-agile-development.md", |
| 202 | + "Contract Testing": "resources/blogs/contract-testing.md", |
| 203 | + "End to End Testing with Mocked APIs": "resources/blogs/end-to-end-testing-mocked-apis.md", |
| 204 | + "Debugging Mokapi Scripts": "resources/blogs/debugging-mokapi-scripts.md" |
| 205 | + } |
175 | 206 | } |
176 | 207 | } |
177 | 208 | }, |
178 | | - "Blogs": { |
179 | | - "index": { |
180 | | - "component": "blogs", |
181 | | - "hideInNavigation": true, |
182 | | - "title": "Mocking and Testing", |
183 | | - "description": "Learn about API mocking and contract testing. Improve your development skills." |
184 | | - }, |
185 | | - "items": { |
186 | | - "Automation Testing in Agile Development": "blogs/automation-testing-agile-development.md", |
187 | | - "Contract Testing": "blogs/contract-testing.md" |
188 | | - } |
189 | | - }, |
190 | 209 | "References": { |
191 | 210 | "items": { |
192 | 211 | "Declarative Data": "references/declarative-data.md", |
|
0 commit comments