diff --git a/docs/config.json b/docs/config.json index 6b289ada6..40a65b9f2 100644 --- a/docs/config.json +++ b/docs/config.json @@ -303,6 +303,10 @@ { "label": "Linked Fields", "to": "framework/svelte/guides/linked-fields" + }, + { + "label": "Form Composition", + "to": "framework/svelte/guides/form-composition" } ] } @@ -677,6 +681,10 @@ { "label": "Standard Schema", "to": "framework/svelte/examples/standard-schema" + }, + { + "label": "Form Composition", + "to": "framework/svelte/examples/large-form" } ] }