Skip to content

Commit 93be6f0

Browse files
authored
docs(svelte): add Form Composition guide and example to site nav (#2138)
Both docs/framework/svelte/guides/form-composition.md and examples/svelte/large-form/ already exist (added in #1713) but were never wired into docs/config.json, so they don't appear on the website.
1 parent 1cdd97a commit 93be6f0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,10 @@
303303
{
304304
"label": "Linked Fields",
305305
"to": "framework/svelte/guides/linked-fields"
306+
},
307+
{
308+
"label": "Form Composition",
309+
"to": "framework/svelte/guides/form-composition"
306310
}
307311
]
308312
}
@@ -677,6 +681,10 @@
677681
{
678682
"label": "Standard Schema",
679683
"to": "framework/svelte/examples/standard-schema"
684+
},
685+
{
686+
"label": "Form Composition",
687+
"to": "framework/svelte/examples/large-form"
680688
}
681689
]
682690
}

0 commit comments

Comments
 (0)