diff --git a/docs/localization/experimental-exports-hooks-and-components.md b/docs/faststore/docs/customization/building-sections/experimental-exports-hooks-and-components.mdx similarity index 96% rename from docs/localization/experimental-exports-hooks-and-components.md rename to docs/faststore/docs/customization/building-sections/experimental-exports-hooks-and-components.mdx index d107e69456..4308415b48 100644 --- a/docs/localization/experimental-exports-hooks-and-components.md +++ b/docs/faststore/docs/customization/building-sections/experimental-exports-hooks-and-components.mdx @@ -1,16 +1,12 @@ --- title: "Experimental exports - Hooks and Components" -slug: "experimental-exports-hooks-and-components" -hidden: false -createdAt: "2024-09-17T17:30:15.623Z" -updatedAt: "" --- FastStore provides [hooks](#list-of-hooks-and-components) and components to extend native features within your [custom sections](https://developers.vtex.com/docs/guides/faststore/building-sections-creating-a-new-section) and [overridden components](https://developers.vtex.com/docs/guides/faststore/overrides-overview). For example, you can create a custom [BuyButton](https://developers.vtex.com/docs/guides/faststore/molecules-buy-button) that adds products to the cart and displays a personalized message based on user preferences or order history. -Before you begin +## Before you begin All experimental [hooks and components](#list-of-hooks-and-components) are suffixed with `_unstable`, indicating that they are subject to change and may not be stable for use in production. @@ -53,7 +49,7 @@ All experimental [hooks and components](#list-of-hooks-and-components) are suffi Explore the features of the experimental hooks and the `Image_unstable` component. - [Hooks](#hooks) -- [`Image_unstable` component](#image_unstable-component) +- [`Image_unstable`](#image) ### Hooks