Skip to content

Commit 1f03baf

Browse files
committed
feat: add content aliases for barcode, multi-step, and forms
- Add barcode.md stub in inputs pointing to /plugins/barcode - Add multi-step.md stub in inputs pointing to /plugins/multi-step - Add canonical redirect for forms.md to /inputs/form
1 parent ccd29b0 commit 1f03baf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

2.essentials/2.forms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
title: Forms
33
description: Collect all of your FormKit data, submit to your server, and handle server-side error messages.
4+
canonical: /inputs/form
45
---

3.inputs/barcode.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Barcode
3+
description: Scan barcodes and QR codes
4+
navigation:
5+
plugin: true
6+
canonical: /plugins/barcode
7+
---

3.inputs/multi-step.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Multi-step
3+
description: Easily add multi-step sections to your FormKit forms
4+
navigation:
5+
plugin: true
6+
canonical: /plugins/multi-step
7+
---

0 commit comments

Comments
 (0)