Skip to content

Commit 7c8c958

Browse files
authored
docs: Fix 'Next step' Navigation in Documentation (#4834)
1 parent f7463f0 commit 7c8c958

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

docs/src/pages/guide/components/handling-forms.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33
title: Handling Forms
44
description: Handling form state and submissions
55
order: 3
6-
next: guide/components/nested-objects-and-arrays
6+
next:
7+
path: guide/components/nested-objects-and-arrays
8+
title: Nested Objects and Arrays
9+
description: Structuring forms in nested paths in objects or arrays
710
---
811

912
import DocTip from '@/components/DocTip.vue';

docs/src/pages/guide/components/nested-objects-and-arrays.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33
title: Nested Objects and Arrays
44
description: Structuring forms in nested paths in objects or arrays
55
order: 4
6-
next: guide/global-validators
6+
next:
7+
path: guide/global-validators
8+
title: Global Validators
9+
description: Defining global rules to be used throughout your web app
710
---
811

912
import DocTip from '@/components/DocTip.vue';

docs/src/pages/guide/components/validation.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../../layouts/PageLayout.astro
33
title: Validation
44
description: Field-level and form-level validation and validation behavior and error messages
55
order: 2
6-
next: guide/components/handling-forms
6+
next:
7+
path: guide/components/handling-forms
8+
title: Handling Forms
9+
description: Handling form state and submissions
710
---
811

912
import DocTip from '@/components/DocTip.vue';

docs/src/pages/guide/devtools.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33
title: Devtools Plugin
44
description: Using the vee-validate Vue.js devtools plugin
55
order: 7
6-
next: guide/testing
6+
next:
7+
path: guide/testing
8+
title: Testing
9+
description: Testing form validation in your apps
710
new: true
811
---
912

docs/src/pages/guide/global-validators.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33
title: Global Validators
44
description: Defining global rules to be used throughout your web app
55
order: 5
6-
next: guide/i18n
6+
next:
7+
path: guide/i18n
8+
title: Localization (i18n)
9+
description: Localization support with the first party module and other providers
710
---
811

912
import LiveExample from '@/components/LiveExample.vue';

docs/src/pages/guide/i18n.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33
title: Localization (i18n)
44
description: Localization support with the first party module and other providers
55
order: 6
6-
next: guide/composition-api
6+
next:
7+
path: guide/devtools
8+
title: Devtools Plugin
9+
description: Using the vee-validate Vue.js devtools plugin
710
---
811

912
import LiveExample from '@/components/LiveExample.vue';

docs/src/pages/guide/testing.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: ../../layouts/PageLayout.astro
33
title: Testing
44
description: Testing form validation in your apps
55
order: 8
6-
next: guide/best-practices
6+
next:
7+
path: guide/best-practices
8+
title: Best Practices
9+
description: Tips and best practices to improve your workflow with vee-validate
710
---
811

912
# Testing

0 commit comments

Comments
 (0)