From b84e19c2dc8908885d08614f1493a06aefd34365 Mon Sep 17 00:00:00 2001 From: Sebastian Sebald Date: Tue, 29 Oct 2024 16:24:44 +0100 Subject: [PATCH] docs: fix broken links (MultiSelect and Building Forms) (#4263) * docs: fix broken links (MultiSelect and Building Forms) * Create tame-actors-learn.md --- .changeset/tame-actors-learn.md | 5 +++++ .../building-forms/building-forms-zod.demo.tsx} | 0 docs/content/patterns/building-forms/building-forms.mdx | 2 +- .../{multiselect-recipe.mdx => multiselect-recipes.mdx} | 0 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/tame-actors-learn.md rename docs/content/{foundations/form-fields/validation-zod.demo.tsx => patterns/building-forms/building-forms-zod.demo.tsx} (100%) rename docs/content/recipes/multiselect-recipes/{multiselect-recipe.mdx => multiselect-recipes.mdx} (100%) diff --git a/.changeset/tame-actors-learn.md b/.changeset/tame-actors-learn.md new file mode 100644 index 0000000000..5c30eca1fb --- /dev/null +++ b/.changeset/tame-actors-learn.md @@ -0,0 +1,5 @@ +--- +"@marigold/docs": patch +--- + +docs: fix broken links (MultiSelect and Building Forms) diff --git a/docs/content/foundations/form-fields/validation-zod.demo.tsx b/docs/content/patterns/building-forms/building-forms-zod.demo.tsx similarity index 100% rename from docs/content/foundations/form-fields/validation-zod.demo.tsx rename to docs/content/patterns/building-forms/building-forms-zod.demo.tsx diff --git a/docs/content/patterns/building-forms/building-forms.mdx b/docs/content/patterns/building-forms/building-forms.mdx index 68f3eafed1..df669d237c 100644 --- a/docs/content/patterns/building-forms/building-forms.mdx +++ b/docs/content/patterns/building-forms/building-forms.mdx @@ -93,7 +93,7 @@ In the following example you can see how a form with all its fields can be submi For validating the form we are using [`zod`](https://zod.dev/). It is a library for building schemas, which can be used to validate inputs. It is especially useful when you have more complex validation rules. -{' '} + #### react-hook-form diff --git a/docs/content/recipes/multiselect-recipes/multiselect-recipe.mdx b/docs/content/recipes/multiselect-recipes/multiselect-recipes.mdx similarity index 100% rename from docs/content/recipes/multiselect-recipes/multiselect-recipe.mdx rename to docs/content/recipes/multiselect-recipes/multiselect-recipes.mdx