@@ -62,11 +62,11 @@ function showImage(evt: MouseEvent) {
6262 </span >
6363 </p >
6464 <p class =" d-none d-md-block" >
65- <router-link :to =" { path: '/docs/guides ' }" >
66- < button type = " button " class = " btn btn-outline-primary " > Get Started</ button >
65+ <router-link :to =" { path: '/docs/get-started/installation ' }" class = " btn btn-primary me-2 " >
66+ Get Started
6767 </router-link >
68- <router-link :to =" { path: '/resources' }" >
69- < button type = " button " class = " btn btn-outline-primary " >Learn More</ button >
68+ <router-link :to =" { path: '/resources' }" class = " btn btn-primary me-2 " >
69+ Tutorials
7070 </router-link >
7171 </p >
7272 </div >
@@ -91,11 +91,11 @@ function showImage(evt: MouseEvent) {
9191 </div >
9292 <div class =" col-12 d-block d-md-none" >
9393 <p style =" margin-top : 2rem ;" >
94- <router-link :to =" { path: '/docs/guides ' }" >
95- < button type = " button " class = " btn btn-outline-primary " > Get Started</ button >
94+ <router-link :to =" { path: '/docs/get-started/installation ' }" class = " btn btn-primary me-2 " >
95+ Get Started
9696 </router-link >
97- <router-link :to =" { path: '/resources' }" >
98- < button type = " button " class = " btn btn-outline-primary " >Learn More</ button >
97+ <router-link :to =" { path: '/resources' }" class = " btn btn-primary me-2 " >
98+ Tutorials
9999 </router-link >
100100 </p >
101101 </div >
@@ -312,7 +312,7 @@ function showImage(evt: MouseEvent) {
312312 Simulate edge cases, conditional logic, errors, and real-world workflows
313313 without changing your API specifications.
314314 </p >
315- <router-link :to =" { path: '/docs/javascript-api' }" class =" btn btn-outline-primary btn-sm mt-3 mb-3" >
315+ <router-link :to =" { path: '/docs/javascript-api/overview ' }" class =" btn btn-outline-primary btn-sm mt-3 mb-3" >
316316 Explore JavaScript Mocking
317317 </router-link >
318318 </div >
@@ -351,7 +351,7 @@ function showImage(evt: MouseEvent) {
351351 <p class =" fst-italic" >
352352 Version-controlled mocks reduce errors, simplify audits, and make collaboration easier.
353353 </p >
354- <router-link :to =" { path: '/docs/configuration' }" class =" btn btn-outline-primary btn-sm mt-3 mb-3" >
354+ <router-link :to =" { path: '/docs/configuration/overview ' }" class =" btn btn-outline-primary btn-sm mt-3 mb-3" >
355355 Learn More
356356 </router-link >
357357 </div >
@@ -446,7 +446,7 @@ function showImage(evt: MouseEvent) {
446446 <span class =" icon me-2 bi-globe" ></span >Mock REST APIs with OpenAPI
447447 </h3 >
448448 <p >Learn how to mock an OpenAPI spec, configure Mokapi, and run it in Docker. Test REST endpoints without waiting for live APIs.</p >
449- <a href =" docs/ resources/tutorials/get-started-with-rest-api" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
449+ <a href =" resources/tutorials/get-started-with-rest-api" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
450450 </div >
451451 </div >
452452 </div >
@@ -459,7 +459,7 @@ function showImage(evt: MouseEvent) {
459459 <span class =" icon me-2 bi-lightning" ></span >Simulate Kafka Topics with AsyncAPI
460460 </h3 >
461461 <p >Test Kafka producers and consumers by mocking topics according to your AsyncAPI spec. Ensure reliable message generation and integration without a live Kafka cluster.</p >
462- <a href =" docs/ resources/tutorials/get-started-with-kafka" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
462+ <a href =" resources/tutorials/get-started-with-kafka" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
463463 </div >
464464 </div >
465465 </div >
@@ -472,7 +472,7 @@ function showImage(evt: MouseEvent) {
472472 <span class =" icon me-2 bi-person-check" ></span >Mock LDAP Authentication
473473 </h3 >
474474 <p >Step-by-step guide to mock LDAP login using Mokapi and Node.js. Test authentication flows without a real server.</p >
475- <a href =" docs/ resources/tutorials/mock-ldap-authentication-in-node" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
475+ <a href =" resources/tutorials/mock-ldap-authentication-in-node" class =" btn btn-outline-primary btn-sm mt-auto align-self-start" >Start Tutorial</a >
476476 </div >
477477 </div >
478478 </div >
0 commit comments